617e72cb0e
* Update COMMENT/pkg-message * Remove conflicts libglut has been gone for ages. Obtained from: xorg devel repo
10 lines
440 B
C
10 lines
440 B
C
--- 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 );
|