From 2cca520465dd8005aa3ee21b25961afbde227afd Mon Sep 17 00:00:00 2001 From: Paul Gilbert Date: Sat, 30 Aug 2014 11:52:48 -0400 Subject: ACCESS: Add new support for mouse wheel for cycling through cursors --- engines/access/room.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'engines/access/room.h') 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); -- cgit v1.2.3