Shallow formatting pass.

This commit is contained in:
Camilla Berglund
2010-09-07 17:50:43 +02:00
parent 38b0ccb9b3
commit 1baf233d12
11 changed files with 73 additions and 76 deletions
+3 -3
View File
@@ -36,7 +36,7 @@
//************************************************************************
//========================================================================
// glfwGetJoystickParam() - Determine joystick capabilities
// Determine joystick capabilities
//========================================================================
GLFWAPI int glfwGetJoystickParam( int joy, int param )
@@ -52,7 +52,7 @@ GLFWAPI int glfwGetJoystickParam( int joy, int param )
//========================================================================
// glfwGetJoystickPos() - Get joystick axis positions
// Get joystick axis positions
//========================================================================
GLFWAPI int glfwGetJoystickPos( int joy, float *pos, int numaxes )
@@ -76,7 +76,7 @@ GLFWAPI int glfwGetJoystickPos( int joy, float *pos, int numaxes )
//========================================================================
// glfwGetJoystickButtons() - Get joystick button states
// Get joystick button states
//========================================================================
GLFWAPI int glfwGetJoystickButtons( int joy,