From 53327900b336082f9b2b1aab30e6d42f7c0c514e Mon Sep 17 00:00:00 2001 From: Mark Vejvoda Date: Thu, 20 Jan 2011 08:29:04 +0000 Subject: [PATCH] - added a little more log info for keyboard event that ultifd got unknown error from --- source/shared_lib/sources/platform/sdl/window.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/shared_lib/sources/platform/sdl/window.cpp b/source/shared_lib/sources/platform/sdl/window.cpp index a881bd8e..78925932 100644 --- a/source/shared_lib/sources/platform/sdl/window.cpp +++ b/source/shared_lib/sources/platform/sdl/window.cpp @@ -202,7 +202,7 @@ bool Window::handleEvent() { case SDL_ACTIVEEVENT: { codeLocation = "k"; - SystemFlags::OutputDebug(SystemFlags::debugSystem,"In [%s::%s Line: %d] SDL_ACTIVEEVENT.\n",__FILE__,__FUNCTION__,__LINE__); + SystemFlags::OutputDebug(SystemFlags::debugSystem,"In [%s::%s Line: %d] SDL_ACTIVEEVENT event.active.state = %d event.active. = %d\n",__FILE__,__FUNCTION__,__LINE__,event.active.state,event.active.gain); // Check if the program has lost keyboard focus /*