InputEventWithModifiers
Inherits: InputEventFromWindow < InputEvent < Resource < RefCounted < Object
Inherited By: InputEventGesture, InputEventKey, InputEventMouse
There is currently no description for this class. Please help us by contributing one!
Properties
|
||
|
||
|
||
|
||
|
Methods
BitField<KeyModifierMask> |
get_modifiers_mask ( ) const |
is_command_or_control_pressed ( ) const |
Property Descriptions
bool alt_pressed = false
There is currently no description for this property. Please help us by contributing one!
bool command_or_control_autoremap = false
There is currently no description for this property. Please help us by contributing one!
bool ctrl_pressed = false
There is currently no description for this property. Please help us by contributing one!
bool meta_pressed = false
There is currently no description for this property. Please help us by contributing one!
bool shift_pressed = false
There is currently no description for this property. Please help us by contributing one!
Method Descriptions
BitField<KeyModifierMask> get_modifiers_mask ( ) const
There is currently no description for this method. Please help us by contributing one!
bool is_command_or_control_pressed ( ) const
There is currently no description for this method. Please help us by contributing one!