Home
last modified time | relevance | path

Searched refs:BTN_NORTH (Results 1 – 6 of 6) sorted by relevance

/external/libxkbcommon/test/
Devdev-scancodes.h333 #define BTN_NORTH 0x133 macro
334 #define BTN_X BTN_NORTH
/external/kernel-headers/original/uapi/linux/
Dinput-event-codes.h385 #define BTN_NORTH 0x133 macro
386 #define BTN_X BTN_NORTH
/external/crosvm/devices/src/virtio/input/
Dconstants.rs342 pub const BTN_NORTH: u16 = 0x133; constant
343 pub const BTN_X: u16 = BTN_NORTH;
/external/strace/xlat/
Devdev_keycode.h1949 #if defined(BTN_NORTH) || (defined(HAVE_DECL_BTN_NORTH) && HAVE_DECL_BTN_NORTH)
1951 static_assert((BTN_NORTH) == (0x133), "BTN_NORTH != 0x133");
1954 # define BTN_NORTH 0x133
4153 [BTN_NORTH] = XLAT(BTN_NORTH),
Devdev_keycode.in311 BTN_NORTH 0x133
/external/strace/
DChangeLog6985 (BTN_X): Remove, an alternative name for BTN_NORTH.