Implemented some event handlers in SDL

This commit is contained in:
Tulioh
2015-01-11 13:24:54 -02:00
parent 15b3d439d6
commit fd97ccd402
7 changed files with 292 additions and 39 deletions

View File

@@ -177,8 +177,6 @@ std::string Application::getOs()
return "mac";
#elif __linux
return "linux";
#elif defined ANDROID
return "android";
#else
return "unknown";
#endif