mirror of
https://github.com/glfw/glfw.git
synced 2026-09-21 08:39:45 +00:00
Replace GL booleans with public macros
This commit is contained in:
@@ -76,9 +76,9 @@ int _glfwPlatformJoystickPresent(int joy)
|
||||
JOYINFO ji;
|
||||
|
||||
if (_glfw_joyGetPos(joy, &ji) != JOYERR_NOERROR)
|
||||
return GL_FALSE;
|
||||
return GLFW_FALSE;
|
||||
|
||||
return GL_TRUE;
|
||||
return GLFW_TRUE;
|
||||
}
|
||||
|
||||
const float* _glfwPlatformGetJoystickAxes(int joy, int* count)
|
||||
|
||||
Reference in New Issue
Block a user