mirror of
https://github.com/glest/glest-source.git
synced 2025-08-17 05:43:59 +02:00
Added more debugging and option to disable new streflop usage.
This commit is contained in:
@@ -29,6 +29,8 @@ int MessageBox(int handle, const char *msg, const char *title, int buttons) {
|
||||
int ret = system(cmd);
|
||||
//exit(0);
|
||||
//}
|
||||
|
||||
return ret;
|
||||
}
|
||||
|
||||
void message(string message) {
|
||||
|
@@ -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