diff options
author | chai <chaifix@163.com> | 2018-05-31 08:12:40 +0800 |
---|---|---|
committer | chai <chaifix@163.com> | 2018-05-31 08:12:40 +0800 |
commit | ad8ffb96789f90180982b344540870a2d4e2d60b (patch) | |
tree | 2bf2e124cb0130acaad1dcce2034ff2847b3d0a2 /3rdparty/SDL/src/main/symbian/EKA2/sdllib.cpp |
Diffstat (limited to '3rdparty/SDL/src/main/symbian/EKA2/sdllib.cpp')
-rw-r--r-- | 3rdparty/SDL/src/main/symbian/EKA2/sdllib.cpp | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/3rdparty/SDL/src/main/symbian/EKA2/sdllib.cpp b/3rdparty/SDL/src/main/symbian/EKA2/sdllib.cpp new file mode 100644 index 0000000..7c09996 --- /dev/null +++ b/3rdparty/SDL/src/main/symbian/EKA2/sdllib.cpp @@ -0,0 +1,12 @@ +#include<eikstart.h> +#include<sdlmain.h> +#include<sdlepocapi.h> + + +GLREF_C TInt E32Main() + { + return SDLEnv::SetMain(SDL_main, CSDL::EEnableFocusStop | CSDL::EAllowImageResize, + NULL, SDLEnv::EParamQuery | SDLEnv::EVirtualMouse); + } + +
\ No newline at end of file |