Quiest
I like turtles!
EDIT:
Problem with the filesize and button input solved!
I was calling SDL_JoystickOpen( 0 ); before SDL_Init();
Worked fine on PC but not on the 2X.
The filesize came from including iostream.h, and now i could work down the
filesize to 930kb using -s compiler flag and the gpe comp tool!
My remaining problem is, the touchscreen still does not work, not with events,
nor with using:
CODE
SDL_GetMouseState( &mx, &my );
//and
SDL_GetMouseState( NULL, NULL ) & SDL_BUTTON( SDL_BUTTON_LEFT )
Can someone shed some light on what to do? How do others use it?
I updated to paeryns newest lib (23/11/07), so touchscreen should definately work!
Problem with the filesize and button input solved!
I was calling SDL_JoystickOpen( 0 ); before SDL_Init();
Worked fine on PC but not on the 2X.
The filesize came from including iostream.h, and now i could work down the
filesize to 930kb using -s compiler flag and the gpe comp tool!
My remaining problem is, the touchscreen still does not work, not with events,
nor with using:
CODE
SDL_GetMouseState( &mx, &my );
//and
SDL_GetMouseState( NULL, NULL ) & SDL_BUTTON( SDL_BUTTON_LEFT )
Can someone shed some light on what to do? How do others use it?
I updated to paeryns newest lib (23/11/07), so touchscreen should definately work!