MouseTrigger¶
Inherits |
|
Inherited by |
MouseCircleTrigger, MousePressTrigger, MouseStrokeTrigger, MouseSwipeTrigger, MouseWheelTrigger |
Base of all mouse triggers.
Configuration¶
Properties¶
Property |
Type |
Description |
Default |
|---|---|---|---|
mouse_buttons |
flags(MouseButton) |
Mouse buttons that must be pressed in order for the trigger to be activated. |
|
mouse_buttons_exact_order |
bool |
Whether mouse buttons must be pressed in the same order as specified in |
|