GLVis
v4.2
Accurate and flexible finite element visualization
|
#include <sdl_windows.hpp>
Public Member Functions | |
SdlWindowsPlatform () | |
~SdlWindowsPlatform () | |
void | WaitEvent () |
void | SendEvent () |
Public Member Functions inherited from SdlNativePlatform | |
virtual | ~SdlNativePlatform ()=default |
virtual void | RegisterWindow (SDL_Window *window) |
virtual void | UnregisterWindow (SDL_Window *window) |
Additional Inherited Members | |
Static Public Member Functions inherited from SdlNativePlatform | |
static std::unique_ptr < SdlNativePlatform > | Create (SDL_Window *window) |
Definition at line 19 of file sdl_windows.hpp.
SdlWindowsPlatform::SdlWindowsPlatform | ( | ) |
Definition at line 27 of file sdl_windows.cpp.
SdlWindowsPlatform::~SdlWindowsPlatform | ( | ) |
Definition at line 37 of file sdl_windows.cpp.
|
virtual |
Implements SdlNativePlatform.
Definition at line 65 of file sdl_windows.cpp.
|
virtual |
Implements SdlNativePlatform.
Definition at line 42 of file sdl_windows.cpp.