Lines Matching refs: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
276 static signed char wheel;
296 ev.u.input.data[4] = wheel;
364 wheel = 1;
366 wheel = 0;
371 wheel = -1;
373 wheel = 0;