diff options
-rw-r--r-- | pugl/pugl.h | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/pugl/pugl.h b/pugl/pugl.h index 04add26..9a1b999 100644 --- a/pugl/pugl.h +++ b/pugl/pugl.h @@ -789,18 +789,18 @@ PUGL_API PuglStatus puglSetEventFunc(PuglView* view, PuglEventFunc eventFunc); /** - Return true iff `view` has the input focus. -*/ -PUGL_API bool -puglHasFocus(const PuglView* view); - -/** Grab the input focus. */ PUGL_API PuglStatus puglGrabFocus(PuglView* view); /** + Return true iff `view` has the input focus. +*/ +PUGL_API bool +puglHasFocus(const PuglView* view); + +/** Get clipboard contents. @param view The view. |