Win32 port work dump.

This commit is contained in:
Camilla Berglund
2010-09-13 23:50:04 +02:00
parent 1bac99625d
commit f3fbbb4311
5 changed files with 377 additions and 373 deletions
+2 -2
View File
@@ -36,7 +36,7 @@
//////////////////////////////////////////////////////////////////////////
//========================================================================
// Return GL_TRUE if joystick is present, else return GL_FALSE.
// Return GL_TRUE if joystick is present, otherwise GL_FALSE
//========================================================================
static GLboolean isJoystickPresent(int joy)
@@ -56,7 +56,7 @@ static GLboolean isJoystickPresent(int joy)
//========================================================================
// Calculate joystick position
// Calculate normalized joystick position
//========================================================================
static float calcJoystickPos(DWORD pos, DWORD min, DWORD max)