I have the same problem. I’m not sure how the iphone joystick is suppose be
initialized when SDL_JOYSTICK_DISABLED is set to true in
sdl_config_iphoneos.h.
rorbert wrote:>
Hello,
I’m new in iPhone. I’m trying to run iPhone examples from 1.3 svn trunk.
None of mouse examples works for me, neither on device nor in simulator.
When SDL_Init is called with SDL_INIT_JOYSTICK flag, it fails.
I enabled joystick by editing SDL_config_iphoneos.h:
change #define SDL_JOYSTICK_DISABLED 1
to #define SDL_JOYSTICK_DISABLED 0
Don’t know why the touch events are not firing…
Yonas wrote:>
I have the same problem. I’m not sure how the iphone joystick is suppose
be initialized when SDL_JOYSTICK_DISABLED is set to true in
sdl_config_iphoneos.h.
rorbert wrote:
Hello,
I’m new in iPhone. I’m trying to run iPhone examples from 1.3 svn trunk.
None of mouse examples works for me, neither on device nor in simulator.
When SDL_Init is called with SDL_INIT_JOYSTICK flag, it fails.