InputEventKey

Inherits: InputEventWithModifiers < InputEventFromWindow < InputEvent < Resource < RefCounted < Object

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

Properties

bool

echo

false

Key

key_label

0

Key

keycode

0

KeyLocation

location

0

Key

physical_keycode

0

bool

pressed

false

int

unicode

0

Methods

String

as_text_key_label ( ) const

String

as_text_keycode ( ) const

String

as_text_location ( ) const

String

as_text_physical_keycode ( ) const

Key

get_key_label_with_modifiers ( ) const

Key

get_keycode_with_modifiers ( ) const

Key

get_physical_keycode_with_modifiers ( ) const


Property Descriptions

bool echo = false

  • void set_echo ( bool value )

  • bool is_echo ( )

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


Key key_label = 0

  • void set_key_label ( Key value )

  • Key get_key_label ( )

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


Key keycode = 0

  • void set_keycode ( Key value )

  • Key get_keycode ( )

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


KeyLocation location = 0

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


Key physical_keycode = 0

  • void set_physical_keycode ( Key value )

  • Key get_physical_keycode ( )

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


bool pressed = false

  • void set_pressed ( bool value )

  • bool is_pressed ( )

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


int unicode = 0

  • void set_unicode ( int value )

  • int get_unicode ( )

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


Method Descriptions

String as_text_key_label ( ) const

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


String as_text_keycode ( ) const

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


String as_text_location ( ) const

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


String as_text_physical_keycode ( ) const

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


Key get_key_label_with_modifiers ( ) const

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


Key get_keycode_with_modifiers ( ) const

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


Key get_physical_keycode_with_modifiers ( ) const

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