Use fgWarning for android joystick stubs
authorSylvain Beucler <beuc@beuc.net>
Wed, 2 May 2012 16:47:45 +0000 (16:47 +0000)
committerSylvain Beucler <beuc@beuc.net>
Wed, 2 May 2012 16:47:45 +0000 (16:47 +0000)
git-svn-id: svn+ssh://svn.code.sf.net/p/freeglut/code/trunk/freeglut/freeglut@1283 7f0cb862-5218-0410-a997-914c9d46530a

src/android/fg_joystick_android.c

index 084978a..e843348 100644 (file)
 
 void fgPlatformJoystickRawRead( SFG_Joystick* joy, int* buttons, float* axes )
 {
-  fprintf(stderr, "fgPlatformJoystickRawRead: STUB\n");
+    fgWarning("fgPlatformJoystickRawRead: STUB\n");
 }
 
 void fgPlatformJoystickOpen( SFG_Joystick* joy )
 {
-  fprintf(stderr, "fgPlatformJoystickOpen: STUB\n");
+    fgWarning("fgPlatformJoystickOpen: STUB\n");
 }
 
 void fgPlatformJoystickInit( SFG_Joystick *fgJoystick[], int ident )
 {
-  fprintf(stderr, "fgJoystick: STUB\n");
+    fgWarning("fgJoystick: STUB\n");
 }
 
 void fgPlatformJoystickClose ( int ident )
 {
-  fprintf(stderr, "fgPlatformJoystickClose: STUB\n");
+    fgWarning("fgPlatformJoystickClose: STUB\n");
 }