Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Redot-Engine/redot-engine
/ set_unicode
Method
set_unicode
core/input/input_event.cpp:371–374 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
369
}
370
371
void InputEventKey::set_unicode(char32_t p_unicode) {
372
unicode = p_unicode;
373
emit_changed();
374
}
375
376
char32_t InputEventKey::get_unicode() const {
377
return unicode;
Callers
10
_process_command
Method · 0.80
create_reference
Method · 0.80
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_get_key_event
Method · 0.80
process_key_event
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