mirror of
https://github.com/glfw/glfw.git
synced 2026-09-21 00:30:57 +00:00
Use more GLFWbool
This commit is contained in:
@@ -36,7 +36,7 @@
|
||||
//
|
||||
typedef struct _GLFWjoystickLinux
|
||||
{
|
||||
int present;
|
||||
GLFWbool present;
|
||||
int fd;
|
||||
float* axes;
|
||||
int axisCount;
|
||||
@@ -61,7 +61,7 @@ typedef struct _GLFWjoylistLinux
|
||||
} _GLFWjoylistLinux;
|
||||
|
||||
|
||||
int _glfwInitJoysticksLinux(void);
|
||||
GLFWbool _glfwInitJoysticksLinux(void);
|
||||
void _glfwTerminateJoysticksLinux(void);
|
||||
|
||||
#endif // _glfw3_linux_joystick_h_
|
||||
|
||||
Reference in New Issue
Block a user