mirror of
https://github.com/glest/glest-source.git
synced 2025-09-26 15:39:21 +02:00
Added more debugging and option to disable new streflop usage.
This commit is contained in:
@@ -41,7 +41,7 @@ namespace Shared{ namespace Platform{
|
||||
// Matze: hack for now...
|
||||
static Window* global_window = 0;
|
||||
static int oldX=0,oldY=0;
|
||||
int64 Window::lastMouseEvent = 0; /** for use in mouse hover calculations */
|
||||
unsigned int Window::lastMouseEvent = 0; /** for use in mouse hover calculations */
|
||||
Vec2i Window::mousePos;
|
||||
MouseState Window::mouseState;
|
||||
bool Window::isKeyPressedDown = false;
|
||||
|
Reference in New Issue
Block a user