and revert the last changes ....

This commit is contained in:
titiger 2016-11-16 23:47:02 +01:00
parent 09ae82b36c
commit 88de655b28
1 changed files with 0 additions and 5 deletions

View File

@ -370,11 +370,6 @@ bool Window::handleEvent() {
if(SystemFlags::getSystemSettingType(SystemFlags::debugSystem).enabled) SystemFlags::OutputDebug(SystemFlags::debugSystem,"In [%s::%s %d] ALT-F4 pressed.\n",extractFileFromDirectoryPath(__FILE__).c_str(),__FUNCTION__,__LINE__);
return false;
}
// handle windows key
if(keyName == "Application" || (event.key.keysym.mod & (KMOD_LGUI | KMOD_LGUI))){
if(SystemFlags::getSystemSettingType(SystemFlags::debugSystem).enabled) SystemFlags::OutputDebug(SystemFlags::debugSystem,"In [%s::%s %d] ALT-F4 pressed.\n",extractFileFromDirectoryPath(__FILE__).c_str(),__FUNCTION__,__LINE__);
return false;
}
#endif
if(global_window) {
//char key = getKey(event.key.keysym,true);