Represents a mouse binding.
- Inheritance:
- object object
Constructors
MouseBinding(ModifierKeys, MouseAction)
Initializes a new instance of the MouseBinding
class.
Parameter | Type | Description |
---|---|---|
modifiers | Modifier |
The modifier keys. |
action | Mouse |
The mouse action. |
Properties
Action
Gets the mouse action.
Property Value
- Mouse
Action : The mouse action.
Modifiers
Gets the modifier keys.
Property Value
- Modifier
Keys : The modifier keys.