notaz.gp2x.de
/
sdl_omap.git
/ blame
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blob
|
blame
(incremental) |
history
|
HEAD
implement input to avoid PD common dependency
[sdl_omap.git]
/
src
/
main
/
symbian
/
EKA2
/
sdllib.cpp
Commit
Line
Data
e14743d1
1
#include<eikstart.h>
2
#include<sdlmain.h>
3
#include<sdlepocapi.h>
4
5
6
GLREF_C TInt E32Main()
7
{
8
return SDLEnv::SetMain(SDL_main, CSDL::EEnableFocusStop | CSDL::EAllowImageResize,
9
NULL, SDLEnv::EParamQuery | SDLEnv::EVirtualMouse);
10
}
11
12