- if holding ctrl while click to change the player type we will change all non human slots to the same player control type

This commit is contained in:
Mark Vejvoda
2012-07-26 20:47:16 +00:00
parent 778bb788ef
commit 194e1868b9
3 changed files with 72 additions and 49 deletions

View File

@@ -135,6 +135,7 @@ public:
static const bool getIsFullScreen() { return isFullScreen; }
static void setIsFullScreen(bool value) { isFullScreen = value; }
//static SDL_keysym getKeystate() { return keystate; }
static bool isKeyStateModPressed(int mod);
Window();
virtual ~Window();