Searched refs:BTN_TOOL_TRIPLETAP (Results 1 – 8 of 8) sorted by relevance
528 BTN_TOOL_TRIPLETAP = 0x14e variable1222 BTN_TOOL_TRIPLETAP : 'TOOL_TRIPLETAP',
472 elif self._get_value(EV_KEY, BTN_TOOL_TRIPLETAP) == 1:
362 #define BTN_TOOL_TRIPLETAP 0x14e macro
416 #define BTN_TOOL_TRIPLETAP 0x14e macro
192 [BTN_TOOL_TRIPLETAP] = "Tool Tripletap", [BTN_GEAR_DOWN] = "WheelBtn",
2131 #if defined(BTN_TOOL_TRIPLETAP) || (defined(HAVE_DECL_BTN_TOOL_TRIPLETAP) && HAVE_DECL_BTN_TOOL_TRI…2133 static_assert((BTN_TOOL_TRIPLETAP) == (0x14e), "BTN_TOOL_TRIPLETAP != 0x14e");2136 # define BTN_TOOL_TRIPLETAP 0x14e4180 [BTN_TOOL_TRIPLETAP] = XLAT(BTN_TOOL_TRIPLETAP),
338 BTN_TOOL_TRIPLETAP 0x14e
372 pub const BTN_TOOL_TRIPLETAP: u16 = 0x14e; constant