solve keymod problem

This commit is contained in:
Benjamin Kyd
2022-05-18 00:48:00 +01:00
parent f2a4d7d75f
commit 7e635a031c
4 changed files with 38 additions and 65 deletions

View File

@@ -35,7 +35,8 @@ public:
bool EventRecieved( Aeon::Core::GenericEvent& e ) override
{
std::cout << "FROM LEVEL " << e.System << " " << (char)e.keyCode << std::endl;
std::cout << "FROM LEVEL " << e.Type << " " << (char)e.keyCode << std::endl;
return false;
}