From 5797e423e121b9fb49886a53cf4adfe49e391990 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Tue, 23 Jul 2019 17:10:06 +0200 Subject: Mac: Fix coordinate system --- pugl/pugl_osx.m | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/pugl/pugl_osx.m b/pugl/pugl_osx.m index 80bad14..268da71 100644 --- a/pugl/pugl_osx.m +++ b/pugl/pugl_osx.m @@ -200,6 +200,11 @@ struct PuglInternalsImpl { #endif } +- (BOOL) isFlipped +{ + return YES; +} + - (BOOL) acceptsFirstResponder { return YES; -- cgit v1.2.1