- pKW_BlitTile
alias pKW_BlitTile = void function(KW_RenderDriver* renderer, KW_Surface* dst, KW_Surface* tileset, int column, int line, 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.
- pKW_BlitTileFill
alias pKW_BlitTileFill = void function(KW_RenderDriver* renderer, KW_Surface* dst, KW_Surface* tileset, int column, int line, int x, int y, int w, int h, KW_bool stretch)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pKW_BlitTileFrame
alias pKW_BlitTileFrame = void function(KW_RenderDriver* renderer, KW_Surface* dst, KW_Surface* tileset, int startcolumn, int startline, const KW_Rect* fillrect, KW_bool stretchcenter, KW_bool stretchsides)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pKW_CreateTileFrameTexture
alias pKW_CreateTileFrameTexture = KW_Texture* function(KW_RenderDriver* renderer, KW_Surface* tileset, int startcolumn, int startline, int w, int h, KW_bool stretchcenter, KW_bool stretchsides)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pKW_IsTileStretchable
alias pKW_IsTileStretchable = KW_bool function(KW_RenderDriver* renderer, KW_Surface* tileset, int line, int column)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pKW_RenderTile
alias pKW_RenderTile = void function(KW_RenderDriver* renderer, KW_Texture* tileset, int column, int line, 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.
- pKW_RenderTileFill
alias pKW_RenderTileFill = void function(KW_RenderDriver* renderer, KW_Texture* tileset, int column, int line, int x, int y, int w, int h, KW_bool stretch)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pKW_RenderTileFrame
alias pKW_RenderTileFrame = void function(KW_RenderDriver* renderer, KW_Texture* tileset, int startcolumn, int startline, const(KW_Rect)* fillrect, KW_bool stretchcenter, KW_bool stretchsides)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- KW_BlitTile
void KW_BlitTile(KW_RenderDriver* renderer, KW_Surface* dst, KW_Surface* tileset, int column, int line, 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.
- KW_BlitTileFill
void KW_BlitTileFill(KW_RenderDriver* renderer, KW_Surface* dst, KW_Surface* tileset, int column, int line, int x, int y, int w, int h, KW_bool stretch)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- KW_BlitTileFrame
void KW_BlitTileFrame(KW_RenderDriver* renderer, KW_Surface* dst, KW_Surface* tileset, int startcolumn, int startline, KW_Rect* fillrect, KW_bool stretchcenter, KW_bool stretchsides)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- KW_CreateTileFrameTexture
KW_Texture* KW_CreateTileFrameTexture(KW_RenderDriver* renderer, KW_Surface* tileset, int startcolumn, int startline, int w, int h, KW_bool stretchcenter, KW_bool stretchsides)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- KW_IsTileStretchable
KW_bool KW_IsTileStretchable(KW_RenderDriver* renderer, KW_Surface* tileset, int line, int column)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- KW_RenderTile
void KW_RenderTile(KW_RenderDriver* renderer, KW_Texture* tileset, int column, int line, 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.
- KW_RenderTileFill
void KW_RenderTileFill(KW_RenderDriver* renderer, KW_Texture* tileset, int column, int line, int x, int y, int w, int h, KW_bool stretch)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- KW_RenderTileFrame
void KW_RenderTileFrame(KW_RenderDriver* renderer, KW_Texture* tileset, int startcolumn, int startline, const(KW_Rect)* fillrect, KW_bool stretchcenter, KW_bool stretchsides)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.