aboutsummaryrefslogtreecommitdiff
path: root/backends/wince/CEkeys/EventsBuffer.h
diff options
context:
space:
mode:
authorNicolas Bacca2004-12-21 00:31:58 +0000
committerNicolas Bacca2004-12-21 00:31:58 +0000
commit22aac69fe5c3ef2f719c5348ef85510513191eea (patch)
tree120065edd27e5acbd6940c1361c413e48ece95b5 /backends/wince/CEkeys/EventsBuffer.h
parent1bd0c66715f4229059f2eb586455e68bff0b3128 (diff)
downloadscummvm-rg350-22aac69fe5c3ef2f719c5348ef85510513191eea.tar.gz
scummvm-rg350-22aac69fe5c3ef2f719c5348ef85510513191eea.tar.bz2
scummvm-rg350-22aac69fe5c3ef2f719c5348ef85510513191eea.zip
Cleanup mouseclick emulation (and make the new about dialog happy)
svn-id: r16222
Diffstat (limited to 'backends/wince/CEkeys/EventsBuffer.h')
-rw-r--r--backends/wince/CEkeys/EventsBuffer.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/backends/wince/CEkeys/EventsBuffer.h b/backends/wince/CEkeys/EventsBuffer.h
index 12dacee94d..200478026d 100644
--- a/backends/wince/CEkeys/EventsBuffer.h
+++ b/backends/wince/CEkeys/EventsBuffer.h
@@ -37,8 +37,8 @@ namespace CEKEYS {
public:
static bool simulateKey(Key *key);
static bool simulateMouseMove(int x, int y);
- static bool simulateMouseLeftClick(int x, int y);
- static bool simulateMouseRightClick(int x, int y);
+ static bool simulateMouseLeftClick(int x, int y, bool pushed);
+ static bool simulateMouseRightClick(int x, int y, bool pushed);
};
}