[X11] Bugfix: glfwMaximizeWindow had no effect on hidden windows [X11] Bugfix: Clearing GLFW_FLOATING on a hidden window caused invalid read [X11] Bugfix: Changing GLFW_FLOATING on a hidden window could silently fail [X11] Bugfix: Disabled cursor mode was interrupted by indicator windows [...
[Cocoa] Bugfix: Cursor was not actually hidden in hidden mode [Cocoa] Bugfix: Cursor modes were not applied to inactive windows [X11] Bugfix: Events for mouse buttons 4 and above were not reported [X11] Bugfix: CMake 2.8.7 does not setX11_Xinput_LIBeven when found ...
We read every piece of feedback, and take your input very seriously. Include my email address so I can be contacted Cancel Submit feedback Saved searches Use saved searches to filter your results more quickly Cancel Create saved search Sign in Sign up Reseting focus {...
#define GLFW_CURSOR_HIDDEN 0x00034002 @@ -1908,6 +1909,37 @@ typedef void (* GLFWcharfun)(GLFWwindow* window, unsigned int codepoint); */ typedef void (* GLFWcharmodsfun)(GLFWwindow* window, unsigned int codepoint, int mods); /*! @brief The function signature for preedit callbacks...
[Win32] Made hidden helper window use its own window class [Win32] Disabled framebuffer transparency on Windows 7 when DWM windows are opaque (#1512) [Win32] Bugfix: GLFW_INCLUDE_VULKAN plus VK_USE_PLATFORM_WIN32_KHR caused symbol redefinition (#1524) [Win32] Bugfix: The cursor position...
Cleanup 6 years ago 564 Cursor hiddenCursorHandle; X11 library struct cleanup and comments. 8 years ago 565 // Context for mapping window XIDs to _GLFWwindow pointers Moved to use X11 context manager. 9 years ago 566 XContext context; Cleanup of basic XIM support. 8 years ago ...
Cameron King, for reporting a hidden cursor mouse bug on X11 Peter Knut, for his many and detailed reports of difficult to find input bugs Robin Leffmann, for his work on Mac OS X and other platforms, and his invaluable support Glenn Lewis, for helping out with support for the D program...
We read every piece of feedback, and take your input very seriously. Include my email address so I can be contacted Cancel Submit feedback Saved searches Use saved searches to filter your results more quickly Cancel Create saved search Sign in Sign up Reseting focus {...
Low-level Haskell bindings to GLFW. Contribute to bsl/bindings-GLFW development by creating an account on GitHub.
[X11] Bugfix: glfwMaximizeWindow had no effect on hidden windows [X11] Bugfix: Clearing GLFW_FLOATING on a hidden window caused invalid read [X11] Bugfix: Changing GLFW_FLOATING on a hidden window could silently fail [X11] Bugfix: Disabled cursor mode was interrupted by indicator windows [...