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