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

bool

alt_pressed

false

bool

command_or_control_autoremap

false

bool

ctrl_pressed

false

bool

meta_pressed

false

bool

shift_pressed

false

Methods

BitField<KeyModifierMask>

get_modifiers_mask ( ) const

bool

is_command_or_control_pressed ( ) const


Property Descriptions

bool alt_pressed = false

  • void set_alt_pressed ( bool value )

  • bool is_alt_pressed ( )

There is currently no description for this property. Please help us by contributing one!


bool command_or_control_autoremap = false

  • void set_command_or_control_autoremap ( bool value )

  • bool is_command_or_control_autoremap ( )

There is currently no description for this property. Please help us by contributing one!


bool ctrl_pressed = false

  • void set_ctrl_pressed ( bool value )

  • bool is_ctrl_pressed ( )

There is currently no description for this property. Please help us by contributing one!


bool meta_pressed = false

  • void set_meta_pressed ( bool value )

  • bool is_meta_pressed ( )

There is currently no description for this property. Please help us by contributing one!


bool shift_pressed = false

  • void set_shift_pressed ( bool value )

  • bool is_shift_pressed ( )

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!