1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-10 23:44:24 +00:00
JUCE/modules/juce_opengl/native
reuk 29e6bee01f
OpenGL: Fix mouse-move handling for OpenGL views
Since b108fe26c3, JUCE NSViews have
ignored mouse movements for child views. However, this causes issues for
OpenGL views, which still expect to receive mouse input via the parent
view. This fix makes the inner OpenGL view effectively invisible to the
mouse, so all mouse events are handled by the owning JUCE view.
2024-12-19 22:58:33 +00:00
..
java/app/com/rmsl/juce Update licensing information 2024-04-16 11:39:35 +01:00
juce_OpenGL_android.h Update licensing information 2024-04-16 11:39:35 +01:00
juce_OpenGL_ios.h Update licensing information 2024-04-16 11:39:35 +01:00
juce_OpenGL_linux.h Update licensing information 2024-04-16 11:39:35 +01:00
juce_OpenGL_mac.h OpenGL: Fix mouse-move handling for OpenGL views 2024-12-19 22:58:33 +00:00
juce_OpenGL_windows.h OpenGL: Set up context sharing on the GL thread, rather than the main thread 2024-10-24 20:43:10 +01:00
juce_OpenGLExtensions.h Update licensing information 2024-04-16 11:39:35 +01:00