- pKW_CreateEditbox
alias pKW_CreateEditbox = KW_Widget* function(KW_GUI*, KW_Widget*, const char*, const KW_Rect*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pKW_GetEditboxCursorPosition
alias pKW_GetEditboxCursorPosition = uint function(KW_Widget*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pKW_GetEditboxFont
alias pKW_GetEditboxFont = KW_Font* function(KW_Widget*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pKW_GetEditboxText
alias pKW_GetEditboxText = char* function(KW_Widget*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pKW_GetEditboxTextColor
alias pKW_GetEditboxTextColor = KW_Color function(KW_Widget*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pKW_SetEditboxCursorPosition
alias pKW_SetEditboxCursorPosition = void function(KW_Widget*, uint)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pKW_SetEditboxFont
alias pKW_SetEditboxFont = void function(KW_Widget*, 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_SetEditboxText
alias pKW_SetEditboxText = void function(KW_Widget*, const char*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pKW_SetEditboxTextColor
alias pKW_SetEditboxTextColor = void function(KW_Widget*, 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_WasEditboxTextColorSet
alias pKW_WasEditboxTextColorSet = KW_bool function(KW_Widget*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- KW_CreateEditbox
KW_Widget* KW_CreateEditbox(KW_GUI* gui, KW_Widget* parent, char* text, KW_Rect* geometry)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- KW_GetEditboxCursorPosition
uint KW_GetEditboxCursorPosition(KW_Widget* widget)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- KW_GetEditboxFont
KW_Font* KW_GetEditboxFont(KW_Widget* widget)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- KW_GetEditboxText
const(char)* KW_GetEditboxText(KW_Widget* widget)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- KW_GetEditboxTextColor
KW_Color KW_GetEditboxTextColor(KW_Widget* widget)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- KW_SetEditboxCursorPosition
void KW_SetEditboxCursorPosition(KW_Widget* widget, uint pos)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- KW_SetEditboxFont
void KW_SetEditboxFont(KW_Widget* widget, 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_SetEditboxText
void KW_SetEditboxText(KW_Widget* widget, char* text)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- KW_SetEditboxTextColor
void KW_SetEditboxTextColor(KW_Widget* widget, 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_WasEditboxTextColorSet
KW_bool KW_WasEditboxTextColorSet(KW_Widget* widget)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.