rpui.platform_glfw

Undocumented in source.

Members

Functions

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.
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.
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