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

Method set_location

core/input/input_event.cpp:380–383  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

378}
379
380void InputEventKey::set_location(KeyLocation p_key_location) {
381 location = p_key_location;
382 emit_changed();
383}
384
385KeyLocation InputEventKey::get_location() const {
386 return location;

Callers 9

decode_input_event_keyFunction · 0.80
_process_key_eventsMethod · 0.80
_handle_key_eventMethod · 0.80
process_key_eventMethod · 0.80
process_keysMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected