aboutsummaryrefslogtreecommitdiff
path: root/engines/access/room.h
diff options
context:
space:
mode:
authorPaul Gilbert2014-08-30 11:52:48 -0400
committerPaul Gilbert2014-08-30 11:52:48 -0400
commit2cca520465dd8005aa3ee21b25961afbde227afd (patch)
tree4434a993ffc75ab73808fb85e4c169b54d17c800 /engines/access/room.h
parent949033ea9242f8ce0ae7c6906c8c5d6831929056 (diff)
downloadscummvm-rg350-2cca520465dd8005aa3ee21b25961afbde227afd.tar.gz
scummvm-rg350-2cca520465dd8005aa3ee21b25961afbde227afd.tar.bz2
scummvm-rg350-2cca520465dd8005aa3ee21b25961afbde227afd.zip
ACCESS: Add new support for mouse wheel for cycling through cursors
Diffstat (limited to 'engines/access/room.h')
-rw-r--r--engines/access/room.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/engines/access/room.h b/engines/access/room.h
index 1d540840e3..321ace4fd1 100644
--- a/engines/access/room.h
+++ b/engines/access/room.h
@@ -72,6 +72,11 @@ private:
int calcLR(int yp);
int calcUD(int xp);
+ /**
+ * Cycles forwards or backwards through the list of commands
+ */
+ void cycleCommand(int incr);
+
bool checkCode(int v1, int v2);
protected:
void loadRoomData(const byte *roomData);