* Comment out resizable flag because it blue-screens on Windows
[supertux.git] / src / control / controller.hpp
index c8b45e8..ac0030b 100644 (file)
@@ -41,6 +41,8 @@ public:
 
     PEEK_LEFT,
     PEEK_RIGHT,
+    PEEK_UP,
+    PEEK_DOWN,
 
     CONTROLCOUNT
   };