Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Redot-Engine/redot-engine
/ process_events
Method
process_events
platform/android/display_server_android.cpp:631–633 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
629
}
630
631
void DisplayServerAndroid::process_events() {
632
Input::get_singleton()->flush_buffered_events();
633
}
634
635
Vector<String> DisplayServerAndroid::get_rendering_drivers_func() {
636
Vector<String> drivers;
Callers
1
main_loop_iterate
Method · 0.45
Calls
1
flush_buffered_events
Method · 0.80
Tested by
no test coverage detected