[UI] Android ImGui touch and mouse input

This commit is contained in:
Triang3l
2022-07-14 21:13:40 +03:00
parent 3a065c35f0
commit 7b8281aee0
11 changed files with 467 additions and 23 deletions

View File

@@ -597,6 +597,9 @@ class Window {
void OnMouseWheel(MouseEvent& e,
WindowDestructionReceiver& destruction_receiver);
void OnTouchEvent(TouchEvent& e,
WindowDestructionReceiver& destruction_receiver);
private:
struct ListenerIterationContext {
explicit ListenerIterationContext(ListenerIterationContext* outer_context,