mirror of
https://git.sr.ht/~eliasnaur/gio
synced 2026-07-01 15:45:38 +00:00
3a0583564b
When using Gio with ANGLE, the isFlipped coordinate system flip will apply to rendering as well. Fortunately we're no longer using NSOpenGLView so isFlipped only applies to mouse events. Convert them manually to avoid isFlipped and support ANGLE. Signed-off-by: Elias Naur <mail@eliasnaur.com>