mirror of
https://github.com/glfw/glfw.git
synced 2026-08-28 02:15:54 +02:00
This adds the GLFW_MOUSE_PASSTHROUGH window hint and attribute for controlling whether mouse input passes through the window to whatever window is behind it. Fixes #1236. Closes #1568.