rpui.platform

Undocumented in source.

Members

Functions

hasClipboardText
bool hasClipboardText()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
platformCreateWindow
Window platformCreateWindow(string title, uint width, uint height)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
platformDestroyWindow
void platformDestroyWindow(void* window)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
platformEventLoop
bool platformEventLoop(void* window, EventsObserver events)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
platformGapiDeleteContext
void platformGapiDeleteContext(void* context)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
platformGetClipboardTextUtf32
dstring platformGetClipboardTextUtf32()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
platformGetClipboardTextUtf8
string platformGetClipboardTextUtf8()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
platformGetTicks
float platformGetTicks()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
platformHideSystemCursor
void platformHideSystemCursor()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
platformInit
void platformInit()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
platformSetClipboardTextUtf32
void platformSetClipboardTextUtf32(dstring text)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
platformSetClipboardTextUtf8
void platformSetClipboardTextUtf8(string text)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
platformSetMousePosition
void platformSetMousePosition(void* window, int x, int y)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
platformShowSystemCursor
void platformShowSystemCursor()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
platformShutdown
void platformShutdown()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
platformSwapWindow
void platformSwapWindow(void* window)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Structs

Window
struct Window
Undocumented in source.

Meta