Lines Matching defs:_GLFWlibraryWin32
246 typedef struct _GLFWlibraryWin32 struct
248 HWND helperWindowHandle;
249 DWORD foregroundLockTimeout;
250 char* clipboardString;
251 char keyName[64];
252 short int publicKeys[512];
253 short int nativeKeys[GLFW_KEY_LAST + 1];
255 double restoreCursorPosX, restoreCursorPosY;
257 _GLFWwindow* disabledCursorWindow;
259 struct {
262 } winmm;
264 struct {
268 } dinput8;
293 } _GLFWlibraryWin32; argument