Lines Matching defs:button
68 int button,
71 evdev_pointer_notify_physical_button(device, time, button, state);
105 /* if the button is down but scroll is not active, we're within the
127 assert(!"invalid scroll button state");
796 unsigned int button;
798 for (button = BTN_LEFT; button < BTN_JOYSTICK; button++) {
799 if (libevdev_has_event_code(device->evdev, EV_KEY, button) &&
800 hw_is_key_down(dispatch, button))
1069 * the mapped button (not the physical button), in
1460 device->scroll.want_button == device->scroll.button &&
1468 device->scroll.button = device->scroll.want_button;