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
54 " -r N\t set the given resolution to the device (number of ticks per 360°)\n\n", in usage()
58 "and depending on the chosen resolution enable or not the haptic feedback:\n" in usage()
59 "- a resolution (-r) of 3600 will report 3600 'ticks' in one full rotation\n" in usage()
61 "- any other resolution will report N 'ticks' in a full rotation with haptic\n" in usage()
64 "A good default for low resolution haptic scrolling is 72 (1 'tick' every 5\n" in usage()
150 int opt, hid_id, resolution = 72; in main() local
172 resolution = (int) l; in main()
204 skel->data->resolution = resolution; in main()
205 skel->data->physical = (int)(resolution / 72); in main()