mirror of
https://github.com/glfw/glfw.git
synced 2026-01-11 15:23:17 +01: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