Update SDLApplication.cpp
This commit is contained in:
@@ -19,7 +19,7 @@ namespace lime {
|
|||||||
|
|
||||||
|
|
||||||
const int analogAxisDeadZone = 1000;
|
const int analogAxisDeadZone = 1000;
|
||||||
std::map<int, std::map<int, int>> gamepadsAxisMap;
|
std::map<int, std::map<int, int> > gamepadsAxisMap;
|
||||||
bool inBackground = false;
|
bool inBackground = false;
|
||||||
|
|
||||||
|
|
||||||
@@ -888,4 +888,4 @@ namespace lime {
|
|||||||
|
|
||||||
#ifdef ANDROID
|
#ifdef ANDROID
|
||||||
int SDL_main (int argc, char *argv[]) { return 0; }
|
int SDL_main (int argc, char *argv[]) { return 0; }
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
Reference in New Issue
Block a user