#include <sdl_main.hpp>
|
| | SdlMainThread () |
| |
| | ~SdlMainThread () |
| |
| void | SetSingleThread () |
| |
| bool | SdlInitialized () const |
| |
| void | MainLoop (bool server_mode) |
| |
| void | DispatchSDLEvents () |
| |
| Handle | GetHandle (SdlWindow *wnd, const std::string &title, int x, int y, int w, int h, bool legacyGlOnly) |
| |
| void | DeleteHandle (Handle to_delete) |
| |
| void | SetWindowTitle (const Handle &handle, std::string title) |
| |
| void | SetWindowSize (const Handle &handle, int w, int h) |
| |
| void | SetWindowPosition (const Handle &handle, int x, int y) |
| |
| SdlNativePlatform * | GetPlatform () const |
| |
Definition at line 20 of file sdl_main.hpp.
| SdlMainThread::SdlMainThread |
( |
| ) |
|
| SdlMainThread::~SdlMainThread |
( |
| ) |
|
| void SdlMainThread::DeleteHandle |
( |
Handle |
to_delete | ) |
|
| void SdlMainThread::DispatchSDLEvents |
( |
| ) |
|
| SdlMainThread::Handle SdlMainThread::GetHandle |
( |
SdlWindow * |
wnd, |
|
|
const std::string & |
title, |
|
|
int |
x, |
|
|
int |
y, |
|
|
int |
w, |
|
|
int |
h, |
|
|
bool |
legacyGlOnly |
|
) |
| |
| void SdlMainThread::MainLoop |
( |
bool |
server_mode | ) |
|
| bool SdlMainThread::SdlInitialized |
( |
| ) |
const |
|
inline |
| void SdlMainThread::SetSingleThread |
( |
| ) |
|
|
inline |
| void SdlMainThread::SetWindowPosition |
( |
const Handle & |
handle, |
|
|
int |
x, |
|
|
int |
y |
|
) |
| |
| void SdlMainThread::SetWindowSize |
( |
const Handle & |
handle, |
|
|
int |
w, |
|
|
int |
h |
|
) |
| |
| void SdlMainThread::SetWindowTitle |
( |
const Handle & |
handle, |
|
|
std::string |
title |
|
) |
| |
The documentation for this class was generated from the following files: