mirror of https://github.com/axmolengine/axmol.git
[airplay] fix screen orientation bugs (pointer not properly worked) on devices ( checked on IOS IPad/IPhone), when orientation was changed.
This commit is contained in:
parent
cb65469103
commit
290367c867
|
@ -1,14 +1,11 @@
|
|||
[S3E]
|
||||
|
||||
MemSize=[s3e]SCREENSIZE + 50331648
|
||||
MemFlags0=USE_STACK_ALLOCATOR
|
||||
|
||||
|
||||
[Trace]
|
||||
GAME=1
|
||||
IW_GL=1
|
||||
IW_GL_VERBOSE=1
|
||||
|
||||
[gl]
|
||||
|
||||
|
||||
[S3E]
|
||||
|
||||
MemSize=[s3e]SCREENSIZE + 50331648
|
||||
MemFlags0=USE_STACK_ALLOCATOR
|
||||
FixScreenOrientation = 1
|
||||
|
||||
|
||||
[Trace]
|
||||
GAME=1
|
||||
IW_GL=1
|
||||
IW_GL_VERBOSE=1
|
Loading…
Reference in New Issue