diff options
| author | Cameron Cawley | 2019-04-12 21:42:54 +0100 |
|---|---|---|
| committer | Cameron Cawley | 2019-04-12 21:42:54 +0100 |
| commit | 2af325f60adce92528405cee61c3f4aca447c292 (patch) | |
| tree | f92e5119d26f612f2f7658ae7a668270c301666c /backends/platform/android/android.h | |
| parent | d75a1355ba38831c89cff2a34ffa47c1cdcf572b (diff) | |
| download | scummvm-rg350-2af325f60adce92528405cee61c3f4aca447c292.tar.gz scummvm-rg350-2af325f60adce92528405cee61c3f4aca447c292.tar.bz2 scummvm-rg350-2af325f60adce92528405cee61c3f4aca447c292.zip | |
ANDROID: Factor event pushing into pushEvent
Originally from ResidualVM.
Diffstat (limited to 'backends/platform/android/android.h')
| -rw-r--r-- | backends/platform/android/android.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/backends/platform/android/android.h b/backends/platform/android/android.h index 61715daeb4..3b33247be1 100644 --- a/backends/platform/android/android.h +++ b/backends/platform/android/android.h @@ -265,6 +265,7 @@ public: const Graphics::PixelFormat *format); virtual void setCursorPalette(const byte *colors, uint start, uint num); + virtual void pushEvent(const Common::Event &event); virtual bool pollEvent(Common::Event &event); virtual uint32 getMillis(bool skipRecord = false); virtual void delayMillis(uint msecs); |
