diff options
Diffstat (limited to 'pugl/pugl_osx.m')
-rw-r--r-- | pugl/pugl_osx.m | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/pugl/pugl_osx.m b/pugl/pugl_osx.m index 86c3c34..d502002 100644 --- a/pugl/pugl_osx.m +++ b/pugl/pugl_osx.m @@ -419,6 +419,12 @@ puglDestroy(PuglView* view) free(view); } +void +puglGrabFocus(PuglView* view) +{ + // TODO +} + PuglStatus puglProcessEvents(PuglView* view) { |