Searched refs:HIDButtonType (Results 1 – 1 of 1) sorted by relevance
236 class HIDButtonType(enum.IntEnum): class246 buttontype=HIDButtonType.CLICKPAD,1068 if uhdev.buttontype == HIDButtonType.CLICKPAD:1070 elif uhdev.buttontype == HIDButtonType.PRESSUREPAD:1084 if uhdev.buttontype in [HIDButtonType.CLICKPAD, HIDButtonType.PRESSUREPAD]:1096 elif uhdev.buttontype == HIDButtonType.DISCRETE_BUTTONS:2060 buttontype=HIDButtonType.DISCRETE_BUTTONS,2160 buttontype=HIDButtonType.DISCRETE_BUTTONS,2206 buttontype=HIDButtonType.PRESSUREPAD,2262 buttontype=HIDButtonType.CLICKPAD,