Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
389
void InputEventKey::set_echo(bool p_enable) {
390
echo = p_enable;
391
emit_changed();
392
}
393
394
bool InputEventKey::is_echo() const {
395
return echo;
Callers
9
decode_input_event_key
Function · 0.80
_process_key_events
Method · 0.80
_handle_key_event
Method · 0.80
process_events
Method · 0.80
seat_state_echo_keys
Method · 0.80
process_key_event
Method · 0.80
_vk_input_text_callback
Method · 0.80
process_keys
Method · 0.80
test_input_event_key.h
File · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected