Lines Matching defs:button
34 * doc/middle-button-emulation-state-machine.svg (generated with
40 * emulated middle button clicks, all other button events are passed
132 int button,
137 button,
549 "Invalid middle button state %d\n",
580 int button,
586 unsigned int btnbit = (button - BTN_LEFT);
592 switch (button) {
606 /* BTN_MIDDLE counts as "other" and resets middle button
614 if (button < BTN_LEFT ||
619 button));