mirror of
https://github.com/glest/glest-source.git
synced 2025-08-17 21:51:17 +02:00
- added a little more log info for keyboard event that ultifd got unknown error from
This commit is contained in:
@@ -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
|
||||
/*
|
||||
|
Reference in New Issue
Block a user