aboutsummaryrefslogtreecommitdiffstats
path: root/pugl/pugl_osx.m
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2019-07-23 17:10:06 +0200
committerDavid Robillard <d@drobilla.net>2019-07-23 20:28:56 +0200
commit5797e423e121b9fb49886a53cf4adfe49e391990 (patch)
treef0e11abed920d04c411c0d131386fdc396195cf2 /pugl/pugl_osx.m
parenteb64f8a3228184a67e61ab209f5c9f64cf9c120a (diff)
downloadpugl-5797e423e121b9fb49886a53cf4adfe49e391990.tar.gz
pugl-5797e423e121b9fb49886a53cf4adfe49e391990.tar.bz2
pugl-5797e423e121b9fb49886a53cf4adfe49e391990.zip
Mac: Fix coordinate system
Diffstat (limited to 'pugl/pugl_osx.m')
-rw-r--r--pugl/pugl_osx.m5
1 files changed, 5 insertions, 0 deletions
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;