aboutsummaryrefslogtreecommitdiff
path: root/backends/platform/androidsdl/androidsdl-sdl.h
diff options
context:
space:
mode:
Diffstat (limited to 'backends/platform/androidsdl/androidsdl-sdl.h')
-rw-r--r--backends/platform/androidsdl/androidsdl-sdl.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/backends/platform/androidsdl/androidsdl-sdl.h b/backends/platform/androidsdl/androidsdl-sdl.h
index 6ebe5022eb..e83f610d10 100644
--- a/backends/platform/androidsdl/androidsdl-sdl.h
+++ b/backends/platform/androidsdl/androidsdl-sdl.h
@@ -28,6 +28,14 @@
class OSystem_ANDROIDSDL : public OSystem_POSIX {
public:
virtual void initBackend();
+ virtual void setFeatureState(Feature f, bool enable);
+ virtual bool getFeatureState(Feature f);
+ virtual bool hasFeature(Feature f);
+ void touchpadMode(bool enable);
+ void swapMenuAndBackButtons(bool enable);
+ void switchToDirectMouseMode();
+ void switchToRelativeMouseMode();
+ void showOnScreenControl(bool enable);
#ifdef ENABLE_KEYMAPPER
// FIXME: This just calls parent methods, is it needed?