Lines Matching full:wheel
14 * This example emulates a basic 3 buttons mouse with wheel over UHID. Run this
24 * r: Move wheel up
25 * f: Move wheel down
53 * We emulate a basic 3 button mouse with wheel and 3 keyboard LEDs. This is
76 * GenericDesktop.Wheel
103 * GenericDesktop.Wheel ---> Relative.Wheel
133 0x09, 0x38, /* USAGE (WHEEL) */
276 static signed char wheel; variable
296 ev.u.input.data[4] = wheel; in send_event()
364 wheel = 1; in keyboard()
366 wheel = 0; in keyboard()
371 wheel = -1; in keyboard()
373 wheel = 0; in keyboard()