- KW_OnGUIFontChanged
alias KW_OnGUIFontChanged = void function(KW_GUI*, void*, KW_Font*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- KW_OnGUITextColorChanged
alias KW_OnGUITextColorChanged = void function(KW_GUI*, void*, KW_Color)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pKW_AddGUIFontChangedHandler
alias pKW_AddGUIFontChangedHandler = void function(KW_GUI*, KW_OnGUIFontChanged, void*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pKW_AddGUITextColorChangedHandler
alias pKW_AddGUITextColorChangedHandler = void function(KW_GUI*, KW_OnGUITextColorChanged, void*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pKW_GetFont
alias pKW_GetFont = KW_Font* function(KW_GUI*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pKW_GetRenderer
alias pKW_GetRenderer = KW_RenderDriver* function(KW_GUI*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pKW_GetTextColor
alias pKW_GetTextColor = KW_Color function(KW_GUI*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pKW_GetTilesetSurface
alias pKW_GetTilesetSurface = KW_Surface* function(KW_GUI*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pKW_GetTilesetTexture
alias pKW_GetTilesetTexture = KW_Texture* function(KW_GUI*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pKW_Init
alias pKW_Init = KW_GUI* function(KW_RenderDriver*, KW_Surface*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pKW_Paint
alias pKW_Paint = void function(KW_GUI*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pKW_ProcessEvents
alias pKW_ProcessEvents = void function(KW_GUI*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pKW_Quit
alias pKW_Quit = void function(KW_GUI*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pKW_RemoveGUIFontChangedHandler
alias pKW_RemoveGUIFontChangedHandler = void function(KW_GUI*, KW_OnGUIFontChanged, void*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pKW_RemoveGUITextColorChangedHandler
alias pKW_RemoveGUITextColorChangedHandler = void function(KW_GUI*, KW_OnGUITextColorChanged, void*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pKW_SetFont
alias pKW_SetFont = void function(KW_GUI*, KW_Font*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pKW_SetRenderer
alias pKW_SetRenderer = void function(KW_GUI*, KW_RenderDriver*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pKW_SetTextColor
alias pKW_SetTextColor = void function(KW_GUI*, KW_Color)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pKW_SetTilesetSurface
alias pKW_SetTilesetSurface = void function(KW_GUI*, KW_Surface*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- KW_AddGUIFontChangedHandler
void KW_AddGUIFontChangedHandler(KW_GUI* gui, KW_OnGUIFontChanged handler, void* priv)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- KW_AddGUITextColorChangedHandler
void KW_AddGUITextColorChangedHandler(KW_GUI* , KW_OnGUITextColorChanged , void* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- KW_GetFont
KW_Font* KW_GetFont(KW_GUI* gui)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- KW_GetRenderer
KW_RenderDriver* KW_GetRenderer(KW_GUI* gui)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- KW_GetTextColor
KW_Color KW_GetTextColor(KW_GUI* gui)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- KW_GetTilesetSurface
KW_Surface* KW_GetTilesetSurface(KW_GUI* gui)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- KW_GetTilesetTexture
KW_Texture* KW_GetTilesetTexture(KW_GUI* gui)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- KW_Init
KW_GUI* KW_Init(KW_RenderDriver* renderer, KW_Surface* tileset)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- KW_Paint
void KW_Paint(KW_GUI* gui)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- KW_ProcessEvents
void KW_ProcessEvents(KW_GUI* gui)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- KW_Quit
void KW_Quit(KW_GUI* gui)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- KW_RemoveGUIFontChangedHandler
void KW_RemoveGUIFontChangedHandler(KW_GUI* gui, KW_OnGUIFontChanged handler, void* priv)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- KW_RemoveGUITextColorChangedHandler
void KW_RemoveGUITextColorChangedHandler(KW_GUI* gui, KW_OnGUITextColorChanged handler, void* priv)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- KW_SetFont
void KW_SetFont(KW_GUI* gui, KW_Font* font)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- KW_SetRenderer
void KW_SetRenderer(KW_GUI* gui, KW_RenderDriver* renderer)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- KW_SetTextColor
void KW_SetTextColor(KW_GUI* gui, KW_Color color)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- KW_SetTilesetSurface
void KW_SetTilesetSurface(KW_GUI* gui, KW_Surface* tileset)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.