From 08c14c7ca0398d792e3a2676b1afd66666674dae Mon Sep 17 00:00:00 2001 From: Kester Maddock Date: Sun, 2 May 2004 23:45:03 +0000 Subject: Mouse Wheel Support for the Game Engine. This adds "Wheel Up" and "Wheel Down" as choices to the Mouse sensor brick. --- source/gameengine/GamePlayer/ghost/GPG_Application.h | 1 + 1 file changed, 1 insertion(+) (limited to 'source/gameengine/GamePlayer/ghost/GPG_Application.h') diff --git a/source/gameengine/GamePlayer/ghost/GPG_Application.h b/source/gameengine/GamePlayer/ghost/GPG_Application.h index 010e976f83c..4fcd66e64e0 100644 --- a/source/gameengine/GamePlayer/ghost/GPG_Application.h +++ b/source/gameengine/GamePlayer/ghost/GPG_Application.h @@ -67,6 +67,7 @@ public: void StopGameEngine(); protected: + bool handleWheel(GHOST_IEvent* event); bool handleButton(GHOST_IEvent* event, bool isDown); bool handleCursorMove(GHOST_IEvent* event); bool handleKey(GHOST_IEvent* event, bool isDown); -- cgit v1.2.3