diff options
Diffstat (limited to 'backends/events/gph/gph-events.h')
-rw-r--r-- | backends/events/gph/gph-events.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/backends/events/gph/gph-events.h b/backends/events/gph/gph-events.h index 507aa94828..bdcb62d8c2 100644 --- a/backends/events/gph/gph-events.h +++ b/backends/events/gph/gph-events.h @@ -39,6 +39,10 @@ protected: */ bool _buttonStateL; + int _tapmodeLevel; + + void ToggleTapMode(); + bool handleJoyButtonDown(SDL_Event &ev, Common::Event &event); bool handleJoyButtonUp(SDL_Event &ev, Common::Event &event); bool handleMouseButtonDown(SDL_Event &ev, Common::Event &event); |