From 97ec70da939ace8fa7a076fa31f0d1548e489ba1 Mon Sep 17 00:00:00 2001 From: pixel Date: Thu, 13 Mar 2003 00:58:29 +0000 Subject: lock mouse effect --- include/engine.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'include/engine.h') diff --git a/include/engine.h b/include/engine.h index f950314..56c9279 100644 --- a/include/engine.h +++ b/include/engine.h @@ -22,6 +22,8 @@ namespace mogltk { static int mouseY(); static int mousebuttons(); static double FPS(); + static void lockmouse(); + static void unlockmouse(); private: static bool inited; static bool postsetuped; @@ -34,6 +36,7 @@ namespace mogltk { static int frames; static double curfps; static Uint32 curticks; + static int locked; static void updatemouse(); }; }; -- cgit v1.2.3