earwax.input_modes module¶
Provides the InputModes enumeration.
-
class
earwax.input_modes.InputModes¶ Bases:
enum.EnumThe possible input modes.
This enumeration is used to show appropriate triggers in
earwax.ActionMenuinstances.Variables: - keyboard – The user is entering commands via keyboard or mouse.
- controller – The user is using a games controller.
-
controller= 1¶
-
keyboard= 0¶