Home
last modified time | relevance | path

Searched refs:BTN_MISC (Results 1 – 9 of 9) sorted by relevance

/third_party/flutter/skia/third_party/externals/sdl/src/joystick/linux/
DSDL_sysjoystick.c449 joystick->hwdata->key_map[i - BTN_MISC] = joystick->nbuttons; in ConfigJoystick()
453 for (i = BTN_MISC; i < BTN_JOYSTICK; ++i) { in ConfigJoystick()
458 joystick->hwdata->key_map[i - BTN_MISC] = joystick->nbuttons; in ConfigJoystick()
715 if (code >= BTN_MISC) { in HandleInputEvents()
716 code -= BTN_MISC; in HandleInputEvents()
DSDL_sysjoystick_c.h46 Uint8 key_map[KEY_MAX - BTN_MISC];
/third_party/libinput/src/
Devdev-fallback.h198 if (code >= BTN_MISC && code <= BTN_GEAR_UP) in get_key_type()
/third_party/libevdev/test/
Dtest-event-names.c95 ck_assert_str_eq(libevdev_event_code_get_name(EV_KEY, BTN_MISC), "BTN_0"); in START_TEST()
/third_party/FreeBSD/sys/dev/evdev/
Dinput-event-codes.h356 #define BTN_MISC 0x100 macro
/third_party/libinput/include/linux/linux/
Dinput-event-codes.h342 #define BTN_MISC 0x100 macro
/third_party/libevdev/include/linux/linux/
Dinput-event-codes.h343 #define BTN_MISC 0x100 macro
/third_party/libinput/include/linux/freebsd/
Dinput-event-codes.h342 #define BTN_MISC 0x100 macro
/third_party/libevdev/
Dthird_party_libevdev.diff26169 + ck_assert_str_eq(libevdev_event_code_get_name(EV_KEY, BTN_MISC), "BTN_0");