Tramway SDK
|
Enumerations | |
enum | CursorType { CURSOR_DEFAULT , CURSOR_TEXT , CURSOR_CLICK } |
Functions | |
void | Init () |
void | Update () |
void | Uninit () |
void | SetTitle (const char *) |
void | SetSize (int w, int h) |
void | SetCursor (CursorType) |
void | SetCursorPosition (float x, float y) |
void | EnableCursor () |
void | DisableCursor () |
void | SetScale (int s) |
double | GetTime () |
int | GetCurrentMonitor () |
int | GetMonitorCount () |
void | SetMonitor (int monitor) |
bool | IsFullscreen () |
void | SetFullscreen (bool) |
bool | IsVsync () |
void | SetVsync (bool) |
bool | IsRawInput () |
void | SetRawInput (bool) |
void tram::Platform::Window::DisableCursor | ( | ) |
void tram::Platform::Window::EnableCursor | ( | ) |
int tram::Platform::Window::GetCurrentMonitor | ( | ) |
int tram::Platform::Window::GetMonitorCount | ( | ) |
double tram::Platform::Window::GetTime | ( | ) |
void tram::Platform::Window::Init | ( | ) |
bool tram::Platform::Window::IsFullscreen | ( | ) |
bool tram::Platform::Window::IsRawInput | ( | ) |
bool tram::Platform::Window::IsVsync | ( | ) |
void tram::Platform::Window::SetCursor | ( | CursorType | cursor | ) |
void tram::Platform::Window::SetCursorPosition | ( | float | x, |
float | y | ||
) |
void tram::Platform::Window::SetFullscreen | ( | bool | fullscreen | ) |
void tram::Platform::Window::SetMonitor | ( | int | monitor | ) |
void tram::Platform::Window::SetRawInput | ( | bool | input | ) |
void tram::Platform::Window::SetScale | ( | int | s | ) |
void tram::Platform::Window::SetSize | ( | int | w, |
int | h | ||
) |
void tram::Platform::Window::SetTitle | ( | const char * | title | ) |
void tram::Platform::Window::SetVsync | ( | bool | value | ) |
void tram::Platform::Window::Uninit | ( | ) |
void tram::Platform::Window::Update | ( | ) |