mirror of
https://github.com/glfw/glfw.git
synced 2026-09-18 22:55:46 +00:00
Internal header cleanup.
This commit is contained in:
+2
-11
@@ -31,13 +31,8 @@
|
||||
_GLFWjoystickWinMM winmm_js[GLFW_JOYSTICK_LAST + 1]
|
||||
|
||||
|
||||
//========================================================================
|
||||
// GLFW platform specific types
|
||||
//========================================================================
|
||||
|
||||
//------------------------------------------------------------------------
|
||||
// Platform-specific joystick structure
|
||||
//------------------------------------------------------------------------
|
||||
// WinMM-specific per-joystick data
|
||||
//
|
||||
typedef struct _GLFWjoystickWinMM
|
||||
{
|
||||
float axes[6];
|
||||
@@ -46,10 +41,6 @@ typedef struct _GLFWjoystickWinMM
|
||||
} _GLFWjoystickWinMM;
|
||||
|
||||
|
||||
//========================================================================
|
||||
// Prototypes for platform specific internal functions
|
||||
//========================================================================
|
||||
|
||||
void _glfwInitJoysticks(void);
|
||||
void _glfwTerminateJoysticks(void);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user