Searched refs:BTN_TOOL_LENS (Results 1 – 7 of 7) sorted by relevance
515 BTN_TOOL_LENS = 0x147 variable1209 BTN_TOOL_LENS : 'TOOL_LENS',
356 #define BTN_TOOL_LENS 0x147 macro
408 #define BTN_TOOL_LENS 0x147 macro
189 [BTN_TOOL_MOUSE] = "ToolMouse", [BTN_TOOL_LENS] = "ToolLens",
2082 #if defined(BTN_TOOL_LENS) || (defined(HAVE_DECL_BTN_TOOL_LENS) && HAVE_DECL_BTN_TOOL_LENS)2084 static_assert((BTN_TOOL_LENS) == (0x147), "BTN_TOOL_LENS != 0x147");2087 # define BTN_TOOL_LENS 0x1474173 [BTN_TOOL_LENS] = XLAT(BTN_TOOL_LENS),
331 BTN_TOOL_LENS 0x147
365 pub const BTN_TOOL_LENS: u16 = 0x147; constant