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

Method set_echo

core/input/input_event.cpp:389–392  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

387}
388
389void InputEventKey::set_echo(bool p_enable) {
390 echo = p_enable;
391 emit_changed();
392}
393
394bool InputEventKey::is_echo() const {
395 return echo;

Callers 9

decode_input_event_keyFunction · 0.80
_process_key_eventsMethod · 0.80
_handle_key_eventMethod · 0.80
process_eventsMethod · 0.80
seat_state_echo_keysMethod · 0.80
process_key_eventMethod · 0.80
process_keysMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected