Searched refs:HIDButtonType (Results 1 – 1 of 1) sorted by relevance
236 class HIDButtonType(enum.IntEnum): class246 buttontype=HIDButtonType.CLICKPAD,995 if uhdev.buttontype == HIDButtonType.CLICKPAD:997 elif uhdev.buttontype == HIDButtonType.PRESSUREPAD:1011 if uhdev.buttontype in [HIDButtonType.CLICKPAD, HIDButtonType.PRESSUREPAD]:1023 elif uhdev.buttontype == HIDButtonType.DISCRETE_BUTTONS:1946 buttontype=HIDButtonType.DISCRETE_BUTTONS,2046 buttontype=HIDButtonType.DISCRETE_BUTTONS,2092 buttontype=HIDButtonType.PRESSUREPAD,2148 buttontype=HIDButtonType.CLICKPAD,