Commit Graph

7 Commits

Author SHA1 Message Date
Grzesiek11
749616884f
Disable mouse button limit in the window test 2024-02-11 20:34:54 +01:00
Grzesiek11
e23231de5d
Replace GLFW_MOUSE_BUTTON_LIMIT with GLFW_DISABLE_MOUSE_BUTTON_LIMIT
Normally I'd be against such a double negative, but it seems more
intuitive in this case - enabling new handling makes more sense than
disabling old handling.
2024-02-11 20:29:58 +01:00
Grzesiek11
571dfb80ba
Make GLFW_MOUSE_BUTTON_LIMIT an input mode 2024-02-11 17:33:42 +01:00
Camilla Löwy
f8ef3ca719 Add hiding and showing to interactive window test 2021-12-24 00:56:44 +01:00
Camilla Löwy
7614d088e9 Fix string buffer sizes in window test 2021-10-05 18:11:25 +02:00
Camilla Löwy
62074f3dea Update glad2 and switch to header-only version
This updates to a newer version of glad2 and switches to the header-only
variant.

This also (finally) switches to the newer glad2 loader signature that
allows us to pass in glfwGetInstanceProcAddress directly.
2021-08-26 16:03:40 +02:00
Camilla Löwy
3207fc7120 Add window property test 2020-07-15 19:08:04 +02:00