1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-25 02:04:23 +00:00
JUCE/modules/juce_opengl
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
..
geometry Update licensing information 2024-04-16 11:39:35 +01:00
native OpenGL: Fix mouse-move handling for OpenGL views 2024-12-19 22:58:33 +00:00
opengl OpenGLTexture: Respect pixelStride when loading Image to texture 2024-12-13 14:42:26 +00:00
utils Update licensing information 2024-04-16 11:39:35 +01:00
juce_opengl.cpp Windows: Fix build warnings when JUCE_DISABLE_ASSERTIONS is set 2024-09-13 13:57:10 +01:00
juce_opengl.h Bump version number to 8.0.4 2024-11-18 10:12:15 +00:00
juce_opengl.mm Update licensing information 2024-04-16 11:39:35 +01:00