ANDROID: Try to sync Android backend

This commit is contained in:
Pawel Kolodziejski 2020-09-03 02:50:39 +02:00
parent d5304e2568
commit 1884ccaa3a
7 changed files with 154 additions and 74 deletions

View file

@ -36,7 +36,7 @@ public:
void updateScreen() override;
void displayMessageOnOSD(const char *msg);
void displayMessageOnOSD(const Common::U32String &msg);
bool notifyMousePosition(Common::Point &mouse);
Common::Point getMousePosition() { return Common::Point(_cursorX, _cursorY); }