blob: ddfe3b90b8666b9ec56cab8857da4d1ce65bdc96 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
--- src/fg_internal.h.orig 2014-12-22 16:27:02 UTC
+++ src/fg_internal.h
@@ -967,6 +967,7 @@ int fgJoystickDetect( void );
void fgInitialiseJoysticks( void );
void fgJoystickClose( void );
void fgJoystickPollWindow( SFG_Window* window );
+void fgJoystickRawRead( SFG_Joystick* joy, int* buttons, float* axes );
/* InputDevice Initialisation and Closure */
int fgInputDeviceDetect( void );
|