Home
last modified time | relevance | path

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

/dports/x11/libinput/libinput-1.12.6/test/
H A Dtest-keyboard.c40 int seat_key_count = 0; in START_TEST() local
65 seat_key_count = in START_TEST()
67 ck_assert_int_eq(expected_key_button_count, seat_key_count); in START_TEST()
73 ck_assert_int_eq(seat_key_count, num_devices); in START_TEST()
87 seat_key_count = in START_TEST()
89 ck_assert_int_eq(expected_key_button_count, seat_key_count); in START_TEST()
95 ck_assert_int_eq(seat_key_count, 0); in START_TEST()
/dports/graphics/weston/weston-1.9.0/src/
H A Dlibinput-device.c68 int seat_key_count = in handle_keyboard_key() local
73 seat_key_count != 1) || in handle_keyboard_key()
75 seat_key_count != 0)) in handle_keyboard_key()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/weston/src/libweston/
H A Dlibinput-device.c71 int seat_key_count = in handle_keyboard_key() local
77 seat_key_count != 1) || in handle_keyboard_key()
79 seat_key_count != 0)) in handle_keyboard_key()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/weston/src/libweston/
H A Dlibinput-device.c71 int seat_key_count = in handle_keyboard_key() local
77 seat_key_count != 1) || in handle_keyboard_key()
79 seat_key_count != 0)) in handle_keyboard_key()
/dports/x11/libinput/libinput-1.12.6/src/
H A Dlibinput.c162 uint32_t seat_key_count; member
510 return event->seat_key_count; in libinput_event_keyboard_get_seat_key_count()
2248 uint32_t seat_key_count; in keyboard_notify_key() local
2255 seat_key_count = update_seat_key_count(device->seat, key, state); in keyboard_notify_key()
2261 .seat_key_count = seat_key_count, in keyboard_notify_key()
/dports/graphics/clutter/clutter-1.26.4/clutter/evdev/
H A Dclutter-device-manager-evdev.c1445 guint32 key, key_state, seat_key_count; in process_device_event() local
1455 seat_key_count = in process_device_event()
1460 seat_key_count != 1) || in process_device_event()
1462 seat_key_count != 0)) in process_device_event()
/dports/x11-wm/muffin/muffin-4.8.0/clutter/clutter/evdev/
H A Dclutter-device-manager-evdev.c1210 guint32 key, key_state, seat_key_count; in process_device_event() local
1220 seat_key_count = in process_device_event()
1225 seat_key_count != 1) || in process_device_event()
1227 seat_key_count != 0)) in process_device_event()
/dports/x11-wm/mutter/mutter-41.1/src/backends/native/
H A Dmeta-seat-impl.c1986 uint32_t key, key_state, seat_key_count; in process_device_event() local
1996 seat_key_count = in process_device_event()
2001 seat_key_count != 1) || in process_device_event()
2003 seat_key_count != 0)) in process_device_event()
2009 key, seat_key_count); in process_device_event()