Lines Matching full:resolution
5 * and depending on the chosen resolution enable or not the haptic feedback:
6 * - a resolution (-r) of 3600 will report 3600 "ticks" in one full rotation
8 * - any other resolution will report N "ticks" in a full rotation with haptic
11 * A good default for low resolution haptic scrolling is 72 (1 "tick" every 5
53 " -r N\t set the given resolution to the device (number of ticks per 360°)\n\n", in usage()
57 "and depending on the chosen resolution enable or not the haptic feedback:\n" in usage()
58 "- a resolution (-r) of 3600 will report 3600 'ticks' in one full rotation\n" in usage()
60 "- any other resolution will report N 'ticks' in a full rotation with haptic\n" in usage()
63 "A good default for low resolution haptic scrolling is 72 (1 'tick' every 5\n" in usage()
121 int err, opt, hid_id, resolution = 72; in main() local
143 resolution = (int) l; in main()
183 skel->data->resolution = resolution; in main()
184 skel->data->physical = (int)(resolution / 72); in main()