opnsense-ports/graphics/freeglut/files/patch-src_fg__internal.h
Franco Fichtner 6f5d6ce9c9 */*: sync with upstream
Taken from: FreeBSD
2015-12-13 10:04:15 +01:00

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 );