InputEventKey
Inherits: InputEventWithModifiers < InputEventFromWindow < InputEvent < Resource < RefCounted < Object
There is currently no description for this class. Please help us by contributing one!
Properties
|
||
|
||
|
||
|
||
|
||
|
||
|
Methods
as_text_key_label ( ) const |
|
as_text_keycode ( ) const |
|
as_text_location ( ) const |
|
as_text_physical_keycode ( ) const |
|
get_key_label_with_modifiers ( ) const |
|
get_keycode_with_modifiers ( ) const |
|
get_physical_keycode_with_modifiers ( ) const |
Property Descriptions
bool echo = false
There is currently no description for this property. Please help us by contributing one!
Key key_label = 0
There is currently no description for this property. Please help us by contributing one!
Key keycode = 0
There is currently no description for this property. Please help us by contributing one!
KeyLocation location = 0
void set_location ( KeyLocation value )
KeyLocation get_location ( )
There is currently no description for this property. Please help us by contributing one!
Key physical_keycode = 0
There is currently no description for this property. Please help us by contributing one!
bool pressed = false
There is currently no description for this property. Please help us by contributing one!
int unicode = 0
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!