comparison Applications/Sdl/SdlWindow.h @ 555:731b40e9bfe1

SdlWindow::GetObject()
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 09 Apr 2019 17:49:37 +0200
parents b70e9be013e4
children 002d9562c8f5
comparison
equal deleted inserted replaced
542:efdf45c5aeb0 555:731b40e9bfe1
42 unsigned int height, 42 unsigned int height,
43 bool enableOpenGl); 43 bool enableOpenGl);
44 44
45 ~SdlWindow(); 45 ~SdlWindow();
46 46
47 SDL_Window *GetObject() const
48 {
49 return window_;
50 }
51
47 unsigned int GetWidth() const; 52 unsigned int GetWidth() const;
48 53
49 unsigned int GetHeight() const; 54 unsigned int GetHeight() const;
50 55
51 void Render(SDL_Surface* surface); 56 void Render(SDL_Surface* surface);