- added a little more log info for keyboard event that ultifd got unknown error from

This commit is contained in:
Mark Vejvoda 2011-01-20 08:29:04 +00:00
parent a2b9754895
commit 53327900b3
1 changed files with 1 additions and 1 deletions

View File

@ -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
/*