changeset 555:731b40e9bfe1

SdlWindow::GetObject()
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 09 Apr 2019 17:49:37 +0200
parents efdf45c5aeb0
children b1e1eccee214
files Applications/Sdl/SdlWindow.h
diffstat 1 files changed, 5 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/Applications/Sdl/SdlWindow.h	Wed Mar 20 12:38:48 2019 +0100
+++ b/Applications/Sdl/SdlWindow.h	Tue Apr 09 17:49:37 2019 +0200
@@ -44,6 +44,11 @@
 
     ~SdlWindow();
 
+    SDL_Window *GetObject() const
+    {
+      return window_;
+    }
+
     unsigned int GetWidth() const;
 
     unsigned int GetHeight() const;