Fixed C2275 compiler error in fg_spaceball_mswin.c
[freeglut] / src / android / fg_joystick_android.c
index e843348..148c500 100644 (file)
 #include <GL/freeglut.h>
 #include "fg_internal.h"
 
+/**
+ * TODO: Android has no joysticks at the moment (only touchscreens/touchpads),
+ * but we could expose the accelerometer as a 3-axis joystick.
+ */
+
 void fgPlatformJoystickRawRead( SFG_Joystick* joy, int* buttons, float* axes )
 {
     fgWarning("fgPlatformJoystickRawRead: STUB\n");