comparison android/testproject/jni/lesson05.c @ 4723:74da47b2f5b7

More joystick stuff
author Paul Hunkin <paul@bieh.net>
date Tue, 27 Jul 2010 21:58:18 +0200
parents faa228f7ce5b
children d86332c0fb9b
comparison
equal deleted inserted replaced
4722:faa228f7ce5b 4723:74da47b2f5b7
509 509
510 /* resize the initial window */ 510 /* resize the initial window */
511 resizeWindow( SCREEN_WIDTH, SCREEN_HEIGHT ); 511 resizeWindow( SCREEN_WIDTH, SCREEN_HEIGHT );
512 512
513 513
514 testAudio(); 514 //testAudio();
515 515
516 516
517 /* wait for events */ 517 /* wait for events */
518 while ( !done ) 518 while ( !done )
519 { 519 {