mirror of
https://github.com/glfw/glfw.git
synced 2026-09-22 16:52:57 +00:00
Use more GLFWbool
This commit is contained in:
@@ -39,7 +39,7 @@
|
||||
//
|
||||
typedef struct _GLFWjoydeviceNS
|
||||
{
|
||||
int present;
|
||||
GLFWbool present;
|
||||
char name[256];
|
||||
|
||||
IOHIDDeviceRef deviceRef;
|
||||
|
||||
Reference in New Issue
Block a user