rpui.platform_sdl

Undocumented in source.

Members

Functions

hasClipboardText
bool hasClipboardText()
Undocumented in source. Be warned that the author may not have intended to support it.
platformCreateWindow
Window platformCreateWindow(string title, uint width, uint height)
Undocumented in source. Be warned that the author may not have intended to support it.
platformDestroyWindow
void platformDestroyWindow(void* window)
Undocumented in source. Be warned that the author may not have intended to support it.
platformEventLoop
bool platformEventLoop(void* window, EventsObserver events)
Undocumented in source. Be warned that the author may not have intended to support it.
platformGapiDeleteContext
void platformGapiDeleteContext(void* context)
Undocumented in source. Be warned that the author may not have intended to support it.
platformGetClipboardTextUtf32
dstring platformGetClipboardTextUtf32()
Undocumented in source. Be warned that the author may not have intended to support it.
platformGetClipboardTextUtf8
string platformGetClipboardTextUtf8()
Undocumented in source. Be warned that the author may not have intended to support it.
platformGetTicks
float platformGetTicks()
Undocumented in source. Be warned that the author may not have intended to support it.
platformHideSystemCursor
void platformHideSystemCursor()
Undocumented in source. Be warned that the author may not have intended to support it.
platformInit
void platformInit()
Undocumented in source. Be warned that the author may not have intended to support it.
platformSetClipboardTextUtf32
void platformSetClipboardTextUtf32(dstring text)
Undocumented in source. Be warned that the author may not have intended to support it.
platformSetClipboardTextUtf8
void platformSetClipboardTextUtf8(string text)
Undocumented in source. Be warned that the author may not have intended to support it.
platformSetMousePosition
void platformSetMousePosition(void* window, int x, int y)
Undocumented in source. Be warned that the author may not have intended to support it.
platformShowSystemCursor
void platformShowSystemCursor()
Undocumented in source. Be warned that the author may not have intended to support it.
platformShutdown
void platformShutdown()
Undocumented in source. Be warned that the author may not have intended to support it.
platformSwapWindow
void platformSwapWindow(void* window)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta