Home
last modified time | relevance | path

Searched refs:seat_button_count (Results 1 – 8 of 8) sorted by relevance

/dports/graphics/weston/weston-1.9.0/src/
H A Dlibinput-device.c139 int seat_button_count = in handle_pointer_button() local
144 seat_button_count != 1) || in handle_pointer_button()
146 seat_button_count != 0)) in handle_pointer_button()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/weston/src/libweston/
H A Dlibinput-device.c159 int seat_button_count = in handle_pointer_button() local
165 seat_button_count != 1) || in handle_pointer_button()
167 seat_button_count != 0)) in handle_pointer_button()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/weston/src/libweston/
H A Dlibinput-device.c159 int seat_button_count = in handle_pointer_button() local
165 seat_button_count != 1) || in handle_pointer_button()
167 seat_button_count != 0)) in handle_pointer_button()
/dports/x11/libinput/libinput-1.12.6/src/
H A Dlibinput.c174 uint32_t seat_button_count; member
203 uint32_t seat_button_count; member
674 return event->seat_button_count; in libinput_event_pointer_get_seat_button_count()
1486 return event->seat_button_count; in libinput_event_tablet_tool_get_seat_button_count()
2322 int32_t seat_button_count; in pointer_notify_button() local
2329 seat_button_count = update_seat_button_count(device->seat, in pointer_notify_button()
2337 .seat_button_count = seat_button_count, in pointer_notify_button()
2591 int32_t seat_button_count; in tablet_notify_button() local
2595 seat_button_count = update_seat_button_count(device->seat, in tablet_notify_button()
2604 .seat_button_count = seat_button_count, in tablet_notify_button()
/dports/x11/libinput/libinput-1.12.6/test/
H A Dtest-pointer.c790 int seat_button_count = 0; in START_TEST() local
826 seat_button_count = in START_TEST()
828 ck_assert_int_eq(expected_seat_button_count, seat_button_count); in START_TEST()
834 ck_assert_int_eq(seat_button_count, num_devices); in START_TEST()
859 seat_button_count = in START_TEST()
861 ck_assert_int_eq(expected_seat_button_count, seat_button_count); in START_TEST()
867 ck_assert_int_eq(seat_button_count, 0); in START_TEST()
/dports/graphics/clutter/clutter-1.26.4/clutter/evdev/
H A Dclutter-device-manager-evdev.c1510 guint32 button, button_state, seat_button_count; in process_device_event() local
1520 seat_button_count = in process_device_event()
1525 seat_button_count != 1) || in process_device_event()
1527 seat_button_count != 0)) in process_device_event()
/dports/x11-wm/muffin/muffin-4.8.0/clutter/clutter/evdev/
H A Dclutter-device-manager-evdev.c1297 guint32 button, button_state, seat_button_count; in process_device_event() local
1307 seat_button_count = in process_device_event()
1312 seat_button_count != 1) || in process_device_event()
1314 seat_button_count != 0)) in process_device_event()
/dports/x11-wm/mutter/mutter-41.1/src/backends/native/
H A Dmeta-seat-impl.c2075 uint32_t button, button_state, seat_button_count; in process_device_event() local
2085 seat_button_count = in process_device_event()
2090 seat_button_count != 1) || in process_device_event()
2092 seat_button_count != 0)) in process_device_event()
2098 button, seat_button_count); in process_device_event()