mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-03-24 13:43:43 +00:00
Show unhandled SDL events in hexadecimal (easier to compare with the enum)
This commit is contained in:
parent
7bddfc0025
commit
eff648e3ab
2
extern/sdl4ogre/sdlinputwrapper.cpp
vendored
2
extern/sdl4ogre/sdlinputwrapper.cpp
vendored
@ -115,7 +115,7 @@ namespace SFO
|
||||
mWindowListener->windowClosed();
|
||||
break;
|
||||
default:
|
||||
std::cerr << "Unhandled SDL event of type " << evt.type << std::endl;
|
||||
std::cerr << "Unhandled SDL event of type 0x" << std::hex << evt.type << std::endl;
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user