Searched refs:BTN_NORTH (Results 1 – 6 of 6) sorted by relevance
333 #define BTN_NORTH 0x133 macro334 #define BTN_X BTN_NORTH
385 #define BTN_NORTH 0x133 macro386 #define BTN_X BTN_NORTH
342 pub const BTN_NORTH: u16 = 0x133; constant343 pub const BTN_X: u16 = BTN_NORTH;
1949 #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 0x1334153 [BTN_NORTH] = XLAT(BTN_NORTH),
311 BTN_NORTH 0x133
6985 (BTN_X): Remove, an alternative name for BTN_NORTH.