Searched refs:seat_button_count (Results 1 – 3 of 3) sorted by relevance
/third_party/libinput/src/ |
D | libinput.c | 183 uint32_t seat_button_count; member 212 uint32_t seat_button_count; member 698 return event->seat_button_count; in libinput_event_pointer_get_seat_button_count() 1636 return event->seat_button_count; in libinput_event_tablet_tool_get_seat_button_count() 2489 int32_t seat_button_count; in pointer_notify_button() local 2496 seat_button_count = update_seat_button_count(device->seat, in pointer_notify_button() 2504 .seat_button_count = seat_button_count, in pointer_notify_button() 2858 int32_t seat_button_count; in tablet_notify_button() local 2862 seat_button_count = update_seat_button_count(device->seat, in tablet_notify_button() 2871 .seat_button_count = seat_button_count, in tablet_notify_button()
|
/third_party/libinput/test/ |
D | test-pointer.c | 976 int seat_button_count = 0; in START_TEST() local 1012 seat_button_count = in START_TEST() 1014 ck_assert_int_eq(expected_seat_button_count, seat_button_count); in START_TEST() 1020 ck_assert_int_eq(seat_button_count, num_devices); in START_TEST() 1045 seat_button_count = in START_TEST() 1047 ck_assert_int_eq(expected_seat_button_count, seat_button_count); in START_TEST() 1053 ck_assert_int_eq(seat_button_count, 0); in START_TEST()
|
/third_party/libinput/patch/diff_libinput_mmi/libinput/ |
D | libinput_0000.diff | 5184 return event->seat_button_count; 5730 + int32_t seat_button_count; 5737 + seat_button_count = update_seat_button_count(device->seat, 5745 + .seat_button_count = seat_button_count, 5760 + int32_t seat_button_count; 5767 + seat_button_count = update_seat_button_count(device->seat, 5775 + .seat_button_count = seat_button_count,
|