aboutsummaryrefslogtreecommitdiff
path: root/backends/events/symbiansdl/symbiansdl-events.h
diff options
context:
space:
mode:
authorBastien Bouclet2017-12-19 06:18:24 +0100
committerBastien Bouclet2017-12-26 21:11:04 +0100
commit1fb748e97480dc64ed27ebe75490c1b938cdbed4 (patch)
treebcf5ab6212c83878fe8bb92a742a1695de3e5f09 /backends/events/symbiansdl/symbiansdl-events.h
parent6fb50d562f9716a930ecb4fe3d20047d506e4ed5 (diff)
downloadscummvm-rg350-1fb748e97480dc64ed27ebe75490c1b938cdbed4.tar.gz
scummvm-rg350-1fb748e97480dc64ed27ebe75490c1b938cdbed4.tar.bz2
scummvm-rg350-1fb748e97480dc64ed27ebe75490c1b938cdbed4.zip
SDL: Move the non analog joystick code to the Symbian port
Symbian was the only user of that code.
Diffstat (limited to 'backends/events/symbiansdl/symbiansdl-events.h')
-rw-r--r--backends/events/symbiansdl/symbiansdl-events.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/backends/events/symbiansdl/symbiansdl-events.h b/backends/events/symbiansdl/symbiansdl-events.h
index 2664bc267d..0393e398f0 100644
--- a/backends/events/symbiansdl/symbiansdl-events.h
+++ b/backends/events/symbiansdl/symbiansdl-events.h
@@ -50,6 +50,8 @@ protected:
static zoneDesc _zones[TOTAL_ZONES];
virtual bool remapKey(SDL_Event &ev, Common::Event &event);
+
+ virtual bool handleAxisToMouseMotion(int16 xAxis, int16 yAxis);
};
#endif