| 450 | } |
| 451 | |
| 452 | void 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 | |
| 456 | void DisplayServerAndroid::send_input_event(const Ref<InputEvent> &p_event) const { |
| 457 | _window_callback(input_event_callback, p_event); |
no outgoing calls
no test coverage detected