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",
57 "and depending on the chosen resolution enable or not the haptic feedback:\n"
58 "- a resolution (-r) of 3600 will report 3600 'ticks' in one full rotation\n"
60 "- any other resolution will report N 'ticks' in a full rotation with haptic\n"
63 "A good default for low resolution haptic scrolling is 72 (1 'tick' every 5\n"
121 int err, opt, hid_id, resolution = 72;
143 resolution = (int) l;
183 skel->data->resolution = resolution;
184 skel->data->physical = (int)(resolution / 72);