MCPcopy Create free account
hub / github.com/Redot-Engine/redot-engine / get_keycode

Method get_keycode

core/input/input_event.cpp:349–351  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

347}
348
349Key InputEventKey::get_keycode() const {
350 return keycode;
351}
352
353void InputEventKey::set_key_label(Key p_key_label) {
354 key_label = p_key_label;

Callers 15

shortcut_inputMethod · 0.45
_set_item_acceleratorMethod · 0.45
gui_inputMethod · 0.45
gui_inputMethod · 0.45
gui_inputMethod · 0.45
alt_inputMethod · 0.45
gui_inputMethod · 0.45
gui_inputMethod · 0.45
forward_3d_gui_inputMethod · 0.45

Calls

no outgoing calls

Tested by 1

_panel_gui_inputMethod · 0.36