Mouse / joystick support for iPhone broken?

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.

Any suggestions welcome.

Regards,
Robert

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.

Any suggestions welcome.

Regards,
Robert


SDL mailing list
SDL at lists.libsdl.org
http://lists.libsdl.org/listinfo.cgi/sdl-libsdl.org


View this message in context: http://www.nabble.com/mouse---joystick-support-for-iPhone-broken--tp20375523p21009500.html
Sent from the SDL mailing list archive at Nabble.com.

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.

Any suggestions welcome.

Regards,
Robert


SDL mailing list
SDL at lists.libsdl.org
http://lists.libsdl.org/listinfo.cgi/sdl-libsdl.org


View this message in context: http://www.nabble.com/mouse---joystick-support-for-iPhone-broken--tp20375523p21011422.html
Sent from the SDL mailing list archive at Nabble.com.