diff options
Diffstat (limited to 'include/pugl')
-rw-r--r-- | include/pugl/pugl.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/pugl/pugl.h b/include/pugl/pugl.h index c13fa69..71578a9 100644 --- a/include/pugl/pugl.h +++ b/include/pugl/pugl.h @@ -877,6 +877,10 @@ PUGL_API PuglStatus puglSetBackend(PuglView* view, const PuglBackend* backend); +/// Return the graphics backend used by a view +const PuglBackend* +puglGetBackend(const PuglView* view); + /// Set the function to call when an event occurs PUGL_API PuglStatus |