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

Method send_window_event

platform/android/display_server_android.cpp:452–454  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

450}
451
452void DisplayServerAndroid::send_window_event(DisplayServer::WindowEvent p_event, bool p_deferred) const {
453 _window_callback(window_event_callback, int(p_event), p_deferred);
454}
455
456void DisplayServerAndroid::send_input_event(const Ref<InputEvent> &p_event) const {
457 _window_callback(input_event_callback, p_event);

Callers 4

process_key_eventMethod · 0.80
main_loop_focusoutMethod · 0.80
main_loop_focusinMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected