Searched refs:BTN_TOOL_PEN (Results 1 – 8 of 8) sorted by relevance
515 BTN_TOOL_PEN = 0x140 variable1209 BTN_TOOL_PEN : 'TOOL_PEN',
349 #define BTN_TOOL_PEN 0x140 macro
402 #define BTN_TOOL_PEN 0x140 macro
186 [BTN_TOOL_PEN] = "ToolPen", [BTN_TOOL_RUBBER] = "ToolRubber",
2033 #if defined(BTN_TOOL_PEN) || (defined(HAVE_DECL_BTN_TOOL_PEN) && HAVE_DECL_BTN_TOOL_PEN)2035 static_assert((BTN_TOOL_PEN) == (0x140), "BTN_TOOL_PEN != 0x140");2038 # define BTN_TOOL_PEN 0x1404166 [BTN_TOOL_PEN] = XLAT(BTN_TOOL_PEN),
324 BTN_TOOL_PEN 0x140
212 if (touch.touching && touch.tool_code != BTN_TOOL_PEN) { in Filter()
358 pub const BTN_TOOL_PEN: u16 = 0x140; constant