X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?a=blobdiff_plain;f=src%2Fandroid%2Ffg_joystick_android.c;h=148c500fe86bcb50998925b6580084d298bf2648;hb=cd0898cee3e8d093c4edbafd87aa66661cdbce46;hp=e843348d584ceab232180eab516e155d17f19584;hpb=dced05adbce96bd64f3ace7aa030953fa0e3e93d;p=freeglut diff --git a/src/android/fg_joystick_android.c b/src/android/fg_joystick_android.c index e843348..148c500 100644 --- a/src/android/fg_joystick_android.c +++ b/src/android/fg_joystick_android.c @@ -29,6 +29,11 @@ #include #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");