bindbc.sfml.graphics

Undocumented in source.

Members

Aliases

psfCircleShape_copy
alias psfCircleShape_copy = sfCircleShape* function(const(sfCircleShape)* shape)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
psfCircleShape_create
alias psfCircleShape_create = sfCircleShape* function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
psfCircleShape_destroy
alias psfCircleShape_destroy = void function(sfCircleShape* shape)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
psfCircleShape_getFillColor
alias psfCircleShape_getFillColor = sfColor function(const(sfCircleShape)* shape)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
psfCircleShape_getGlobalBounds
alias psfCircleShape_getGlobalBounds = sfFloatRect function(const(sfCircleShape)* shape)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
psfCircleShape_getInverseTransform
alias psfCircleShape_getInverseTransform = sfTransform function(const(sfCircleShape)* shape)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
psfCircleShape_getLocalBounds
alias psfCircleShape_getLocalBounds = sfFloatRect function(const(sfCircleShape)* shape)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
psfCircleShape_getOrigin
alias psfCircleShape_getOrigin = sfVector2f function(const(sfCircleShape)* shape)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
psfCircleShape_getOutlineColor
alias psfCircleShape_getOutlineColor = sfColor function(const(sfCircleShape)* shape)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
psfCircleShape_getOutlineThickness
alias psfCircleShape_getOutlineThickness = float function(const(sfCircleShape)* shape)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
psfCircleShape_getPoint
alias psfCircleShape_getPoint = sfVector2f function(const(sfCircleShape)* shape, size_t index)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
psfCircleShape_getPoint
alias psfCircleShape_getPoint = sfVector2f function(const(sfCircleShape)* shape, uint index)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
psfCircleShape_getPointCount
alias psfCircleShape_getPointCount = size_t function(const(sfCircleShape)* shape)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
psfCircleShape_getPointCount
alias psfCircleShape_getPointCount = uint function(const(sfCircleShape)* shape)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
psfCircleShape_getPosition
alias psfCircleShape_getPosition = sfVector2f function(const(sfCircleShape)* shape)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
psfCircleShape_getRadius
alias psfCircleShape_getRadius = float function(const(sfCircleShape)* shape)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
psfCircleShape_getRotation
alias psfCircleShape_getRotation = float function(const(sfCircleShape)* shape)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
psfCircleShape_getScale
alias psfCircleShape_getScale = sfVector2f function(const(sfCircleShape)* shape)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
psfCircleShape_getTexture
alias psfCircleShape_getTexture = const(sfTexture)* function(const(sfCircleShape)* shape)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
psfCircleShape_getTextureRect
alias psfCircleShape_getTextureRect = sfIntRect function(const(sfCircleShape)* shape)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
psfCircleShape_getTransform
alias psfCircleShape_getTransform = sfTransform function(const(sfCircleShape)* shape)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
psfCircleShape_move
alias psfCircleShape_move = void function(sfCircleShape* shape, sfVector2f offset)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
psfCircleShape_rotate
alias psfCircleShape_rotate = void function(sfCircleShape* shape, float angle)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
psfCircleShape_scale
alias psfCircleShape_scale = void function(sfCircleShape* shape, sfVector2f factors)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
psfCircleShape_setFillColor
alias psfCircleShape_setFillColor = void function(sfCircleShape* shape, sfColor color)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
psfCircleShape_setOrigin
alias psfCircleShape_setOrigin = void function(sfCircleShape* shape, sfVector2f origin)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
psfCircleShape_setOutlineColor
alias psfCircleShape_setOutlineColor = void function(sfCircleShape* shape, sfColor color)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
psfCircleShape_setOutlineThickness
alias psfCircleShape_setOutlineThickness = void function(sfCircleShape* shape, float thickness)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
psfCircleShape_setPointCount
alias psfCircleShape_setPointCount = void function(sfCircleShape* shape, size_t count)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
psfCircleShape_setPointCount
alias psfCircleShape_setPointCount = void function(sfCircleShape* shape, uint count)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
psfCircleShape_setPosition
alias psfCircleShape_setPosition = void function(sfCircleShape* shape, sfVector2f position)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
psfCircleShape_setRadius
alias psfCircleShape_setRadius = void function(sfCircleShape* shape, float radius)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
psfCircleShape_setRotation
alias psfCircleShape_setRotation = void function(sfCircleShape* shape, float angle)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
psfCircleShape_setScale
alias psfCircleShape_setScale = void function(sfCircleShape* shape, sfVector2f scale)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
psfCircleShape_setTexture
alias psfCircleShape_setTexture = void function(sfCircleShape* shape, const(sfTexture)* texture, sfBool resetRect)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
psfCircleShape_setTextureRect
alias psfCircleShape_setTextureRect = void function(sfCircleShape* shape, sfIntRect rect)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
psfColor_add
alias psfColor_add = sfColor function(sfColor color1, sfColor color2)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
psfColor_fromInteger
alias psfColor_fromInteger = sfColor function(sfUint32 color)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
psfColor_fromRGB
alias psfColor_fromRGB = sfColor function(sfUint8 red, sfUint8 green, sfUint8 blue)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
psfColor_fromRGBA
alias psfColor_fromRGBA = sfColor function(sfUint8 red, sfUint8 green, sfUint8 blue, sfUint8 alpha)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
psfColor_modulate
alias psfColor_modulate = sfColor function(sfColor color1, sfColor color2)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
psfColor_subtract
alias psfColor_subtract = sfColor function(sfColor color1, sfColor color2)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
psfColor_toInteger
alias psfColor_toInteger = sfUint32 function(sfColor color)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
psfConvexShape_copy
alias psfConvexShape_copy = sfConvexShape* function(const(sfConvexShape)* shape)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
psfConvexShape_create
alias psfConvexShape_create = sfConvexShape* function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
psfConvexShape_destroy
alias psfConvexShape_destroy = void function(sfConvexShape* shape)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
psfConvexShape_getFillColor
alias psfConvexShape_getFillColor = sfColor function(const(sfConvexShape)* shape)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
psfConvexShape_getGlobalBounds
alias psfConvexShape_getGlobalBounds = sfFloatRect function(const(sfConvexShape)* shape)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
psfConvexShape_getInverseTransform
alias psfConvexShape_getInverseTransform = sfTransform function(const(sfConvexShape)* shape)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
psfConvexShape_getLocalBounds
alias psfConvexShape_getLocalBounds = sfFloatRect function(const(sfConvexShape)* shape)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
psfConvexShape_getOrigin
alias psfConvexShape_getOrigin = sfVector2f function(const(sfConvexShape)* shape)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
psfConvexShape_getOutlineColor
alias psfConvexShape_getOutlineColor = sfColor function(const(sfConvexShape)* shape)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
psfConvexShape_getOutlineThickness
alias psfConvexShape_getOutlineThickness = float function(const(sfConvexShape)* shape)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
psfConvexShape_getPoint
alias psfConvexShape_getPoint = sfVector2f function(const(sfConvexShape)* shape, uint index)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
psfConvexShape_getPoint
alias psfConvexShape_getPoint = sfVector2f function(const(sfConvexShape)* shape, size_t index)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
psfConvexShape_getPointCount
alias psfConvexShape_getPointCount = uint function(const(sfConvexShape)* shape)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
psfConvexShape_getPointCount
alias psfConvexShape_getPointCount = size_t function(const(sfConvexShape)* shape)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
psfConvexShape_getPosition
alias psfConvexShape_getPosition = sfVector2f function(const(sfConvexShape)* shape)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
psfConvexShape_getRotation
alias psfConvexShape_getRotation = float function(const(sfConvexShape)* shape)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
psfConvexShape_getScale
alias psfConvexShape_getScale = sfVector2f function(const(sfConvexShape)* shape)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
psfConvexShape_getTexture
alias psfConvexShape_getTexture = const(sfTexture)* function(const(sfConvexShape)* shape)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
psfConvexShape_getTextureRect
alias psfConvexShape_getTextureRect = sfIntRect function(const(sfConvexShape)* shape)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
psfConvexShape_getTransform
alias psfConvexShape_getTransform = sfTransform function(const(sfConvexShape)* shape)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
psfConvexShape_move
alias psfConvexShape_move = void function(sfConvexShape* shape, sfVector2f offset)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
psfConvexShape_rotate
alias psfConvexShape_rotate = void function(sfConvexShape* shape, float angle)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
psfConvexShape_scale
alias psfConvexShape_scale = void function(sfConvexShape* shape, sfVector2f factors)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
psfConvexShape_setFillColor
alias psfConvexShape_setFillColor = void function(sfConvexShape* shape, sfColor color)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
psfConvexShape_setOrigin
alias psfConvexShape_setOrigin = void function(sfConvexShape* shape, sfVector2f origin)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
psfConvexShape_setOutlineColor
alias psfConvexShape_setOutlineColor = void function(sfConvexShape* shape, sfColor color)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
psfConvexShape_setOutlineThickness
alias psfConvexShape_setOutlineThickness = void function(sfConvexShape* shape, float thickness)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
psfConvexShape_setPoint
alias psfConvexShape_setPoint = void function(sfConvexShape* shape, uint index, sfVector2f point)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
psfConvexShape_setPoint
alias psfConvexShape_setPoint = void function(sfConvexShape* shape, size_t index, sfVector2f point)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
psfConvexShape_setPointCount
alias psfConvexShape_setPointCount = void function(sfConvexShape* shape, uint count)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
psfConvexShape_setPointCount
alias psfConvexShape_setPointCount = void function(sfConvexShape* shape, size_t count)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
psfConvexShape_setPosition
alias psfConvexShape_setPosition = void function(sfConvexShape* shape, sfVector2f position)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
psfConvexShape_setRotation
alias psfConvexShape_setRotation = void function(sfConvexShape* shape, float angle)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
psfConvexShape_setScale
alias psfConvexShape_setScale = void function(sfConvexShape* shape, sfVector2f scale)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
psfConvexShape_setTexture
alias psfConvexShape_setTexture = void function(sfConvexShape* shape, const(sfTexture)* texture, sfBool resetRect)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
psfConvexShape_setTextureRect
alias psfConvexShape_setTextureRect = void function(sfConvexShape* shape, sfIntRect rect)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
psfFloatRect_contains
alias psfFloatRect_contains = sfBool function(const(sfFloatRect)* rect, float x, float y)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
psfFloatRect_intersects
alias psfFloatRect_intersects = sfBool function(const(sfFloatRect)* rect1, const(sfFloatRect)* rect2, sfFloatRect* intersection)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
psfFont_copy
alias psfFont_copy = sfFont* function(const(sfFont)* font)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
psfFont_createFromFile
alias psfFont_createFromFile = sfFont* function(const(char)* filename)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
psfFont_createFromMemory
alias psfFont_createFromMemory = sfFont* function(const(void)* data, size_t sizeInBytes)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
psfFont_createFromStream
alias psfFont_createFromStream = sfFont* function(sfInputStream* stream)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
psfFont_destroy
alias psfFont_destroy = void function(sfFont* font)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
psfFont_getGlyph
alias psfFont_getGlyph = sfGlyph function(const(sfFont)* font, sfUint32 codePoint, uint characterSize, sfBool bold, float outlineThickness)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
psfFont_getGlyph
alias psfFont_getGlyph = sfGlyph function(sfFont* font, sfUint32 codePoint, uint characterSize, sfBool bold)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
psfFont_getInfo
alias psfFont_getInfo = sfFontInfo function(const(sfFont)* font)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
psfFont_getKerning
alias psfFont_getKerning = float function(const(sfFont)* font, sfUint32 first, sfUint32 second, uint characterSize)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
psfFont_getKerning
alias psfFont_getKerning = int function(sfFont* font, sfUint32 first, sfUint32 second, uint characterSize)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
psfFont_getLineSpacing
alias psfFont_getLineSpacing = float function(const(sfFont)* font, uint characterSize)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
psfFont_getLineSpacing
alias psfFont_getLineSpacing = int function(sfFont* font, uint characterSize)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
psfFont_getTexture
alias psfFont_getTexture = const(sfTexture)* function(sfFont* font, uint characterSize)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
psfFont_getUnderlinePosition
alias psfFont_getUnderlinePosition = float function(const(sfFont)* font, uint characterSize)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
psfFont_getUnderlineThickness
alias psfFont_getUnderlineThickness = float function(const(sfFont)* font, uint characterSize)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
psfImage_copy
alias psfImage_copy = sfImage* function(const(sfImage)* image)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
psfImage_copyImage
alias psfImage_copyImage = void function(sfImage* image, const(sfImage)* source, uint destX, uint destY, sfIntRect sourceRect, sfBool applyAlpha)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
psfImage_create
alias psfImage_create = sfImage* function(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.
psfImage_createFromColor
alias psfImage_createFromColor = sfImage* function(uint width, uint height, sfColor color)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
psfImage_createFromFile
alias psfImage_createFromFile = sfImage* function(const(char)* filename)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
psfImage_createFromMemory
alias psfImage_createFromMemory = sfImage* function(const(void)* data, size_t size)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
psfImage_createFromPixels
alias psfImage_createFromPixels = sfImage* function(uint width, uint height, const(sfUint8)* pixels)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
psfImage_createFromStream
alias psfImage_createFromStream = sfImage* function(sfInputStream* stream)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
psfImage_createMaskFromColor
alias psfImage_createMaskFromColor = void function(sfImage* image, sfColor color, sfUint8 alpha)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
psfImage_destroy
alias psfImage_destroy = void function(sfImage* image)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
psfImage_flipHorizontally
alias psfImage_flipHorizontally = void function(sfImage* image)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
psfImage_flipVertically
alias psfImage_flipVertically = void function(sfImage* image)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
psfImage_getPixel
alias psfImage_getPixel = sfColor function(const(sfImage)* image, uint x, uint y)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
psfImage_getPixelsPtr
alias psfImage_getPixelsPtr = const(sfUint8)* function(const(sfImage)* image)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
psfImage_getSize
alias psfImage_getSize = sfVector2u function(const(sfImage)* image)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
psfImage_saveToFile
alias psfImage_saveToFile = sfBool function(const(sfImage)* image, const(char)* filename)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
psfImage_setPixel
alias psfImage_setPixel = void function(sfImage* image, uint x, uint y, sfColor color)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
psfIntRect_contains
alias psfIntRect_contains = sfBool function(const(sfIntRect)* rect, 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.
psfIntRect_intersects
alias psfIntRect_intersects = sfBool function(const(sfIntRect)* rect1, const(sfIntRect)* rect2, sfIntRect* intersection)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
psfMouse_getPositionRenderWindow
alias psfMouse_getPositionRenderWindow = sfVector2i function(const(sfRenderWindow)* relativeTo)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
psfMouse_setPositionRenderWindow
alias psfMouse_setPositionRenderWindow = void function(sfVector2i position, const(sfRenderWindow)* relativeTo)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
psfRectangleShape_copy
alias psfRectangleShape_copy = sfRectangleShape* function(const(sfRectangleShape)* shape)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
psfRectangleShape_create
alias psfRectangleShape_create = sfRectangleShape* function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
psfRectangleShape_destroy
alias psfRectangleShape_destroy = void function(sfRectangleShape* shape)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
psfRectangleShape_getFillColor
alias psfRectangleShape_getFillColor = sfColor function(const(sfRectangleShape)* shape)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
psfRectangleShape_getGlobalBounds
alias psfRectangleShape_getGlobalBounds = sfFloatRect function(const(sfRectangleShape)* shape)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
psfRectangleShape_getInverseTransform
alias psfRectangleShape_getInverseTransform = sfTransform function(const(sfRectangleShape)* shape)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
psfRectangleShape_getLocalBounds
alias psfRectangleShape_getLocalBounds = sfFloatRect function(const(sfRectangleShape)* shape)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
psfRectangleShape_getOrigin
alias psfRectangleShape_getOrigin = sfVector2f function(const(sfRectangleShape)* shape)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
psfRectangleShape_getOutlineColor
alias psfRectangleShape_getOutlineColor = sfColor function(const(sfRectangleShape)* shape)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
psfRectangleShape_getOutlineThickness
alias psfRectangleShape_getOutlineThickness = float function(const(sfRectangleShape)* shape)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
psfRectangleShape_getPoint
alias psfRectangleShape_getPoint = sfVector2f function(const(sfRectangleShape)* shape, size_t index)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
psfRectangleShape_getPoint
alias psfRectangleShape_getPoint = sfVector2f function(const(sfRectangleShape)* shape, uint index)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
psfRectangleShape_getPointCount
alias psfRectangleShape_getPointCount = size_t function(const(sfRectangleShape)* shape)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
psfRectangleShape_getPointCount
alias psfRectangleShape_getPointCount = uint function(const(sfRectangleShape)* shape)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
psfRectangleShape_getPosition
alias psfRectangleShape_getPosition = sfVector2f function(const(sfRectangleShape)* shape)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
psfRectangleShape_getRotation
alias psfRectangleShape_getRotation = float function(const(sfRectangleShape)* shape)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
psfRectangleShape_getScale
alias psfRectangleShape_getScale = sfVector2f function(const(sfRectangleShape)* shape)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
psfRectangleShape_getSize
alias psfRectangleShape_getSize = sfVector2f function(const(sfRectangleShape)* shape)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
psfRectangleShape_getTexture
alias psfRectangleShape_getTexture = const(sfTexture)* function(const(sfRectangleShape)* shape)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
psfRectangleShape_getTextureRect
alias psfRectangleShape_getTextureRect = sfIntRect function(const(sfRectangleShape)* shape)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
psfRectangleShape_getTransform
alias psfRectangleShape_getTransform = sfTransform function(const(sfRectangleShape)* shape)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
psfRectangleShape_move
alias psfRectangleShape_move = void function(sfRectangleShape* shape, sfVector2f offset)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
psfRectangleShape_rotate
alias psfRectangleShape_rotate = void function(sfRectangleShape* shape, float angle)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
psfRectangleShape_scale
alias psfRectangleShape_scale = void function(sfRectangleShape* shape, sfVector2f factors)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
psfRectangleShape_setFillColor
alias psfRectangleShape_setFillColor = void function(sfRectangleShape* shape, sfColor color)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
psfRectangleShape_setOrigin
alias psfRectangleShape_setOrigin = void function(sfRectangleShape* shape, sfVector2f origin)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
psfRectangleShape_setOutlineColor
alias psfRectangleShape_setOutlineColor = void function(sfRectangleShape* shape, sfColor color)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
psfRectangleShape_setOutlineThickness
alias psfRectangleShape_setOutlineThickness = void function(sfRectangleShape* shape, float thickness)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
psfRectangleShape_setPosition
alias psfRectangleShape_setPosition = void function(sfRectangleShape* shape, sfVector2f position)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
psfRectangleShape_setRotation
alias psfRectangleShape_setRotation = void function(sfRectangleShape* shape, float angle)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
psfRectangleShape_setScale
alias psfRectangleShape_setScale = void function(sfRectangleShape* shape, sfVector2f scale)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
psfRectangleShape_setSize
alias psfRectangleShape_setSize = void function(sfRectangleShape* shape, sfVector2f size)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
psfRectangleShape_setTexture
alias psfRectangleShape_setTexture = void function(sfRectangleShape* shape, const(sfTexture)* texture, sfBool resetRect)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
psfRectangleShape_setTextureRect
alias psfRectangleShape_setTextureRect = void function(sfRectangleShape* shape, sfIntRect rect)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
psfRenderTexture_clear
alias psfRenderTexture_clear = void function(sfRenderTexture* renderTexture, sfColor color)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
psfRenderTexture_create
alias psfRenderTexture_create = sfRenderTexture* function(uint width, uint height, sfBool depthBuffer)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
psfRenderTexture_createWithSettings
alias psfRenderTexture_createWithSettings = sfRenderTexture* function(uint width, uint height, sfContextSettings settings)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
psfRenderTexture_destroy
alias psfRenderTexture_destroy = void function(sfRenderTexture* renderTexture)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
psfRenderTexture_display
alias psfRenderTexture_display = void function(sfRenderTexture* renderTexture)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
psfRenderTexture_drawCircleShape
alias psfRenderTexture_drawCircleShape = void function(sfRenderTexture* renderTexture, const(sfCircleShape)* object, const(sfRenderStates)* states)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
psfRenderTexture_drawConvexShape
alias psfRenderTexture_drawConvexShape = void function(sfRenderTexture* renderTexture, const(sfConvexShape)* object, const(sfRenderStates)* states)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
psfRenderTexture_drawPrimitives
alias psfRenderTexture_drawPrimitives = void function(sfRenderTexture* renderTexture, const(sfVertex)* vertices, uint vertexCount, sfPrimitiveType type, const(sfRenderStates)* states)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
psfRenderTexture_drawPrimitives
alias psfRenderTexture_drawPrimitives = void function(sfRenderTexture* renderTexture, const(sfVertex)* vertices, size_t vertexCount, sfPrimitiveType type, const(sfRenderStates)* states)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
psfRenderTexture_drawRectangleShape
alias psfRenderTexture_drawRectangleShape = void function(sfRenderTexture* renderTexture, const(sfRectangleShape)* object, const(sfRenderStates)* states)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
psfRenderTexture_drawShape
alias psfRenderTexture_drawShape = void function(sfRenderTexture* renderTexture, const(sfShape)* object, const(sfRenderStates)* states)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
psfRenderTexture_drawSprite
alias psfRenderTexture_drawSprite = void function(sfRenderTexture* renderTexture, const(sfSprite)* object, const(sfRenderStates)* states)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
psfRenderTexture_drawText
alias psfRenderTexture_drawText = void function(sfRenderTexture* renderTexture, const(sfText)* object, const(sfRenderStates)* states)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
psfRenderTexture_drawVertexArray
alias psfRenderTexture_drawVertexArray = void function(sfRenderTexture* renderTexture, const(sfVertexArray)* object, const(sfRenderStates)* states)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
psfRenderTexture_drawVertexBuffer
alias psfRenderTexture_drawVertexBuffer = void function(sfRenderTexture* renderTexture, const(sfVertexBuffer)* object, const(sfRenderStates)* states)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
psfRenderTexture_generateMipmap
alias psfRenderTexture_generateMipmap = sfBool function(sfRenderTexture* renderTexture)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
psfRenderTexture_getDefaultView
alias psfRenderTexture_getDefaultView = const(sfView)* function(const(sfRenderTexture)* renderTexture)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
psfRenderTexture_getMaximumAntialiasingLevel
alias psfRenderTexture_getMaximumAntialiasingLevel = uint function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
psfRenderTexture_getSize
alias psfRenderTexture_getSize = sfVector2u function(const(sfRenderTexture)* renderTexture)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
psfRenderTexture_getTexture
alias psfRenderTexture_getTexture = const(sfTexture)* function(const(sfRenderTexture)* renderTexture)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
psfRenderTexture_getView
alias psfRenderTexture_getView = const(sfView)* function(const(sfRenderTexture)* renderTexture)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
psfRenderTexture_getViewport
alias psfRenderTexture_getViewport = sfIntRect function(const(sfRenderTexture)* renderTexture, const(sfView)* view)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
psfRenderTexture_isSmooth
alias psfRenderTexture_isSmooth = sfBool function(const(sfRenderTexture)* renderTexture)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
psfRenderTexture_mapCoordsToPixel
alias psfRenderTexture_mapCoordsToPixel = sfVector2i function(const(sfRenderTexture)* renderTexture, sfVector2f point, const(sfView)* view)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
psfRenderTexture_mapPixelToCoords
alias psfRenderTexture_mapPixelToCoords = sfVector2f function(const(sfRenderTexture)* renderTexture, sfVector2i point, const(sfView)* view)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
psfRenderTexture_popGLStates
alias psfRenderTexture_popGLStates = void function(sfRenderTexture* renderTexture)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
psfRenderTexture_pushGLStates
alias psfRenderTexture_pushGLStates = void function(sfRenderTexture* renderTexture)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
psfRenderTexture_resetGLStates
alias psfRenderTexture_resetGLStates = void function(sfRenderTexture* renderTexture)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
psfRenderTexture_setActive
alias psfRenderTexture_setActive = sfBool function(sfRenderTexture* renderTexture, sfBool active)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
psfRenderTexture_setSmooth
alias psfRenderTexture_setSmooth = void function(sfRenderTexture* renderTexture, sfBool smooth)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
psfRenderTexture_setView
alias psfRenderTexture_setView = void function(sfRenderTexture* renderTexture, const(sfView)* view)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
psfRenderWindow_capture
alias psfRenderWindow_capture = sfImage* function(const(sfRenderWindow)* renderWindow)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
psfRenderWindow_clear
alias psfRenderWindow_clear = void function(sfRenderWindow* renderWindow, sfColor color)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
psfRenderWindow_close
alias psfRenderWindow_close = void function(sfRenderWindow* window)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
psfRenderWindow_create
alias psfRenderWindow_create = sfRenderWindow* function(sfVideoMode mode, const(char)* title, sfUint32 style, const(sfContextSettings)* settings)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
psfRenderWindow_createFromHandle
alias psfRenderWindow_createFromHandle = sfRenderWindow* function(sfWindowHandle handle, const(sfContextSettings)* settings)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
psfRenderWindow_createUnicode
alias psfRenderWindow_createUnicode = sfRenderWindow* function(sfVideoMode mode, const(sfUint32)* title, sfUint32 style, const(sfContextSettings)* settings)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
psfRenderWindow_destroy
alias psfRenderWindow_destroy = void function(sfRenderWindow* window)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
psfRenderWindow_display
alias psfRenderWindow_display = void function(sfRenderWindow* window)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
psfRenderWindow_drawCircleShape
alias psfRenderWindow_drawCircleShape = void function(sfRenderWindow* renderWindow, const(sfCircleShape)* object, const(sfRenderStates)* states)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
psfRenderWindow_drawConvexShape
alias psfRenderWindow_drawConvexShape = void function(sfRenderWindow* renderWindow, const(sfConvexShape)* object, const(sfRenderStates)* states)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
psfRenderWindow_drawPrimitives
alias psfRenderWindow_drawPrimitives = void function(sfRenderWindow* renderWindow, const(sfVertex)* vertices, size_t vertexCount, sfPrimitiveType type, const(sfRenderStates)* states)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
psfRenderWindow_drawPrimitives
alias psfRenderWindow_drawPrimitives = void function(sfRenderWindow* renderWindow, const(sfVertex)* vertices, uint vertexCount, sfPrimitiveType type, const(sfRenderStates)* states)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
psfRenderWindow_drawRectangleShape
alias psfRenderWindow_drawRectangleShape = void function(sfRenderWindow* renderWindow, const(sfRectangleShape)* object, const(sfRenderStates)* states)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
psfRenderWindow_drawShape
alias psfRenderWindow_drawShape = void function(sfRenderWindow* renderWindow, const(sfShape)* object, const(sfRenderStates)* states)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
psfRenderWindow_drawSprite
alias psfRenderWindow_drawSprite = void function(sfRenderWindow* renderWindow, const(sfSprite)* object, const(sfRenderStates)* states)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
psfRenderWindow_drawText
alias psfRenderWindow_drawText = void function(sfRenderWindow* renderWindow, const(sfText)* object, const(sfRenderStates)* states)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
psfRenderWindow_drawVertexArray
alias psfRenderWindow_drawVertexArray = void function(sfRenderWindow* renderWindow, const(sfVertexArray)* object, const(sfRenderStates)* states)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
psfRenderWindow_drawVertexBuffer
alias psfRenderWindow_drawVertexBuffer = void function(sfRenderWindow* renderWindow, const(sfVertexBuffer)* object, const(sfRenderStates)* states)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
psfRenderWindow_getDefaultView
alias psfRenderWindow_getDefaultView = const(sfView)* function(const(sfRenderWindow)* renderWindow)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
psfRenderWindow_getPosition
alias psfRenderWindow_getPosition = sfVector2i function(const(sfRenderWindow)* window)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
psfRenderWindow_getSettings
alias psfRenderWindow_getSettings = sfContextSettings function(const(sfRenderWindow)* window)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
psfRenderWindow_getSize
alias psfRenderWindow_getSize = sfVector2u function(const(sfRenderWindow)* window)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
psfRenderWindow_getSystemHandle
alias psfRenderWindow_getSystemHandle = sfWindowHandle function(const(sfRenderWindow)* window)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
psfRenderWindow_getView
alias psfRenderWindow_getView = const(sfView)* function(const(sfRenderWindow)* renderWindow)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
psfRenderWindow_getViewport
alias psfRenderWindow_getViewport = sfIntRect function(const(sfRenderWindow)* renderWindow, const(sfView)* view)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
psfRenderWindow_hasFocus
alias psfRenderWindow_hasFocus = sfBool function(const(sfRenderWindow)* renderWindow)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
psfRenderWindow_isOpen
alias psfRenderWindow_isOpen = sfBool function(const(sfRenderWindow)* window)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
psfRenderWindow_mapCoordsToPixel
alias psfRenderWindow_mapCoordsToPixel = sfVector2i function(const(sfRenderWindow)* renderWindow, sfVector2f point, const(sfView)* view)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
psfRenderWindow_mapPixelToCoords
alias psfRenderWindow_mapPixelToCoords = sfVector2f function(const(sfRenderWindow)* renderWindow, sfVector2i point, const(sfView)* view)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
psfRenderWindow_pollEvent
alias psfRenderWindow_pollEvent = sfBool function(sfRenderWindow* window, sfEvent* event)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
psfRenderWindow_popGLStates
alias psfRenderWindow_popGLStates = void function(sfRenderWindow* renderWindow)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
psfRenderWindow_pushGLStates
alias psfRenderWindow_pushGLStates = void function(sfRenderWindow* renderWindow)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
psfRenderWindow_requestFocus
alias psfRenderWindow_requestFocus = void function(sfRenderWindow* renderWindow)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
psfRenderWindow_resetGLStates
alias psfRenderWindow_resetGLStates = void function(sfRenderWindow* renderWindow)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
psfRenderWindow_setActive
alias psfRenderWindow_setActive = sfBool function(sfRenderWindow* window, sfBool active)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
psfRenderWindow_setFramerateLimit
alias psfRenderWindow_setFramerateLimit = void function(sfRenderWindow* window, uint limit)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
psfRenderWindow_setIcon
alias psfRenderWindow_setIcon = void function(sfRenderWindow* window, uint width, uint height, const(sfUint8)* pixels)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
psfRenderWindow_setJoystickThreshold
alias psfRenderWindow_setJoystickThreshold = void function(sfRenderWindow* window, float threshold)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
psfRenderWindow_setKeyRepeatEnabled
alias psfRenderWindow_setKeyRepeatEnabled = void function(sfRenderWindow* window, sfBool enabled)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
psfRenderWindow_setMouseCursor
alias psfRenderWindow_setMouseCursor = void function(sfRenderWindow* window, const(sfCursor)* cursor)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
psfRenderWindow_setMouseCursorGrabbed
alias psfRenderWindow_setMouseCursorGrabbed = void function(sfRenderWindow* renderWindow, sfBool grabbed)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
psfRenderWindow_setMouseCursorVisible
alias psfRenderWindow_setMouseCursorVisible = void function(sfRenderWindow* window, sfBool visible)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
psfRenderWindow_setPosition
alias psfRenderWindow_setPosition = void function(sfRenderWindow* window, sfVector2i position)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
psfRenderWindow_setSize
alias psfRenderWindow_setSize = void function(sfRenderWindow* window, sfVector2u size)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
psfRenderWindow_setTitle
alias psfRenderWindow_setTitle = void function(sfRenderWindow* window, const(char)* title)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
psfRenderWindow_setUnicodeTitle
alias psfRenderWindow_setUnicodeTitle = void function(sfRenderWindow* window, const(sfUint32)* title)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
psfRenderWindow_setVerticalSyncEnabled
alias psfRenderWindow_setVerticalSyncEnabled = void function(sfRenderWindow* window, sfBool enabled)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
psfRenderWindow_setView
alias psfRenderWindow_setView = void function(sfRenderWindow* renderWindow, const(sfView)* view)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
psfRenderWindow_setVisible
alias psfRenderWindow_setVisible = void function(sfRenderWindow* window, sfBool visible)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
psfRenderWindow_waitEvent
alias psfRenderWindow_waitEvent = sfBool function(sfRenderWindow* window, sfEvent* event)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
psfShader_bind
alias psfShader_bind = void function(const(sfShader)* shader)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
psfShader_createFromFile
alias psfShader_createFromFile = sfShader* function(const(char)* vertexShaderFilename, const(char)* fragmentShaderFilename)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
psfShader_createFromMemory
alias psfShader_createFromMemory = sfShader* function(const(char)* vertexShader, const(char)* fragmentShader)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
psfShader_createFromStream
alias psfShader_createFromStream = sfShader* function(sfInputStream* vertexShaderStream, sfInputStream* fragmentShaderStream)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
psfShader_destroy
alias psfShader_destroy = void function(sfShader* shader)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
psfShader_getNativeHandle
alias psfShader_getNativeHandle = uint function(const(sfShader)* shader)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
psfShader_isAvailable
alias psfShader_isAvailable = sfBool function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
psfShader_isGeometryAvailable
alias psfShader_isGeometryAvailable = sfBool function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
psfShader_setBoolUniform
alias psfShader_setBoolUniform = void function(sfShader* shader, const(char)* name, sfBool x)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
psfShader_setBvec2Uniform
alias psfShader_setBvec2Uniform = void function(sfShader* shader, const(char)* name, sfGlslBvec2 vector)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
psfShader_setBvec3Uniform
alias psfShader_setBvec3Uniform = void function(sfShader* shader, const(char)* name, sfGlslBvec3 vector)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
psfShader_setBvec4Uniform
alias psfShader_setBvec4Uniform = void function(sfShader* shader, const(char)* name, sfGlslBvec4 vector)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
psfShader_setColorParameter
alias psfShader_setColorParameter = void function(sfShader* shader, const(char)* name, sfColor color)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
psfShader_setColorUniform
alias psfShader_setColorUniform = void function(sfShader* shader, const(char)* name, sfColor color)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
psfShader_setCurrentTextureParameter
alias psfShader_setCurrentTextureParameter = void function(sfShader* shader, const(char)* name)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
psfShader_setCurrentTextureUniform
alias psfShader_setCurrentTextureUniform = void function(sfShader* shader, const(char)* name)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
psfShader_setFloat2Parameter
alias psfShader_setFloat2Parameter = void function(sfShader* shader, const(char)* name, float x, float y)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
psfShader_setFloat3Parameter
alias psfShader_setFloat3Parameter = void function(sfShader* shader, const(char)* name, float x, float y, float z)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
psfShader_setFloat4Parameter
alias psfShader_setFloat4Parameter = void function(sfShader* shader, const(char)* name, float x, float y, float z, float w)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
psfShader_setFloatParameter
alias psfShader_setFloatParameter = void function(sfShader* shader, const(char)* name, float x)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
psfShader_setFloatUniform
alias psfShader_setFloatUniform = void function(sfShader* shader, const(char)* name, float x)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
psfShader_setFloatUniformArray
alias psfShader_setFloatUniformArray = void function(sfShader* shader, const(char)* name, const(float)* scalarArray, size_t length)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
psfShader_setIntColorUniform
alias psfShader_setIntColorUniform = void function(sfShader* shader, const(char)* name, sfColor color)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
psfShader_setIntUniform
alias psfShader_setIntUniform = void function(sfShader* shader, const(char)* name, int x)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
psfShader_setIvec2Uniform
alias psfShader_setIvec2Uniform = void function(sfShader* shader, const(char)* name, sfGlslIvec2 vector)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
psfShader_setIvec3Uniform
alias psfShader_setIvec3Uniform = void function(sfShader* shader, const(char)* name, sfGlslIvec3 vector)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
psfShader_setIvec4Uniform
alias psfShader_setIvec4Uniform = void function(sfShader* shader, const(char)* name, sfGlslIvec4 vector)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
psfShader_setMat3Uniform
alias psfShader_setMat3Uniform = void function(sfShader* shader, const(char)* name, const(sfGlslMat3)* matrix)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
psfShader_setMat3UniformArray
alias psfShader_setMat3UniformArray = void function(sfShader* shader, const(char)* name, const(sfGlslMat3)* matrixArray, size_t length)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
psfShader_setMat4Uniform
alias psfShader_setMat4Uniform = void function(sfShader* shader, const(char)* name, const(sfGlslMat4)* matrix)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
psfShader_setMat4UniformArray
alias psfShader_setMat4UniformArray = void function(sfShader* shader, const(char)* name, const(sfGlslMat4)* matrixArray, size_t length)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
psfShader_setTextureParameter
alias psfShader_setTextureParameter = void function(sfShader* shader, const(char)* name, const(sfTexture)* texture)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
psfShader_setTextureUniform
alias psfShader_setTextureUniform = void function(sfShader* shader, const(char)* name, const(sfTexture)* texture)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
psfShader_setTransformParameter
alias psfShader_setTransformParameter = void function(sfShader* shader, const(char)* name, sfTransform transform)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
psfShader_setVec2Uniform
alias psfShader_setVec2Uniform = void function(sfShader* shader, const(char)* name, sfGlslVec2 vector)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
psfShader_setVec2UniformArray
alias psfShader_setVec2UniformArray = void function(sfShader* shader, const(char)* name, const(sfGlslVec2)* vectorArray, size_t length)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
psfShader_setVec3Uniform
alias psfShader_setVec3Uniform = void function(sfShader* shader, const(char)* name, sfGlslVec3 vector)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
psfShader_setVec3UniformArray
alias psfShader_setVec3UniformArray = void function(sfShader* shader, const(char)* name, const(sfGlslVec3)* vectorArray, size_t length)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
psfShader_setVec4Uniform
alias psfShader_setVec4Uniform = void function(sfShader* shader, const(char)* name, sfGlslVec4 vector)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
psfShader_setVec4UniformArray
alias psfShader_setVec4UniformArray = void function(sfShader* shader, const(char)* name, const(sfGlslVec4)* vectorArray, size_t length)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
psfShader_setVector2Parameter
alias psfShader_setVector2Parameter = void function(sfShader* shader, const(char)* name, sfVector2f vector)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
psfShader_setVector3Parameter
alias psfShader_setVector3Parameter = void function(sfShader* shader, const(char)* name, sfVector3f vector)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
psfShape_create
alias psfShape_create = sfShape* function(sfShapeGetPointCountCallback getPointCount, sfShapeGetPointCallback getPoint, void* userData)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
psfShape_destroy
alias psfShape_destroy = void function(sfShape* shape)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
psfShape_getFillColor
alias psfShape_getFillColor = sfColor function(const(sfShape)* shape)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
psfShape_getGlobalBounds
alias psfShape_getGlobalBounds = sfFloatRect function(const(sfShape)* shape)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
psfShape_getInverseTransform
alias psfShape_getInverseTransform = sfTransform function(const(sfShape)* shape)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
psfShape_getLocalBounds
alias psfShape_getLocalBounds = sfFloatRect function(const(sfShape)* shape)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
psfShape_getOrigin
alias psfShape_getOrigin = sfVector2f function(const(sfShape)* shape)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
psfShape_getOutlineColor
alias psfShape_getOutlineColor = sfColor function(const(sfShape)* shape)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
psfShape_getOutlineThickness
alias psfShape_getOutlineThickness = float function(const(sfShape)* shape)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
psfShape_getPoint
alias psfShape_getPoint = sfVector2f function(const(sfShape)* shape, size_t index)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
psfShape_getPoint
alias psfShape_getPoint = sfVector2f function(const(sfShape)* shape, uint index)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
psfShape_getPointCount
alias psfShape_getPointCount = size_t function(const(sfShape)* shape)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
psfShape_getPointCount
alias psfShape_getPointCount = uint function(const(sfShape)* shape)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
psfShape_getPosition
alias psfShape_getPosition = sfVector2f function(const(sfShape)* shape)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
psfShape_getRotation
alias psfShape_getRotation = float function(const(sfShape)* shape)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
psfShape_getScale
alias psfShape_getScale = sfVector2f function(const(sfShape)* shape)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
psfShape_getTexture
alias psfShape_getTexture = const(sfTexture)* function(const(sfShape)* shape)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
psfShape_getTextureRect
alias psfShape_getTextureRect = sfIntRect function(const(sfShape)* shape)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
psfShape_getTransform
alias psfShape_getTransform = sfTransform function(const(sfShape)* shape)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
psfShape_move
alias psfShape_move = void function(sfShape* shape, sfVector2f offset)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
psfShape_rotate
alias psfShape_rotate = void function(sfShape* shape, float angle)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
psfShape_scale
alias psfShape_scale = void function(sfShape* shape, sfVector2f factors)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
psfShape_setFillColor
alias psfShape_setFillColor = void function(sfShape* shape, sfColor color)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
psfShape_setOrigin
alias psfShape_setOrigin = void function(sfShape* shape, sfVector2f origin)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
psfShape_setOutlineColor
alias psfShape_setOutlineColor = void function(sfShape* shape, sfColor color)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
psfShape_setOutlineThickness
alias psfShape_setOutlineThickness = void function(sfShape* shape, float thickness)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
psfShape_setPosition
alias psfShape_setPosition = void function(sfShape* shape, sfVector2f position)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
psfShape_setRotation
alias psfShape_setRotation = void function(sfShape* shape, float angle)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
psfShape_setScale
alias psfShape_setScale = void function(sfShape* shape, sfVector2f scale)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
psfShape_setTexture
alias psfShape_setTexture = void function(sfShape* shape, const(sfTexture)* texture, sfBool resetRect)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
psfShape_setTextureRect
alias psfShape_setTextureRect = void function(sfShape* shape, sfIntRect rect)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
psfShape_update
alias psfShape_update = void function(sfShape* shape)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
psfSprite_copy
alias psfSprite_copy = sfSprite* function(const(sfSprite)* sprite)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
psfSprite_create
alias psfSprite_create = sfSprite* function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
psfSprite_destroy
alias psfSprite_destroy = void function(sfSprite* sprite)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
psfSprite_getColor
alias psfSprite_getColor = sfColor function(const(sfSprite)* sprite)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
psfSprite_getGlobalBounds
alias psfSprite_getGlobalBounds = sfFloatRect function(const(sfSprite)* sprite)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
psfSprite_getInverseTransform
alias psfSprite_getInverseTransform = sfTransform function(const(sfSprite)* sprite)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
psfSprite_getLocalBounds
alias psfSprite_getLocalBounds = sfFloatRect function(const(sfSprite)* sprite)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
psfSprite_getOrigin
alias psfSprite_getOrigin = sfVector2f function(const(sfSprite)* sprite)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
psfSprite_getPosition
alias psfSprite_getPosition = sfVector2f function(const(sfSprite)* sprite)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
psfSprite_getRotation
alias psfSprite_getRotation = float function(const(sfSprite)* sprite)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
psfSprite_getScale
alias psfSprite_getScale = sfVector2f function(const(sfSprite)* sprite)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
psfSprite_getTexture
alias psfSprite_getTexture = const(sfTexture)* function(const(sfSprite)* sprite)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
psfSprite_getTextureRect
alias psfSprite_getTextureRect = sfIntRect function(const(sfSprite)* sprite)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
psfSprite_getTransform
alias psfSprite_getTransform = sfTransform function(const(sfSprite)* sprite)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
psfSprite_move
alias psfSprite_move = void function(sfSprite* sprite, sfVector2f offset)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
psfSprite_rotate
alias psfSprite_rotate = void function(sfSprite* sprite, float angle)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
psfSprite_scale
alias psfSprite_scale = void function(sfSprite* sprite, sfVector2f factors)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
psfSprite_setColor
alias psfSprite_setColor = void function(sfSprite* sprite, sfColor color)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
psfSprite_setOrigin
alias psfSprite_setOrigin = void function(sfSprite* sprite, sfVector2f origin)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
psfSprite_setPosition
alias psfSprite_setPosition = void function(sfSprite* sprite, sfVector2f position)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
psfSprite_setRotation
alias psfSprite_setRotation = void function(sfSprite* sprite, float angle)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
psfSprite_setScale
alias psfSprite_setScale = void function(sfSprite* sprite, sfVector2f scale)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
psfSprite_setTexture
alias psfSprite_setTexture = void function(sfSprite* sprite, const(sfTexture)* texture, sfBool resetRect)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
psfSprite_setTextureRect
alias psfSprite_setTextureRect = void function(sfSprite* sprite, sfIntRect rectangle)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
psfText_copy
alias psfText_copy = sfText* function(const(sfText)* text)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
psfText_create
alias psfText_create = sfText* function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
psfText_destroy
alias psfText_destroy = void function(sfText* text)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
psfText_findCharacterPos
alias psfText_findCharacterPos = sfVector2f function(const(sfText)* text, size_t index)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
psfText_getCharacterSize
alias psfText_getCharacterSize = uint function(const(sfText)* text)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
psfText_getColor
alias psfText_getColor = sfColor function(const(sfText)* text)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
psfText_getFillColor
alias psfText_getFillColor = sfColor function(const(sfText)* text)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
psfText_getFont
alias psfText_getFont = const(sfFont)* function(const(sfText)* text)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
psfText_getGlobalBounds
alias psfText_getGlobalBounds = sfFloatRect function(const(sfText)* text)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
psfText_getInverseTransform
alias psfText_getInverseTransform = sfTransform function(const(sfText)* text)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
psfText_getLetterSpacing
alias psfText_getLetterSpacing = float function(const(sfText)* text)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
psfText_getLineSpacing
alias psfText_getLineSpacing = float function(const(sfText)* text)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
psfText_getLocalBounds
alias psfText_getLocalBounds = sfFloatRect function(const(sfText)* text)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
psfText_getOrigin
alias psfText_getOrigin = sfVector2f function(const(sfText)* text)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
psfText_getOutlineColor
alias psfText_getOutlineColor = sfColor function(const(sfText)* text)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
psfText_getOutlineThickness
alias psfText_getOutlineThickness = float function(const(sfText)* text)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
psfText_getPosition
alias psfText_getPosition = sfVector2f function(const(sfText)* text)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
psfText_getRotation
alias psfText_getRotation = float function(const(sfText)* text)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
psfText_getScale
alias psfText_getScale = sfVector2f function(const(sfText)* text)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
psfText_getString
alias psfText_getString = const(char)* function(const(sfText)* text)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
psfText_getStyle
alias psfText_getStyle = sfUint32 function(const(sfText)* text)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
psfText_getTransform
alias psfText_getTransform = sfTransform function(const(sfText)* text)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
psfText_getUnicodeString
alias psfText_getUnicodeString = const(sfUint32)* function(const(sfText)* text)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
psfText_move
alias psfText_move = void function(sfText* text, sfVector2f offset)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
psfText_rotate
alias psfText_rotate = void function(sfText* text, float angle)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
psfText_scale
alias psfText_scale = void function(sfText* text, sfVector2f factors)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
psfText_setCharacterSize
alias psfText_setCharacterSize = void function(sfText* text, uint size)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
psfText_setColor
alias psfText_setColor = void function(sfText* text, sfColor color)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
psfText_setFillColor
alias psfText_setFillColor = void function(sfText* text, sfColor color)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
psfText_setFont
alias psfText_setFont = void function(sfText* text, const(sfFont)* font)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
psfText_setLetterSpacing
alias psfText_setLetterSpacing = void function(sfText* text, float spacingFactor)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
psfText_setLineSpacing
alias psfText_setLineSpacing = void function(sfText* text, float spacingFactor)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
psfText_setOrigin
alias psfText_setOrigin = void function(sfText* text, sfVector2f origin)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
psfText_setOutlineColor
alias psfText_setOutlineColor = void function(sfText* text, sfColor color)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
psfText_setOutlineThickness
alias psfText_setOutlineThickness = void function(sfText* text, float thickness)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
psfText_setPosition
alias psfText_setPosition = void function(sfText* text, sfVector2f position)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
psfText_setRotation
alias psfText_setRotation = void function(sfText* text, float angle)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
psfText_setScale
alias psfText_setScale = void function(sfText* text, sfVector2f scale)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
psfText_setString
alias psfText_setString = void function(sfText* text, const(char)* string)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
psfText_setStyle
alias psfText_setStyle = void function(sfText* text, sfUint32 style)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
psfText_setUnicodeString
alias psfText_setUnicodeString = void function(sfText* text, const(sfUint32)* string)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
psfTexture_bind
alias psfTexture_bind = void function(const(sfTexture)* texture)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
psfTexture_copy
alias psfTexture_copy = sfTexture* function(const(sfTexture)* texture)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
psfTexture_copyToImage
alias psfTexture_copyToImage = sfImage* function(const(sfTexture)* texture)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
psfTexture_create
alias psfTexture_create = sfTexture* function(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.
psfTexture_createFromFile
alias psfTexture_createFromFile = sfTexture* function(const(char)* filename, const(sfIntRect)* area)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
psfTexture_createFromImage
alias psfTexture_createFromImage = sfTexture* function(const(sfImage)* image, const(sfIntRect)* area)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
psfTexture_createFromMemory
alias psfTexture_createFromMemory = sfTexture* function(const(void)* data, size_t sizeInBytes, const(sfIntRect)* area)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
psfTexture_createFromStream
alias psfTexture_createFromStream = sfTexture* function(sfInputStream* stream, const(sfIntRect)* area)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
psfTexture_destroy
alias psfTexture_destroy = void function(sfTexture* texture)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
psfTexture_generateMipmap
alias psfTexture_generateMipmap = sfBool function(sfTexture* texture)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
psfTexture_getMaximumSize
alias psfTexture_getMaximumSize = uint function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
psfTexture_getNativeHandle
alias psfTexture_getNativeHandle = uint function(const(sfTexture)* texture)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
psfTexture_getSize
alias psfTexture_getSize = sfVector2u function(const(sfTexture)* texture)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
psfTexture_isRepeated
alias psfTexture_isRepeated = sfBool function(const(sfTexture)* texture)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
psfTexture_isSmooth
alias psfTexture_isSmooth = sfBool function(const(sfTexture)* texture)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
psfTexture_isSrgb
alias psfTexture_isSrgb = sfBool function(const(sfTexture)* texture)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
psfTexture_setRepeated
alias psfTexture_setRepeated = void function(sfTexture* texture, sfBool repeated)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
psfTexture_setSmooth
alias psfTexture_setSmooth = void function(sfTexture* texture, sfBool smooth)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
psfTexture_setSrgb
alias psfTexture_setSrgb = void function(sfTexture* texture, sfBool sRgb)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
psfTexture_swap
alias psfTexture_swap = void function(sfTexture* left, sfTexture* right)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
psfTexture_updateFromImage
alias psfTexture_updateFromImage = void function(sfTexture* texture, const(sfImage)* image, uint x, uint y)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
psfTexture_updateFromPixels
alias psfTexture_updateFromPixels = void function(sfTexture* texture, const(sfUint8)* pixels, uint width, uint height, uint x, uint y)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
psfTexture_updateFromRenderWindow
alias psfTexture_updateFromRenderWindow = void function(sfTexture* texture, const(sfRenderWindow)* renderWindow, uint x, uint y)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
psfTexture_updateFromTexture
alias psfTexture_updateFromTexture = void function(sfTexture* destination, const(sfTexture)* source, uint x, uint y)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
psfTexture_updateFromWindow
alias psfTexture_updateFromWindow = void function(sfTexture* texture, const(sfWindow)* window, uint x, uint y)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
psfTouch_getPositionRenderWindow
alias psfTouch_getPositionRenderWindow = sfVector2i function(uint finger, const(sfRenderWindow)* relativeTo)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
psfTransform_combine
alias psfTransform_combine = void function(sfTransform* transform, const(sfTransform)* other)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
psfTransform_equal
alias psfTransform_equal = sfBool function(sfTransform* left, sfTransform* right)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
psfTransform_fromMatrix
alias psfTransform_fromMatrix = sfTransform function(float a00, float a01, float a02, float a10, float a11, float a12, float a20, float a21, float a22)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
psfTransform_getInverse
alias psfTransform_getInverse = sfTransform function(const(sfTransform)* transform)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
psfTransform_getMatrix
alias psfTransform_getMatrix = void function(const(sfTransform)* transform, float* matrix)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
psfTransform_rotate
alias psfTransform_rotate = void function(sfTransform* transform, float angle)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
psfTransform_rotateWithCenter
alias psfTransform_rotateWithCenter = void function(sfTransform* transform, float angle, float centerX, float centerY)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
psfTransform_scale
alias psfTransform_scale = void function(sfTransform* transform, float scaleX, float scaleY)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
psfTransform_scaleWithCenter
alias psfTransform_scaleWithCenter = void function(sfTransform* transform, float scaleX, float scaleY, float centerX, float centerY)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
psfTransform_transformPoint
alias psfTransform_transformPoint = sfVector2f function(const(sfTransform)* transform, sfVector2f point)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
psfTransform_transformRect
alias psfTransform_transformRect = sfFloatRect function(const(sfTransform)* transform, sfFloatRect rectangle)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
psfTransform_translate
alias psfTransform_translate = void function(sfTransform* transform, float x, float y)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
psfTransformable_copy
alias psfTransformable_copy = sfTransformable* function(const(sfTransformable)* transformable)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
psfTransformable_create
alias psfTransformable_create = sfTransformable* function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
psfTransformable_destroy
alias psfTransformable_destroy = void function(sfTransformable* transformable)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
psfTransformable_getInverseTransform
alias psfTransformable_getInverseTransform = sfTransform function(const(sfTransformable)* transformable)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
psfTransformable_getOrigin
alias psfTransformable_getOrigin = sfVector2f function(const(sfTransformable)* transformable)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
psfTransformable_getPosition
alias psfTransformable_getPosition = sfVector2f function(const(sfTransformable)* transformable)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
psfTransformable_getRotation
alias psfTransformable_getRotation = float function(const(sfTransformable)* transformable)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
psfTransformable_getScale
alias psfTransformable_getScale = sfVector2f function(const(sfTransformable)* transformable)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
psfTransformable_getTransform
alias psfTransformable_getTransform = sfTransform function(const(sfTransformable)* transformable)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
psfTransformable_move
alias psfTransformable_move = void function(sfTransformable* transformable, sfVector2f offset)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
psfTransformable_rotate
alias psfTransformable_rotate = void function(sfTransformable* transformable, float angle)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
psfTransformable_scale
alias psfTransformable_scale = void function(sfTransformable* transformable, sfVector2f factors)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
psfTransformable_setOrigin
alias psfTransformable_setOrigin = void function(sfTransformable* transformable, sfVector2f origin)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
psfTransformable_setPosition
alias psfTransformable_setPosition = void function(sfTransformable* transformable, sfVector2f position)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
psfTransformable_setRotation
alias psfTransformable_setRotation = void function(sfTransformable* transformable, float angle)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
psfTransformable_setScale
alias psfTransformable_setScale = void function(sfTransformable* transformable, sfVector2f scale)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
psfVertexArray_append
alias psfVertexArray_append = void function(sfVertexArray* vertexArray, sfVertex vertex)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
psfVertexArray_clear
alias psfVertexArray_clear = void function(sfVertexArray* vertexArray)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
psfVertexArray_copy
alias psfVertexArray_copy = sfVertexArray* function(const(sfVertexArray)* vertexArray)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
psfVertexArray_create
alias psfVertexArray_create = sfVertexArray* function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
psfVertexArray_destroy
alias psfVertexArray_destroy = void function(sfVertexArray* vertexArray)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
psfVertexArray_getBounds
alias psfVertexArray_getBounds = sfFloatRect function(sfVertexArray* vertexArray)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
psfVertexArray_getPrimitiveType
alias psfVertexArray_getPrimitiveType = sfPrimitiveType function(sfVertexArray* vertexArray)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
psfVertexArray_getVertex
alias psfVertexArray_getVertex = sfVertex* function(sfVertexArray* vertexArray, size_t index)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
psfVertexArray_getVertex
alias psfVertexArray_getVertex = sfVertex* function(sfVertexArray* vertexArray, uint index)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
psfVertexArray_getVertexCount
alias psfVertexArray_getVertexCount = uint function(const(sfVertexArray)* vertexArray)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
psfVertexArray_getVertexCount
alias psfVertexArray_getVertexCount = size_t function(const(sfVertexArray)* vertexArray)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
psfVertexArray_resize
alias psfVertexArray_resize = void function(sfVertexArray* vertexArray, uint vertexCount)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
psfVertexArray_resize
alias psfVertexArray_resize = void function(sfVertexArray* vertexArray, size_t vertexCount)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
psfVertexArray_setPrimitiveType
alias psfVertexArray_setPrimitiveType = void function(sfVertexArray* vertexArray, sfPrimitiveType type)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
psfVertexBuffer_bind
alias psfVertexBuffer_bind = void function(const(sfVertexBuffer)* vertexBuffer)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
psfVertexBuffer_copy
alias psfVertexBuffer_copy = sfVertexBuffer* function(const(sfVertexBuffer)* vertexBuffer)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
psfVertexBuffer_create
alias psfVertexBuffer_create = sfVertexBuffer* function(uint vertexCount, sfPrimitiveType type, sfVertexBufferUsage usage)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
psfVertexBuffer_destroy
alias psfVertexBuffer_destroy = void function(sfVertexBuffer* vertexBuffer)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
psfVertexBuffer_getNativeHandle
alias psfVertexBuffer_getNativeHandle = uint function(sfVertexBuffer* vertexBuffer)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
psfVertexBuffer_getPrimitiveType
alias psfVertexBuffer_getPrimitiveType = sfPrimitiveType function(const(sfVertexBuffer)* vertexBuffer)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
psfVertexBuffer_getUsage
alias psfVertexBuffer_getUsage = sfVertexBufferUsage function(const(sfVertexBuffer)* vertexBuffer)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
psfVertexBuffer_getVertexCount
alias psfVertexBuffer_getVertexCount = uint function(const(sfVertexBuffer)* vertexBuffer)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
psfVertexBuffer_isAvailable
alias psfVertexBuffer_isAvailable = sfBool function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
psfVertexBuffer_setPrimitiveType
alias psfVertexBuffer_setPrimitiveType = void function(sfVertexBuffer* vertexBuffer, sfPrimitiveType type)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
psfVertexBuffer_setUsage
alias psfVertexBuffer_setUsage = void function(sfVertexBuffer* vertexBuffer, sfVertexBufferUsage usage)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
psfVertexBuffer_swap
alias psfVertexBuffer_swap = void function(sfVertexBuffer* left, sfVertexBuffer* right)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
psfVertexBuffer_update
alias psfVertexBuffer_update = sfBool function(sfVertexBuffer* vertexBuffer, const(sfVertex)* vertices, uint vertexCount, uint offset)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
psfVertexBuffer_updateFromVertexBuffer
alias psfVertexBuffer_updateFromVertexBuffer = sfBool function(sfVertexBuffer* vertexBuffer, const(sfVertexBuffer)* other)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
psfView_copy
alias psfView_copy = sfView* function(const(sfView)* view)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
psfView_create
alias psfView_create = sfView* function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
psfView_createFromRect
alias psfView_createFromRect = sfView* function(sfFloatRect rectangle)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
psfView_destroy
alias psfView_destroy = void function(sfView* view)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
psfView_getCenter
alias psfView_getCenter = sfVector2f function(const(sfView)* view)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
psfView_getRotation
alias psfView_getRotation = float function(const(sfView)* view)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
psfView_getSize
alias psfView_getSize = sfVector2f function(const(sfView)* view)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
psfView_getViewport
alias psfView_getViewport = sfFloatRect function(const(sfView)* view)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
psfView_move
alias psfView_move = void function(sfView* view, sfVector2f offset)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
psfView_reset
alias psfView_reset = void function(sfView* view, sfFloatRect rectangle)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
psfView_rotate
alias psfView_rotate = void function(sfView* view, float angle)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
psfView_setCenter
alias psfView_setCenter = void function(sfView* view, sfVector2f center)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
psfView_setRotation
alias psfView_setRotation = void function(sfView* view, float angle)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
psfView_setSize
alias psfView_setSize = void function(sfView* view, sfVector2f size)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
psfView_setViewport
alias psfView_setViewport = void function(sfView* view, sfFloatRect viewport)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
psfView_zoom
alias psfView_zoom = void function(sfView* view, float factor)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sfGlslIvec2
alias sfGlslIvec2 = sfVector2i
Undocumented in source.
sfGlslVec2
alias sfGlslVec2 = sfVector2f
Undocumented in source.
sfGlslVec3
alias sfGlslVec3 = sfVector3f
Undocumented in source.
sfShapeGetPointCallback
alias sfShapeGetPointCallback = sfVector2f function(size_t, void*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sfShapeGetPointCallback
alias sfShapeGetPointCallback = sfVector2f function(uint, void*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sfShapeGetPointCountCallback
alias sfShapeGetPointCountCallback = size_t function(void*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sfShapeGetPointCountCallback
alias sfShapeGetPointCountCallback = uint function(void*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Enums

sfBlendEquation
enum sfBlendEquation
Undocumented in source.
sfBlendEquation
enum sfBlendEquation
Undocumented in source.
sfBlendFactor
enum sfBlendFactor
Undocumented in source.
sfBlendMode
enum sfBlendMode
Undocumented in source.
sfPrimitiveType
enum sfPrimitiveType
Undocumented in source.
sfTextStyle
enum sfTextStyle
Undocumented in source.
sfTextStyle
enum sfTextStyle
Undocumented in source.
sfVertexBufferUsage
enum sfVertexBufferUsage
Undocumented in source.

Functions

isSFMLGraphicsLoaded
bool isSFMLGraphicsLoaded()
Undocumented in source. Be warned that the author may not have intended to support it.
loadSFMLGraphics
SFMLSupport loadSFMLGraphics()
Undocumented in source. Be warned that the author may not have intended to support it.
loadSFMLGraphics
SFMLSupport loadSFMLGraphics(const(char)* libName)
Undocumented in source. Be warned that the author may not have intended to support it.
loadedSFMLGraphicsVersion
SFMLSupport loadedSFMLGraphicsVersion()
Undocumented in source. Be warned that the author may not have intended to support it.
sfCircleShape_copy
sfCircleShape* sfCircleShape_copy(const(sfCircleShape)* shape)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sfCircleShape_create
sfCircleShape* sfCircleShape_create()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sfCircleShape_destroy
void sfCircleShape_destroy(sfCircleShape* shape)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sfCircleShape_getFillColor
sfColor sfCircleShape_getFillColor(const(sfCircleShape)* shape)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sfCircleShape_getGlobalBounds
sfFloatRect sfCircleShape_getGlobalBounds(const(sfCircleShape)* shape)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sfCircleShape_getInverseTransform
sfTransform sfCircleShape_getInverseTransform(const(sfCircleShape)* shape)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sfCircleShape_getLocalBounds
sfFloatRect sfCircleShape_getLocalBounds(const(sfCircleShape)* shape)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sfCircleShape_getOrigin
sfVector2f sfCircleShape_getOrigin(const(sfCircleShape)* shape)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sfCircleShape_getOutlineColor
sfColor sfCircleShape_getOutlineColor(const(sfCircleShape)* shape)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sfCircleShape_getOutlineThickness
float sfCircleShape_getOutlineThickness(const(sfCircleShape)* shape)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sfCircleShape_getPoint
sfVector2f sfCircleShape_getPoint(const(sfCircleShape)* shape, size_t index)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sfCircleShape_getPoint
sfVector2f sfCircleShape_getPoint(const(sfCircleShape)* shape, uint index)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sfCircleShape_getPointCount
size_t sfCircleShape_getPointCount(const(sfCircleShape)* shape)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sfCircleShape_getPointCount
uint sfCircleShape_getPointCount(const(sfCircleShape)* shape)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sfCircleShape_getPosition
sfVector2f sfCircleShape_getPosition(const(sfCircleShape)* shape)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sfCircleShape_getRadius
float sfCircleShape_getRadius(const(sfCircleShape)* shape)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sfCircleShape_getRotation
float sfCircleShape_getRotation(const(sfCircleShape)* shape)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sfCircleShape_getScale
sfVector2f sfCircleShape_getScale(const(sfCircleShape)* shape)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sfCircleShape_getTexture
const(sfTexture)* sfCircleShape_getTexture(const(sfCircleShape)* shape)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sfCircleShape_getTextureRect
sfIntRect sfCircleShape_getTextureRect(const(sfCircleShape)* shape)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sfCircleShape_getTransform
sfTransform sfCircleShape_getTransform(const(sfCircleShape)* shape)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sfCircleShape_move
void sfCircleShape_move(sfCircleShape* shape, sfVector2f offset)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sfCircleShape_rotate
void sfCircleShape_rotate(sfCircleShape* shape, float angle)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sfCircleShape_scale
void sfCircleShape_scale(sfCircleShape* shape, sfVector2f factors)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sfCircleShape_setFillColor
void sfCircleShape_setFillColor(sfCircleShape* shape, sfColor color)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sfCircleShape_setOrigin
void sfCircleShape_setOrigin(sfCircleShape* shape, sfVector2f origin)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sfCircleShape_setOutlineColor
void sfCircleShape_setOutlineColor(sfCircleShape* shape, sfColor color)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sfCircleShape_setOutlineThickness
void sfCircleShape_setOutlineThickness(sfCircleShape* shape, float thickness)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sfCircleShape_setPointCount
void sfCircleShape_setPointCount(sfCircleShape* shape, uint count)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sfCircleShape_setPointCount
void sfCircleShape_setPointCount(sfCircleShape* shape, size_t count)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sfCircleShape_setPointCount
void sfCircleShape_setPointCount(sfCircleShape* shape, uint count)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sfCircleShape_setPosition
void sfCircleShape_setPosition(sfCircleShape* shape, sfVector2f position)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sfCircleShape_setRadius
void sfCircleShape_setRadius(sfCircleShape* shape, float radius)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sfCircleShape_setRotation
void sfCircleShape_setRotation(sfCircleShape* shape, float angle)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sfCircleShape_setScale
void sfCircleShape_setScale(sfCircleShape* shape, sfVector2f scale)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sfCircleShape_setTexture
void sfCircleShape_setTexture(sfCircleShape* shape, const(sfTexture)* texture, sfBool resetRect)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sfCircleShape_setTextureRect
void sfCircleShape_setTextureRect(sfCircleShape* shape, sfIntRect rect)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sfColor_add
sfColor sfColor_add(sfColor color1, sfColor color2)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sfColor_fromInteger
sfColor sfColor_fromInteger(sfUint32 color)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sfColor_fromRGB
sfColor sfColor_fromRGB(sfUint8 red, sfUint8 green, sfUint8 blue)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sfColor_fromRGBA
sfColor sfColor_fromRGBA(sfUint8 red, sfUint8 green, sfUint8 blue, sfUint8 alpha)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sfColor_modulate
sfColor sfColor_modulate(sfColor color1, sfColor color2)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sfColor_subtract
sfColor sfColor_subtract(sfColor color1, sfColor color2)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sfColor_toInteger
sfUint32 sfColor_toInteger(sfColor color)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sfConvexShape_copy
sfConvexShape* sfConvexShape_copy(const(sfConvexShape)* shape)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sfConvexShape_create
sfConvexShape* sfConvexShape_create()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sfConvexShape_destroy
void sfConvexShape_destroy(sfConvexShape* shape)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sfConvexShape_getFillColor
sfColor sfConvexShape_getFillColor(const(sfConvexShape)* shape)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sfConvexShape_getGlobalBounds
sfFloatRect sfConvexShape_getGlobalBounds(const(sfConvexShape)* shape)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sfConvexShape_getInverseTransform
sfTransform sfConvexShape_getInverseTransform(const(sfConvexShape)* shape)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sfConvexShape_getLocalBounds
sfFloatRect sfConvexShape_getLocalBounds(const(sfConvexShape)* shape)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sfConvexShape_getOrigin
sfVector2f sfConvexShape_getOrigin(const(sfConvexShape)* shape)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sfConvexShape_getOutlineColor
sfColor sfConvexShape_getOutlineColor(const(sfConvexShape)* shape)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sfConvexShape_getOutlineThickness
float sfConvexShape_getOutlineThickness(const(sfConvexShape)* shape)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sfConvexShape_getPoint
sfVector2f sfConvexShape_getPoint(const(sfConvexShape)* shape, size_t index)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sfConvexShape_getPoint
sfVector2f sfConvexShape_getPoint(const(sfConvexShape)* shape, uint index)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sfConvexShape_getPointCount
size_t sfConvexShape_getPointCount(const(sfConvexShape)* shape)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sfConvexShape_getPointCount
uint sfConvexShape_getPointCount(const(sfConvexShape)* shape)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sfConvexShape_getPosition
sfVector2f sfConvexShape_getPosition(const(sfConvexShape)* shape)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sfConvexShape_getRotation
float sfConvexShape_getRotation(const(sfConvexShape)* shape)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sfConvexShape_getScale
sfVector2f sfConvexShape_getScale(const(sfConvexShape)* shape)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sfConvexShape_getTexture
const(sfTexture)* sfConvexShape_getTexture(const(sfConvexShape)* shape)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sfConvexShape_getTextureRect
sfIntRect sfConvexShape_getTextureRect(const(sfConvexShape)* shape)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sfConvexShape_getTransform
sfTransform sfConvexShape_getTransform(const(sfConvexShape)* shape)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sfConvexShape_move
void sfConvexShape_move(sfConvexShape* shape, sfVector2f offset)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sfConvexShape_rotate
void sfConvexShape_rotate(sfConvexShape* shape, float angle)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sfConvexShape_scale
void sfConvexShape_scale(sfConvexShape* shape, sfVector2f factors)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sfConvexShape_setFillColor
void sfConvexShape_setFillColor(sfConvexShape* shape, sfColor color)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sfConvexShape_setOrigin
void sfConvexShape_setOrigin(sfConvexShape* shape, sfVector2f origin)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sfConvexShape_setOutlineColor
void sfConvexShape_setOutlineColor(sfConvexShape* shape, sfColor color)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sfConvexShape_setOutlineThickness
void sfConvexShape_setOutlineThickness(sfConvexShape* shape, float thickness)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sfConvexShape_setPoint
void sfConvexShape_setPoint(sfConvexShape* shape, size_t index, sfVector2f point)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sfConvexShape_setPoint
void sfConvexShape_setPoint(sfConvexShape* shape, uint index, sfVector2f point)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sfConvexShape_setPointCount
void sfConvexShape_setPointCount(sfConvexShape* shape, size_t count)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sfConvexShape_setPointCount
void sfConvexShape_setPointCount(sfConvexShape* shape, uint count)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sfConvexShape_setPosition
void sfConvexShape_setPosition(sfConvexShape* shape, sfVector2f position)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sfConvexShape_setRotation
void sfConvexShape_setRotation(sfConvexShape* shape, float angle)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sfConvexShape_setScale
void sfConvexShape_setScale(sfConvexShape* shape, sfVector2f scale)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sfConvexShape_setTexture
void sfConvexShape_setTexture(sfConvexShape* shape, const(sfTexture)* texture, sfBool resetRect)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sfConvexShape_setTextureRect
void sfConvexShape_setTextureRect(sfConvexShape* shape, sfIntRect rect)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sfFloatRect_contains
sfBool sfFloatRect_contains(const(sfFloatRect)* rect, float x, float y)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sfFloatRect_intersects
sfBool sfFloatRect_intersects(const(sfFloatRect)* rect1, const(sfFloatRect)* rect2, sfFloatRect* intersection)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sfFont_copy
sfFont* sfFont_copy(const(sfFont)* font)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sfFont_createFromFile
sfFont* sfFont_createFromFile(const(char)* filename)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sfFont_createFromMemory
sfFont* sfFont_createFromMemory(const(void)* data, size_t sizeInBytes)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sfFont_createFromStream
sfFont* sfFont_createFromStream(sfInputStream* stream)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sfFont_destroy
void sfFont_destroy(sfFont* font)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sfFont_getGlyph
sfGlyph sfFont_getGlyph(const(sfFont)* font, sfUint32 codePoint, uint characterSize, sfBool bold, float outlineThickness)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sfFont_getGlyph
sfGlyph sfFont_getGlyph(sfFont* font, sfUint32 codePoint, uint characterSize, sfBool bold)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sfFont_getInfo
sfFontInfo sfFont_getInfo(const(sfFont)* font)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sfFont_getKerning
float sfFont_getKerning(const(sfFont)* font, sfUint32 first, sfUint32 second, uint characterSize)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sfFont_getKerning
int sfFont_getKerning(sfFont* font, sfUint32 first, sfUint32 second, uint characterSize)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sfFont_getLineSpacing
float sfFont_getLineSpacing(const(sfFont)* font, uint characterSize)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sfFont_getLineSpacing
int sfFont_getLineSpacing(sfFont* font, uint characterSize)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sfFont_getTexture
const(sfTexture)* sfFont_getTexture(sfFont* font, uint characterSize)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sfFont_getUnderlinePosition
float sfFont_getUnderlinePosition(const(sfFont)* font, uint characterSize)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sfFont_getUnderlineThickness
float sfFont_getUnderlineThickness(const(sfFont)* font, uint characterSize)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sfImage_copy
sfImage* sfImage_copy(const(sfImage)* image)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sfImage_copyImage
void sfImage_copyImage(sfImage* image, const(sfImage)* source, uint destX, uint destY, sfIntRect sourceRect, sfBool applyAlpha)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sfImage_create
sfImage* sfImage_create(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.
sfImage_createFromColor
sfImage* sfImage_createFromColor(uint width, uint height, sfColor color)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sfImage_createFromFile
sfImage* sfImage_createFromFile(const(char)* filename)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sfImage_createFromMemory
sfImage* sfImage_createFromMemory(const(void)* data, size_t size)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sfImage_createFromPixels
sfImage* sfImage_createFromPixels(uint width, uint height, const(sfUint8)* pixels)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sfImage_createFromStream
sfImage* sfImage_createFromStream(sfInputStream* stream)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sfImage_createMaskFromColor
void sfImage_createMaskFromColor(sfImage* image, sfColor color, sfUint8 alpha)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sfImage_destroy
void sfImage_destroy(sfImage* image)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sfImage_flipHorizontally
void sfImage_flipHorizontally(sfImage* image)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sfImage_flipVertically
void sfImage_flipVertically(sfImage* image)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sfImage_getPixel
sfColor sfImage_getPixel(const(sfImage)* image, uint x, uint y)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sfImage_getPixelsPtr
const(sfUint8)* sfImage_getPixelsPtr(const(sfImage)* image)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sfImage_getSize
sfVector2u sfImage_getSize(const(sfImage)* image)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sfImage_saveToFile
sfBool sfImage_saveToFile(const(sfImage)* image, const(char)* filename)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sfImage_setPixel
void sfImage_setPixel(sfImage* image, uint x, uint y, sfColor color)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sfIntRect_contains
sfBool sfIntRect_contains(const(sfIntRect)* rect, 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.
sfIntRect_intersects
sfBool sfIntRect_intersects(const(sfIntRect)* rect1, const(sfIntRect)* rect2, sfIntRect* intersection)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sfMouse_getPositionRenderWindow
sfVector2i sfMouse_getPositionRenderWindow(const(sfRenderWindow)* relativeTo)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sfMouse_setPositionRenderWindow
void sfMouse_setPositionRenderWindow(sfVector2i position, const(sfRenderWindow)* relativeTo)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sfRectangleShape_copy
sfRectangleShape* sfRectangleShape_copy(const(sfRectangleShape)* shape)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sfRectangleShape_create
sfRectangleShape* sfRectangleShape_create()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sfRectangleShape_destroy
void sfRectangleShape_destroy(sfRectangleShape* shape)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sfRectangleShape_getFillColor
sfColor sfRectangleShape_getFillColor(const(sfRectangleShape)* shape)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sfRectangleShape_getGlobalBounds
sfFloatRect sfRectangleShape_getGlobalBounds(const(sfRectangleShape)* shape)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sfRectangleShape_getInverseTransform
sfTransform sfRectangleShape_getInverseTransform(const(sfRectangleShape)* shape)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sfRectangleShape_getLocalBounds
sfFloatRect sfRectangleShape_getLocalBounds(const(sfRectangleShape)* shape)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sfRectangleShape_getOrigin
sfVector2f sfRectangleShape_getOrigin(const(sfRectangleShape)* shape)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sfRectangleShape_getOutlineColor
sfColor sfRectangleShape_getOutlineColor(const(sfRectangleShape)* shape)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sfRectangleShape_getOutlineThickness
float sfRectangleShape_getOutlineThickness(const(sfRectangleShape)* shape)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sfRectangleShape_getPoint
sfVector2f sfRectangleShape_getPoint(const(sfRectangleShape)* shape, uint index)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sfRectangleShape_getPoint
sfVector2f sfRectangleShape_getPoint(const(sfRectangleShape)* shape, size_t index)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sfRectangleShape_getPointCount
uint sfRectangleShape_getPointCount(const(sfRectangleShape)* shape)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sfRectangleShape_getPointCount
size_t sfRectangleShape_getPointCount(const(sfRectangleShape)* shape)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sfRectangleShape_getPosition
sfVector2f sfRectangleShape_getPosition(const(sfRectangleShape)* shape)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sfRectangleShape_getRotation
float sfRectangleShape_getRotation(const(sfRectangleShape)* shape)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sfRectangleShape_getScale
sfVector2f sfRectangleShape_getScale(const(sfRectangleShape)* shape)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sfRectangleShape_getSize
sfVector2f sfRectangleShape_getSize(const(sfRectangleShape)* shape)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sfRectangleShape_getTexture
const(sfTexture)* sfRectangleShape_getTexture(const(sfRectangleShape)* shape)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sfRectangleShape_getTextureRect
sfIntRect sfRectangleShape_getTextureRect(const(sfRectangleShape)* shape)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sfRectangleShape_getTransform
sfTransform sfRectangleShape_getTransform(const(sfRectangleShape)* shape)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sfRectangleShape_move
void sfRectangleShape_move(sfRectangleShape* shape, sfVector2f offset)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sfRectangleShape_rotate
void sfRectangleShape_rotate(sfRectangleShape* shape, float angle)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sfRectangleShape_scale
void sfRectangleShape_scale(sfRectangleShape* shape, sfVector2f factors)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sfRectangleShape_setFillColor
void sfRectangleShape_setFillColor(sfRectangleShape* shape, sfColor color)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sfRectangleShape_setOrigin
void sfRectangleShape_setOrigin(sfRectangleShape* shape, sfVector2f origin)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sfRectangleShape_setOutlineColor
void sfRectangleShape_setOutlineColor(sfRectangleShape* shape, sfColor color)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sfRectangleShape_setOutlineThickness
void sfRectangleShape_setOutlineThickness(sfRectangleShape* shape, float thickness)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sfRectangleShape_setPosition
void sfRectangleShape_setPosition(sfRectangleShape* shape, sfVector2f position)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sfRectangleShape_setRotation
void sfRectangleShape_setRotation(sfRectangleShape* shape, float angle)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sfRectangleShape_setScale
void sfRectangleShape_setScale(sfRectangleShape* shape, sfVector2f scale)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sfRectangleShape_setSize
void sfRectangleShape_setSize(sfRectangleShape* shape, sfVector2f size)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sfRectangleShape_setTexture
void sfRectangleShape_setTexture(sfRectangleShape* shape, const(sfTexture)* texture, sfBool resetRect)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sfRectangleShape_setTextureRect
void sfRectangleShape_setTextureRect(sfRectangleShape* shape, sfIntRect rect)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sfRenderTexture_clear
void sfRenderTexture_clear(sfRenderTexture* renderTexture, sfColor color)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sfRenderTexture_create
sfRenderTexture* sfRenderTexture_create(uint width, uint height, sfBool depthBuffer)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sfRenderTexture_createWithSettings
sfRenderTexture* sfRenderTexture_createWithSettings(uint width, uint height, sfContextSettings settings)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sfRenderTexture_destroy
void sfRenderTexture_destroy(sfRenderTexture* renderTexture)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sfRenderTexture_display
void sfRenderTexture_display(sfRenderTexture* renderTexture)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sfRenderTexture_drawCircleShape
void sfRenderTexture_drawCircleShape(sfRenderTexture* renderTexture, const(sfCircleShape)* object, const(sfRenderStates)* states)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sfRenderTexture_drawConvexShape
void sfRenderTexture_drawConvexShape(sfRenderTexture* renderTexture, const(sfConvexShape)* object, const(sfRenderStates)* states)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sfRenderTexture_drawPrimitives
void sfRenderTexture_drawPrimitives(sfRenderTexture* renderTexture, const(sfVertex)* vertices, uint vertexCount, sfPrimitiveType type, const(sfRenderStates)* states)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sfRenderTexture_drawPrimitives
void sfRenderTexture_drawPrimitives(sfRenderTexture* renderTexture, const(sfVertex)* vertices, size_t vertexCount, sfPrimitiveType type, const(sfRenderStates)* states)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sfRenderTexture_drawRectangleShape
void sfRenderTexture_drawRectangleShape(sfRenderTexture* renderTexture, const(sfRectangleShape)* object, const(sfRenderStates)* states)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sfRenderTexture_drawShape
void sfRenderTexture_drawShape(sfRenderTexture* renderTexture, const(sfShape)* object, const(sfRenderStates)* states)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sfRenderTexture_drawSprite
void sfRenderTexture_drawSprite(sfRenderTexture* renderTexture, const(sfSprite)* object, const(sfRenderStates)* states)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sfRenderTexture_drawText
void sfRenderTexture_drawText(sfRenderTexture* renderTexture, const(sfText)* object, const(sfRenderStates)* states)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sfRenderTexture_drawVertexArray
void sfRenderTexture_drawVertexArray(sfRenderTexture* renderTexture, const(sfVertexArray)* object, const(sfRenderStates)* states)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sfRenderTexture_drawVertexBuffer
void sfRenderTexture_drawVertexBuffer(sfRenderTexture* renderTexture, const(sfVertexBuffer)* object, const(sfRenderStates)* states)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sfRenderTexture_generateMipmap
sfBool sfRenderTexture_generateMipmap(sfRenderTexture* renderTexture)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sfRenderTexture_getDefaultView
const(sfView)* sfRenderTexture_getDefaultView(const(sfRenderTexture)* renderTexture)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sfRenderTexture_getMaximumAntialiasingLevel
uint sfRenderTexture_getMaximumAntialiasingLevel()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sfRenderTexture_getSize
sfVector2u sfRenderTexture_getSize(const(sfRenderTexture)* renderTexture)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sfRenderTexture_getTexture
const(sfTexture)* sfRenderTexture_getTexture(const(sfRenderTexture)* renderTexture)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sfRenderTexture_getView
const(sfView)* sfRenderTexture_getView(const(sfRenderTexture)* renderTexture)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sfRenderTexture_getViewport
sfIntRect sfRenderTexture_getViewport(const(sfRenderTexture)* renderTexture, const(sfView)* view)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sfRenderTexture_isSmooth
sfBool sfRenderTexture_isSmooth(const(sfRenderTexture)* renderTexture)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sfRenderTexture_mapCoordsToPixel
sfVector2i sfRenderTexture_mapCoordsToPixel(const(sfRenderTexture)* renderTexture, sfVector2f point, const(sfView)* view)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sfRenderTexture_mapPixelToCoords
sfVector2f sfRenderTexture_mapPixelToCoords(const(sfRenderTexture)* renderTexture, sfVector2i point, const(sfView)* view)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sfRenderTexture_popGLStates
void sfRenderTexture_popGLStates(sfRenderTexture* renderTexture)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sfRenderTexture_pushGLStates
void sfRenderTexture_pushGLStates(sfRenderTexture* renderTexture)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sfRenderTexture_resetGLStates
void sfRenderTexture_resetGLStates(sfRenderTexture* renderTexture)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sfRenderTexture_setActive
sfBool sfRenderTexture_setActive(sfRenderTexture* renderTexture, sfBool active)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sfRenderTexture_setSmooth
void sfRenderTexture_setSmooth(sfRenderTexture* renderTexture, sfBool smooth)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sfRenderTexture_setView
void sfRenderTexture_setView(sfRenderTexture* renderTexture, const(sfView)* view)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sfRenderWindow_capture
sfImage* sfRenderWindow_capture(const(sfRenderWindow)* renderWindow)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sfRenderWindow_clear
void sfRenderWindow_clear(sfRenderWindow* renderWindow, sfColor color)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sfRenderWindow_close
void sfRenderWindow_close(sfRenderWindow* window)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sfRenderWindow_create
sfRenderWindow* sfRenderWindow_create(sfVideoMode mode, const(char)* title, sfUint32 style, const(sfContextSettings)* settings)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sfRenderWindow_createFromHandle
sfRenderWindow* sfRenderWindow_createFromHandle(sfWindowHandle handle, const(sfContextSettings)* settings)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sfRenderWindow_createUnicode
sfRenderWindow* sfRenderWindow_createUnicode(sfVideoMode mode, const(sfUint32)* title, sfUint32 style, const(sfContextSettings)* settings)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sfRenderWindow_destroy
void sfRenderWindow_destroy(sfRenderWindow* window)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sfRenderWindow_display
void sfRenderWindow_display(sfRenderWindow* window)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sfRenderWindow_drawCircleShape
void sfRenderWindow_drawCircleShape(sfRenderWindow* renderWindow, const(sfCircleShape)* object, const(sfRenderStates)* states)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sfRenderWindow_drawConvexShape
void sfRenderWindow_drawConvexShape(sfRenderWindow* renderWindow, const(sfConvexShape)* object, const(sfRenderStates)* states)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sfRenderWindow_drawPrimitives
void sfRenderWindow_drawPrimitives(sfRenderWindow* renderWindow, const(sfVertex)* vertices, size_t vertexCount, sfPrimitiveType type, const(sfRenderStates)* states)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sfRenderWindow_drawPrimitives
void sfRenderWindow_drawPrimitives(sfRenderWindow* renderWindow, const(sfVertex)* vertices, uint vertexCount, sfPrimitiveType type, const(sfRenderStates)* states)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sfRenderWindow_drawRectangleShape
void sfRenderWindow_drawRectangleShape(sfRenderWindow* renderWindow, const(sfRectangleShape)* object, const(sfRenderStates)* states)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sfRenderWindow_drawShape
void sfRenderWindow_drawShape(sfRenderWindow* renderWindow, const(sfShape)* object, const(sfRenderStates)* states)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sfRenderWindow_drawSprite
void sfRenderWindow_drawSprite(sfRenderWindow* renderWindow, const(sfSprite)* object, const(sfRenderStates)* states)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sfRenderWindow_drawText
void sfRenderWindow_drawText(sfRenderWindow* renderWindow, const(sfText)* object, const(sfRenderStates)* states)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sfRenderWindow_drawVertexArray
void sfRenderWindow_drawVertexArray(sfRenderWindow* renderWindow, const(sfVertexArray)* object, const(sfRenderStates)* states)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sfRenderWindow_drawVertexBuffer
void sfRenderWindow_drawVertexBuffer(sfRenderWindow* renderWindow, const(sfVertexBuffer)* object, const(sfRenderStates)* states)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sfRenderWindow_getDefaultView
const(sfView)* sfRenderWindow_getDefaultView(const(sfRenderWindow)* renderWindow)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sfRenderWindow_getPosition
sfVector2i sfRenderWindow_getPosition(const(sfRenderWindow)* window)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sfRenderWindow_getSettings
sfContextSettings sfRenderWindow_getSettings(const(sfRenderWindow)* window)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sfRenderWindow_getSize
sfVector2u sfRenderWindow_getSize(const(sfRenderWindow)* window)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sfRenderWindow_getSystemHandle
sfWindowHandle sfRenderWindow_getSystemHandle(const(sfRenderWindow)* window)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sfRenderWindow_getView
const(sfView)* sfRenderWindow_getView(const(sfRenderWindow)* renderWindow)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sfRenderWindow_getViewport
sfIntRect sfRenderWindow_getViewport(const(sfRenderWindow)* renderWindow, const(sfView)* view)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sfRenderWindow_hasFocus
sfBool sfRenderWindow_hasFocus(const(sfRenderWindow)* renderWindow)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sfRenderWindow_isOpen
sfBool sfRenderWindow_isOpen(const(sfRenderWindow)* window)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sfRenderWindow_mapCoordsToPixel
sfVector2i sfRenderWindow_mapCoordsToPixel(const(sfRenderWindow)* renderWindow, sfVector2f point, const(sfView)* view)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sfRenderWindow_mapPixelToCoords
sfVector2f sfRenderWindow_mapPixelToCoords(const(sfRenderWindow)* renderWindow, sfVector2i point, const(sfView)* view)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sfRenderWindow_pollEvent
sfBool sfRenderWindow_pollEvent(sfRenderWindow* window, sfEvent* event)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sfRenderWindow_popGLStates
void sfRenderWindow_popGLStates(sfRenderWindow* renderWindow)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sfRenderWindow_pushGLStates
void sfRenderWindow_pushGLStates(sfRenderWindow* renderWindow)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sfRenderWindow_requestFocus
void sfRenderWindow_requestFocus(sfRenderWindow* renderWindow)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sfRenderWindow_resetGLStates
void sfRenderWindow_resetGLStates(sfRenderWindow* renderWindow)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sfRenderWindow_setActive
sfBool sfRenderWindow_setActive(sfRenderWindow* window, sfBool active)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sfRenderWindow_setFramerateLimit
void sfRenderWindow_setFramerateLimit(sfRenderWindow* window, uint limit)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sfRenderWindow_setIcon
void sfRenderWindow_setIcon(sfRenderWindow* window, uint width, uint height, const(sfUint8)* pixels)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sfRenderWindow_setJoystickThreshold
void sfRenderWindow_setJoystickThreshold(sfRenderWindow* window, float threshold)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sfRenderWindow_setKeyRepeatEnabled
void sfRenderWindow_setKeyRepeatEnabled(sfRenderWindow* window, sfBool enabled)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sfRenderWindow_setMouseCursor
void sfRenderWindow_setMouseCursor(sfRenderWindow* window, const(sfCursor)* cursor)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sfRenderWindow_setMouseCursorGrabbed
void sfRenderWindow_setMouseCursorGrabbed(sfRenderWindow* renderWindow, sfBool grabbed)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sfRenderWindow_setMouseCursorVisible
void sfRenderWindow_setMouseCursorVisible(sfRenderWindow* window, sfBool visible)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sfRenderWindow_setPosition
void sfRenderWindow_setPosition(sfRenderWindow* window, sfVector2i position)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sfRenderWindow_setSize
void sfRenderWindow_setSize(sfRenderWindow* window, sfVector2u size)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sfRenderWindow_setTitle
void sfRenderWindow_setTitle(sfRenderWindow* window, const(char)* title)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sfRenderWindow_setUnicodeTitle
void sfRenderWindow_setUnicodeTitle(sfRenderWindow* window, const(sfUint32)* title)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sfRenderWindow_setVerticalSyncEnabled
void sfRenderWindow_setVerticalSyncEnabled(sfRenderWindow* window, sfBool enabled)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sfRenderWindow_setView
void sfRenderWindow_setView(sfRenderWindow* renderWindow, const(sfView)* view)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sfRenderWindow_setVisible
void sfRenderWindow_setVisible(sfRenderWindow* window, sfBool visible)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sfRenderWindow_waitEvent
sfBool sfRenderWindow_waitEvent(sfRenderWindow* window, sfEvent* event)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sfShader_bind
void sfShader_bind(const(sfShader)* shader)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sfShader_createFromFile
sfShader* sfShader_createFromFile(const(char)* vertexShaderFilename, const(char)* fragmentShaderFilename)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sfShader_createFromMemory
sfShader* sfShader_createFromMemory(const(char)* vertexShader, const(char)* fragmentShader)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sfShader_createFromStream
sfShader* sfShader_createFromStream(sfInputStream* vertexShaderStream, sfInputStream* geometryShaderStream, sfInputStream* fragmentShaderStream)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sfShader_createFromStream
sfShader* sfShader_createFromStream(sfInputStream* vertexShaderStream, sfInputStream* fragmentShaderStream)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sfShader_destroy
void sfShader_destroy(sfShader* shader)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sfShader_getNativeHandle
uint sfShader_getNativeHandle(const(sfShader)* shader)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sfShader_isAvailable
sfBool sfShader_isAvailable()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sfShader_isGeometryAvailable
sfBool sfShader_isGeometryAvailable()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sfShader_setBoolUniform
void sfShader_setBoolUniform(sfShader* shader, const(char)* name, sfBool x)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sfShader_setBvec2Uniform
void sfShader_setBvec2Uniform(sfShader* shader, const(char)* name, sfGlslBvec2 vector)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sfShader_setBvec3Uniform
void sfShader_setBvec3Uniform(sfShader* shader, const(char)* name, sfGlslBvec3 vector)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sfShader_setBvec4Uniform
void sfShader_setBvec4Uniform(sfShader* shader, const(char)* name, sfGlslBvec4 vector)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sfShader_setColorParameter
void sfShader_setColorParameter(sfShader* shader, const(char)* name, sfColor color)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sfShader_setColorUniform
void sfShader_setColorUniform(sfShader* shader, const(char)* name, sfColor color)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sfShader_setCurrentTextureParameter
void sfShader_setCurrentTextureParameter(sfShader* shader, const(char)* name)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sfShader_setCurrentTextureUniform
void sfShader_setCurrentTextureUniform(sfShader* shader, const(char)* name)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sfShader_setFloat2Parameter
void sfShader_setFloat2Parameter(sfShader* shader, const(char)* name, float x, float y)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sfShader_setFloat3Parameter
void sfShader_setFloat3Parameter(sfShader* shader, const(char)* name, float x, float y, float z)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sfShader_setFloat4Parameter
void sfShader_setFloat4Parameter(sfShader* shader, const(char)* name, float x, float y, float z, float w)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sfShader_setFloatParameter
void sfShader_setFloatParameter(sfShader* shader, const(char)* name, float x)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sfShader_setFloatUniform
void sfShader_setFloatUniform(sfShader* shader, const(char)* name, float x)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sfShader_setFloatUniformArray
void sfShader_setFloatUniformArray(sfShader* shader, const(char)* name, const(float)* scalarArray, size_t length)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sfShader_setIntColorUniform
void sfShader_setIntColorUniform(sfShader* shader, const(char)* name, sfColor color)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sfShader_setIntUniform
void sfShader_setIntUniform(sfShader* shader, const(char)* name, int x)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sfShader_setIvec2Uniform
void sfShader_setIvec2Uniform(sfShader* shader, const(char)* name, sfGlslIvec2 vector)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sfShader_setIvec3Uniform
void sfShader_setIvec3Uniform(sfShader* shader, const(char)* name, sfGlslIvec3 vector)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sfShader_setIvec4Uniform
void sfShader_setIvec4Uniform(sfShader* shader, const(char)* name, sfGlslIvec4 vector)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sfShader_setMat3Uniform
void sfShader_setMat3Uniform(sfShader* shader, const(char)* name, const(sfGlslMat3)* matrix)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sfShader_setMat3UniformArray
void sfShader_setMat3UniformArray(sfShader* shader, const(char)* name, const(sfGlslMat3)* matrixArray, size_t length)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sfShader_setMat4Uniform
void sfShader_setMat4Uniform(sfShader* shader, const(char)* name, const(sfGlslMat4)* matrix)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sfShader_setMat4UniformArray
void sfShader_setMat4UniformArray(sfShader* shader, const(char)* name, const(sfGlslMat4)* matrixArray, size_t length)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sfShader_setTextureParameter
void sfShader_setTextureParameter(sfShader* shader, const(char)* name, const(sfTexture)* texture)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sfShader_setTextureUniform
void sfShader_setTextureUniform(sfShader* shader, const(char)* name, const(sfTexture)* texture)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sfShader_setTransformParameter
void sfShader_setTransformParameter(sfShader* shader, const(char)* name, sfTransform transform)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sfShader_setVec2Uniform
void sfShader_setVec2Uniform(sfShader* shader, const(char)* name, sfGlslVec2 vector)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sfShader_setVec2UniformArray
void sfShader_setVec2UniformArray(sfShader* shader, const(char)* name, const(sfGlslVec2)* vectorArray, size_t length)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sfShader_setVec3Uniform
void sfShader_setVec3Uniform(sfShader* shader, const(char)* name, sfGlslVec3 vector)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sfShader_setVec3UniformArray
void sfShader_setVec3UniformArray(sfShader* shader, const(char)* name, const(sfGlslVec3)* vectorArray, size_t length)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sfShader_setVec4Uniform
void sfShader_setVec4Uniform(sfShader* shader, const(char)* name, sfGlslVec4 vector)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sfShader_setVec4UniformArray
void sfShader_setVec4UniformArray(sfShader* shader, const(char)* name, const(sfGlslVec4)* vectorArray, size_t length)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sfShader_setVector2Parameter
void sfShader_setVector2Parameter(sfShader* shader, const(char)* name, sfVector2f vector)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sfShader_setVector3Parameter
void sfShader_setVector3Parameter(sfShader* shader, const(char)* name, sfVector3f vector)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sfShape_create
sfShape* sfShape_create(sfShapeGetPointCountCallback getPointCount, sfShapeGetPointCallback getPoint, void* userData)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sfShape_destroy
void sfShape_destroy(sfShape* shape)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sfShape_getFillColor
sfColor sfShape_getFillColor(const(sfShape)* shape)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sfShape_getGlobalBounds
sfFloatRect sfShape_getGlobalBounds(const(sfShape)* shape)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sfShape_getInverseTransform
sfTransform sfShape_getInverseTransform(const(sfShape)* shape)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sfShape_getLocalBounds
sfFloatRect sfShape_getLocalBounds(const(sfShape)* shape)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sfShape_getOrigin
sfVector2f sfShape_getOrigin(const(sfShape)* shape)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sfShape_getOutlineColor
sfColor sfShape_getOutlineColor(const(sfShape)* shape)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sfShape_getOutlineThickness
float sfShape_getOutlineThickness(const(sfShape)* shape)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sfShape_getPoint
sfVector2f sfShape_getPoint(const(sfShape)* shape, size_t index)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sfShape_getPoint
sfVector2f sfShape_getPoint(const(sfShape)* shape, uint index)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sfShape_getPointCount
size_t sfShape_getPointCount(const(sfShape)* shape)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sfShape_getPointCount
uint sfShape_getPointCount(const(sfShape)* shape)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sfShape_getPosition
sfVector2f sfShape_getPosition(const(sfShape)* shape)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sfShape_getRotation
float sfShape_getRotation(const(sfShape)* shape)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sfShape_getScale
sfVector2f sfShape_getScale(const(sfShape)* shape)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sfShape_getTexture
const(sfTexture)* sfShape_getTexture(const(sfShape)* shape)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sfShape_getTextureRect
sfIntRect sfShape_getTextureRect(const(sfShape)* shape)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sfShape_getTransform
sfTransform sfShape_getTransform(const(sfShape)* shape)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sfShape_move
void sfShape_move(sfShape* shape, sfVector2f offset)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sfShape_rotate
void sfShape_rotate(sfShape* shape, float angle)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sfShape_scale
void sfShape_scale(sfShape* shape, sfVector2f factors)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sfShape_setFillColor
void sfShape_setFillColor(sfShape* shape, sfColor color)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sfShape_setOrigin
void sfShape_setOrigin(sfShape* shape, sfVector2f origin)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sfShape_setOutlineColor
void sfShape_setOutlineColor(sfShape* shape, sfColor color)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sfShape_setOutlineThickness
void sfShape_setOutlineThickness(sfShape* shape, float thickness)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sfShape_setPosition
void sfShape_setPosition(sfShape* shape, sfVector2f position)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sfShape_setRotation
void sfShape_setRotation(sfShape* shape, float angle)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sfShape_setScale
void sfShape_setScale(sfShape* shape, sfVector2f scale)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sfShape_setTexture
void sfShape_setTexture(sfShape* shape, const(sfTexture)* texture, sfBool resetRect)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sfShape_setTextureRect
void sfShape_setTextureRect(sfShape* shape, sfIntRect rect)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sfShape_update
void sfShape_update(sfShape* shape)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sfSprite_copy
sfSprite* sfSprite_copy(const(sfSprite)* sprite)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sfSprite_create
sfSprite* sfSprite_create()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sfSprite_destroy
void sfSprite_destroy(sfSprite* sprite)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sfSprite_getColor
sfColor sfSprite_getColor(const(sfSprite)* sprite)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sfSprite_getGlobalBounds
sfFloatRect sfSprite_getGlobalBounds(const(sfSprite)* sprite)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sfSprite_getInverseTransform
sfTransform sfSprite_getInverseTransform(const(sfSprite)* sprite)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sfSprite_getLocalBounds
sfFloatRect sfSprite_getLocalBounds(const(sfSprite)* sprite)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sfSprite_getOrigin
sfVector2f sfSprite_getOrigin(const(sfSprite)* sprite)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sfSprite_getPosition
sfVector2f sfSprite_getPosition(const(sfSprite)* sprite)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sfSprite_getRotation
float sfSprite_getRotation(const(sfSprite)* sprite)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sfSprite_getScale
sfVector2f sfSprite_getScale(const(sfSprite)* sprite)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sfSprite_getTexture
const(sfTexture)* sfSprite_getTexture(const(sfSprite)* sprite)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sfSprite_getTextureRect
sfIntRect sfSprite_getTextureRect(const(sfSprite)* sprite)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sfSprite_getTransform
sfTransform sfSprite_getTransform(const(sfSprite)* sprite)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sfSprite_move
void sfSprite_move(sfSprite* sprite, sfVector2f offset)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sfSprite_rotate
void sfSprite_rotate(sfSprite* sprite, float angle)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sfSprite_scale
void sfSprite_scale(sfSprite* sprite, sfVector2f factors)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sfSprite_setColor
void sfSprite_setColor(sfSprite* sprite, sfColor color)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sfSprite_setOrigin
void sfSprite_setOrigin(sfSprite* sprite, sfVector2f origin)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sfSprite_setPosition
void sfSprite_setPosition(sfSprite* sprite, sfVector2f position)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sfSprite_setRotation
void sfSprite_setRotation(sfSprite* sprite, float angle)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sfSprite_setScale
void sfSprite_setScale(sfSprite* sprite, sfVector2f scale)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sfSprite_setTexture
void sfSprite_setTexture(sfSprite* sprite, const(sfTexture)* texture, sfBool resetRect)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sfSprite_setTextureRect
void sfSprite_setTextureRect(sfSprite* sprite, sfIntRect rectangle)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sfText_copy
sfText* sfText_copy(const(sfText)* text)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sfText_create
sfText* sfText_create()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sfText_destroy
void sfText_destroy(sfText* text)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sfText_findCharacterPos
sfVector2f sfText_findCharacterPos(const(sfText)* text, size_t index)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sfText_getCharacterSize
uint sfText_getCharacterSize(const(sfText)* text)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sfText_getColor
sfColor sfText_getColor(const(sfText)* text)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sfText_getFillColor
sfColor sfText_getFillColor(const(sfText)* text)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sfText_getFont
const(sfFont)* sfText_getFont(const(sfText)* text)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sfText_getGlobalBounds
sfFloatRect sfText_getGlobalBounds(const(sfText)* text)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sfText_getInverseTransform
sfTransform sfText_getInverseTransform(const(sfText)* text)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sfText_getLetterSpacing
float sfText_getLetterSpacing(const(sfText)* text)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sfText_getLineSpacing
float sfText_getLineSpacing(const(sfText)* text)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sfText_getLocalBounds
sfFloatRect sfText_getLocalBounds(const(sfText)* text)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sfText_getOrigin
sfVector2f sfText_getOrigin(const(sfText)* text)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sfText_getOutlineColor
sfColor sfText_getOutlineColor(const(sfText)* text)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sfText_getOutlineThickness
float sfText_getOutlineThickness(const(sfText)* text)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sfText_getPosition
sfVector2f sfText_getPosition(const(sfText)* text)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sfText_getRotation
float sfText_getRotation(const(sfText)* text)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sfText_getScale
sfVector2f sfText_getScale(const(sfText)* text)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sfText_getString
const(char)* sfText_getString(const(sfText)* text)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sfText_getStyle
sfUint32 sfText_getStyle(const(sfText)* text)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sfText_getTransform
sfTransform sfText_getTransform(const(sfText)* text)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sfText_getUnicodeString
const(sfUint32)* sfText_getUnicodeString(const(sfText)* text)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sfText_move
void sfText_move(sfText* text, sfVector2f offset)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sfText_rotate
void sfText_rotate(sfText* text, float angle)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sfText_scale
void sfText_scale(sfText* text, sfVector2f factors)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sfText_setCharacterSize
void sfText_setCharacterSize(sfText* text, uint size)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sfText_setColor
void sfText_setColor(sfText* text, sfColor color)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sfText_setFillColor
void sfText_setFillColor(sfText* text, sfColor color)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sfText_setFont
void sfText_setFont(sfText* text, const(sfFont)* font)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sfText_setLetterSpacing
void sfText_setLetterSpacing(sfText* text, float spacingFactor)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sfText_setLineSpacing
void sfText_setLineSpacing(sfText* text, float spacingFactor)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sfText_setOrigin
void sfText_setOrigin(sfText* text, sfVector2f origin)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sfText_setOutlineColor
void sfText_setOutlineColor(sfText* text, sfColor color)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sfText_setOutlineThickness
void sfText_setOutlineThickness(sfText* text, float thickness)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sfText_setPosition
void sfText_setPosition(sfText* text, sfVector2f position)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sfText_setRotation
void sfText_setRotation(sfText* text, float angle)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sfText_setScale
void sfText_setScale(sfText* text, sfVector2f scale)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sfText_setString
void sfText_setString(sfText* text, const(char)* string)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sfText_setStyle
void sfText_setStyle(sfText* text, sfUint32 style)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sfText_setUnicodeString
void sfText_setUnicodeString(sfText* text, const(sfUint32)* string)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sfTexture_bind
void sfTexture_bind(const(sfTexture)* texture)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sfTexture_copy
sfTexture* sfTexture_copy(const(sfTexture)* texture)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sfTexture_copyToImage
sfImage* sfTexture_copyToImage(const(sfTexture)* texture)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sfTexture_create
sfTexture* sfTexture_create(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.
sfTexture_createFromFile
sfTexture* sfTexture_createFromFile(const(char)* filename, const(sfIntRect)* area)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sfTexture_createFromImage
sfTexture* sfTexture_createFromImage(const(sfImage)* image, const(sfIntRect)* area)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sfTexture_createFromMemory
sfTexture* sfTexture_createFromMemory(const(void)* data, size_t sizeInBytes, const(sfIntRect)* area)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sfTexture_createFromStream
sfTexture* sfTexture_createFromStream(sfInputStream* stream, const(sfIntRect)* area)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sfTexture_destroy
void sfTexture_destroy(sfTexture* texture)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sfTexture_generateMipmap
sfBool sfTexture_generateMipmap(sfTexture* texture)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sfTexture_getMaximumSize
uint sfTexture_getMaximumSize()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sfTexture_getNativeHandle
uint sfTexture_getNativeHandle(const(sfTexture)* texture)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sfTexture_getSize
sfVector2u sfTexture_getSize(const(sfTexture)* texture)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sfTexture_isRepeated
sfBool sfTexture_isRepeated(const(sfTexture)* texture)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sfTexture_isSmooth
sfBool sfTexture_isSmooth(const(sfTexture)* texture)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sfTexture_isSrgb
sfBool sfTexture_isSrgb(const(sfTexture)* texture)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sfTexture_setRepeated
void sfTexture_setRepeated(sfTexture* texture, sfBool repeated)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sfTexture_setSmooth
void sfTexture_setSmooth(sfTexture* texture, sfBool smooth)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sfTexture_setSrgb
void sfTexture_setSrgb(sfTexture* texture, sfBool sRgb)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sfTexture_swap
void sfTexture_swap(sfTexture* left, sfTexture* right)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sfTexture_updateFromImage
void sfTexture_updateFromImage(sfTexture* texture, const(sfImage)* image, uint x, uint y)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sfTexture_updateFromPixels
void sfTexture_updateFromPixels(sfTexture* texture, const(sfUint8)* pixels, uint width, uint height, uint x, uint y)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sfTexture_updateFromRenderWindow
void sfTexture_updateFromRenderWindow(sfTexture* texture, const(sfRenderWindow)* renderWindow, uint x, uint y)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sfTexture_updateFromTexture
void sfTexture_updateFromTexture(sfTexture* destination, const(sfTexture)* source, uint x, uint y)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sfTexture_updateFromWindow
void sfTexture_updateFromWindow(sfTexture* texture, const(sfWindow)* window, uint x, uint y)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sfTouch_getPositionRenderWindow
sfVector2i sfTouch_getPositionRenderWindow(uint finger, const(sfRenderWindow)* relativeTo)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sfTransform_combine
void sfTransform_combine(sfTransform* transform, const(sfTransform)* other)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sfTransform_equal
sfBool sfTransform_equal(sfTransform* left, sfTransform* right)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sfTransform_fromMatrix
sfTransform sfTransform_fromMatrix(float a00, float a01, float a02, float a10, float a11, float a12, float a20, float a21, float a22)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sfTransform_getInverse
sfTransform sfTransform_getInverse(const(sfTransform)* transform)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sfTransform_getMatrix
void sfTransform_getMatrix(const(sfTransform)* transform, float* matrix)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sfTransform_rotate
void sfTransform_rotate(sfTransform* transform, float angle)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sfTransform_rotateWithCenter
void sfTransform_rotateWithCenter(sfTransform* transform, float angle, float centerX, float centerY)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sfTransform_scale
void sfTransform_scale(sfTransform* transform, float scaleX, float scaleY)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sfTransform_scaleWithCenter
void sfTransform_scaleWithCenter(sfTransform* transform, float scaleX, float scaleY, float centerX, float centerY)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sfTransform_transformPoint
sfVector2f sfTransform_transformPoint(const(sfTransform)* transform, sfVector2f point)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sfTransform_transformRect
sfFloatRect sfTransform_transformRect(const(sfTransform)* transform, sfFloatRect rectangle)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sfTransform_translate
void sfTransform_translate(sfTransform* transform, float x, float y)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sfTransformable_copy
sfTransformable* sfTransformable_copy(const(sfTransformable)* transformable)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sfTransformable_create
sfTransformable* sfTransformable_create()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sfTransformable_destroy
void sfTransformable_destroy(sfTransformable* transformable)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sfTransformable_getInverseTransform
sfTransform sfTransformable_getInverseTransform(const(sfTransformable)* transformable)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sfTransformable_getOrigin
sfVector2f sfTransformable_getOrigin(const(sfTransformable)* transformable)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sfTransformable_getPosition
sfVector2f sfTransformable_getPosition(const(sfTransformable)* transformable)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sfTransformable_getRotation
float sfTransformable_getRotation(const(sfTransformable)* transformable)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sfTransformable_getScale
sfVector2f sfTransformable_getScale(const(sfTransformable)* transformable)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sfTransformable_getTransform
sfTransform sfTransformable_getTransform(const(sfTransformable)* transformable)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sfTransformable_move
void sfTransformable_move(sfTransformable* transformable, sfVector2f offset)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sfTransformable_rotate
void sfTransformable_rotate(sfTransformable* transformable, float angle)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sfTransformable_scale
void sfTransformable_scale(sfTransformable* transformable, sfVector2f factors)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sfTransformable_setOrigin
void sfTransformable_setOrigin(sfTransformable* transformable, sfVector2f origin)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sfTransformable_setPosition
void sfTransformable_setPosition(sfTransformable* transformable, sfVector2f position)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sfTransformable_setRotation
void sfTransformable_setRotation(sfTransformable* transformable, float angle)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sfTransformable_setScale
void sfTransformable_setScale(sfTransformable* transformable, sfVector2f scale)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sfVertexArray_append
void sfVertexArray_append(sfVertexArray* vertexArray, sfVertex vertex)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sfVertexArray_clear
void sfVertexArray_clear(sfVertexArray* vertexArray)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sfVertexArray_copy
sfVertexArray* sfVertexArray_copy(const(sfVertexArray)* vertexArray)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sfVertexArray_create
sfVertexArray* sfVertexArray_create()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sfVertexArray_destroy
void sfVertexArray_destroy(sfVertexArray* vertexArray)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sfVertexArray_getBounds
sfFloatRect sfVertexArray_getBounds(sfVertexArray* vertexArray)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sfVertexArray_getPrimitiveType
sfPrimitiveType sfVertexArray_getPrimitiveType(sfVertexArray* vertexArray)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sfVertexArray_getVertex
sfVertex* sfVertexArray_getVertex(sfVertexArray* vertexArray, uint index)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sfVertexArray_getVertex
sfVertex* sfVertexArray_getVertex(sfVertexArray* vertexArray, size_t index)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sfVertexArray_getVertexCount
uint sfVertexArray_getVertexCount(const(sfVertexArray)* vertexArray)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sfVertexArray_getVertexCount
size_t sfVertexArray_getVertexCount(const(sfVertexArray)* vertexArray)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sfVertexArray_resize
void sfVertexArray_resize(sfVertexArray* vertexArray, uint vertexCount)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sfVertexArray_resize
void sfVertexArray_resize(sfVertexArray* vertexArray, size_t vertexCount)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sfVertexArray_setPrimitiveType
void sfVertexArray_setPrimitiveType(sfVertexArray* vertexArray, sfPrimitiveType type)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sfVertexBuffer_bind
void sfVertexBuffer_bind(const(sfVertexBuffer)* vertexBuffer)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sfVertexBuffer_copy
sfVertexBuffer* sfVertexBuffer_copy(const(sfVertexBuffer)* vertexBuffer)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sfVertexBuffer_create
sfVertexBuffer* sfVertexBuffer_create(uint vertexCount, sfPrimitiveType type, sfVertexBufferUsage usage)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sfVertexBuffer_destroy
void sfVertexBuffer_destroy(sfVertexBuffer* vertexBuffer)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sfVertexBuffer_getNativeHandle
uint sfVertexBuffer_getNativeHandle(sfVertexBuffer* vertexBuffer)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sfVertexBuffer_getPrimitiveType
sfPrimitiveType sfVertexBuffer_getPrimitiveType(const(sfVertexBuffer)* vertexBuffer)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sfVertexBuffer_getUsage
sfVertexBufferUsage sfVertexBuffer_getUsage(const(sfVertexBuffer)* vertexBuffer)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sfVertexBuffer_getVertexCount
uint sfVertexBuffer_getVertexCount(const(sfVertexBuffer)* vertexBuffer)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sfVertexBuffer_isAvailable
sfBool sfVertexBuffer_isAvailable()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sfVertexBuffer_setPrimitiveType
void sfVertexBuffer_setPrimitiveType(sfVertexBuffer* vertexBuffer, sfPrimitiveType type)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sfVertexBuffer_setUsage
void sfVertexBuffer_setUsage(sfVertexBuffer* vertexBuffer, sfVertexBufferUsage usage)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sfVertexBuffer_swap
void sfVertexBuffer_swap(sfVertexBuffer* left, sfVertexBuffer* right)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sfVertexBuffer_update
sfBool sfVertexBuffer_update(sfVertexBuffer* vertexBuffer, const(sfVertex)* vertices, uint vertexCount, uint offset)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sfVertexBuffer_updateFromVertexBuffer
sfBool sfVertexBuffer_updateFromVertexBuffer(sfVertexBuffer* vertexBuffer, const(sfVertexBuffer)* other)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sfView_copy
sfView* sfView_copy(const(sfView)* view)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sfView_create
sfView* sfView_create()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sfView_createFromRect
sfView* sfView_createFromRect(sfFloatRect rectangle)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sfView_destroy
void sfView_destroy(sfView* view)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sfView_getCenter
sfVector2f sfView_getCenter(const(sfView)* view)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sfView_getRotation
float sfView_getRotation(const(sfView)* view)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sfView_getSize
sfVector2f sfView_getSize(const(sfView)* view)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sfView_getViewport
sfFloatRect sfView_getViewport(const(sfView)* view)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sfView_move
void sfView_move(sfView* view, sfVector2f offset)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sfView_reset
void sfView_reset(sfView* view, sfFloatRect rectangle)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sfView_rotate
void sfView_rotate(sfView* view, float angle)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sfView_setCenter
void sfView_setCenter(sfView* view, sfVector2f center)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sfView_setRotation
void sfView_setRotation(sfView* view, float angle)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sfView_setSize
void sfView_setSize(sfView* view, sfVector2f size)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sfView_setViewport
void sfView_setViewport(sfView* view, sfFloatRect viewport)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sfView_zoom
void sfView_zoom(sfView* view, float factor)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Static variables

sfCircleShape_copy
psfCircleShape_copy sfCircleShape_copy;
Undocumented in source.
sfCircleShape_create
psfCircleShape_create sfCircleShape_create;
Undocumented in source.
sfCircleShape_destroy
psfCircleShape_destroy sfCircleShape_destroy;
Undocumented in source.
sfCircleShape_getFillColor
psfCircleShape_getFillColor sfCircleShape_getFillColor;
Undocumented in source.
sfCircleShape_getGlobalBounds
psfCircleShape_getGlobalBounds sfCircleShape_getGlobalBounds;
Undocumented in source.
sfCircleShape_getInverseTransform
psfCircleShape_getInverseTransform sfCircleShape_getInverseTransform;
Undocumented in source.
sfCircleShape_getLocalBounds
psfCircleShape_getLocalBounds sfCircleShape_getLocalBounds;
Undocumented in source.
sfCircleShape_getOrigin
psfCircleShape_getOrigin sfCircleShape_getOrigin;
Undocumented in source.
sfCircleShape_getOutlineColor
psfCircleShape_getOutlineColor sfCircleShape_getOutlineColor;
Undocumented in source.
sfCircleShape_getOutlineThickness
psfCircleShape_getOutlineThickness sfCircleShape_getOutlineThickness;
Undocumented in source.
sfCircleShape_getPoint
psfCircleShape_getPoint sfCircleShape_getPoint;
Undocumented in source.
sfCircleShape_getPointCount
psfCircleShape_getPointCount sfCircleShape_getPointCount;
Undocumented in source.
sfCircleShape_getPosition
psfCircleShape_getPosition sfCircleShape_getPosition;
Undocumented in source.
sfCircleShape_getRadius
psfCircleShape_getRadius sfCircleShape_getRadius;
Undocumented in source.
sfCircleShape_getRotation
psfCircleShape_getRotation sfCircleShape_getRotation;
Undocumented in source.
sfCircleShape_getScale
psfCircleShape_getScale sfCircleShape_getScale;
Undocumented in source.
sfCircleShape_getTexture
psfCircleShape_getTexture sfCircleShape_getTexture;
Undocumented in source.
sfCircleShape_getTextureRect
psfCircleShape_getTextureRect sfCircleShape_getTextureRect;
Undocumented in source.
sfCircleShape_getTransform
psfCircleShape_getTransform sfCircleShape_getTransform;
Undocumented in source.
sfCircleShape_move
psfCircleShape_move sfCircleShape_move;
Undocumented in source.
sfCircleShape_rotate
psfCircleShape_rotate sfCircleShape_rotate;
Undocumented in source.
sfCircleShape_scale
psfCircleShape_scale sfCircleShape_scale;
Undocumented in source.
sfCircleShape_setFillColor
psfCircleShape_setFillColor sfCircleShape_setFillColor;
Undocumented in source.
sfCircleShape_setOrigin
psfCircleShape_setOrigin sfCircleShape_setOrigin;
Undocumented in source.
sfCircleShape_setOutlineColor
psfCircleShape_setOutlineColor sfCircleShape_setOutlineColor;
Undocumented in source.
sfCircleShape_setOutlineThickness
psfCircleShape_setOutlineThickness sfCircleShape_setOutlineThickness;
Undocumented in source.
sfCircleShape_setPointCount
psfCircleShape_setPointCount sfCircleShape_setPointCount;
Undocumented in source.
sfCircleShape_setPosition
psfCircleShape_setPosition sfCircleShape_setPosition;
Undocumented in source.
sfCircleShape_setRadius
psfCircleShape_setRadius sfCircleShape_setRadius;
Undocumented in source.
sfCircleShape_setRotation
psfCircleShape_setRotation sfCircleShape_setRotation;
Undocumented in source.
sfCircleShape_setScale
psfCircleShape_setScale sfCircleShape_setScale;
Undocumented in source.
sfCircleShape_setTexture
psfCircleShape_setTexture sfCircleShape_setTexture;
Undocumented in source.
sfCircleShape_setTextureRect
psfCircleShape_setTextureRect sfCircleShape_setTextureRect;
Undocumented in source.
sfColor_add
psfColor_add sfColor_add;
Undocumented in source.
sfColor_fromInteger
psfColor_fromInteger sfColor_fromInteger;
Undocumented in source.
sfColor_fromRGB
psfColor_fromRGB sfColor_fromRGB;
Undocumented in source.
sfColor_fromRGBA
psfColor_fromRGBA sfColor_fromRGBA;
Undocumented in source.
sfColor_modulate
psfColor_modulate sfColor_modulate;
Undocumented in source.
sfColor_subtract
psfColor_subtract sfColor_subtract;
Undocumented in source.
sfColor_toInteger
psfColor_toInteger sfColor_toInteger;
Undocumented in source.
sfConvexShape_copy
psfConvexShape_copy sfConvexShape_copy;
Undocumented in source.
sfConvexShape_create
psfConvexShape_create sfConvexShape_create;
Undocumented in source.
sfConvexShape_destroy
psfConvexShape_destroy sfConvexShape_destroy;
Undocumented in source.
sfConvexShape_getFillColor
psfConvexShape_getFillColor sfConvexShape_getFillColor;
Undocumented in source.
sfConvexShape_getGlobalBounds
psfConvexShape_getGlobalBounds sfConvexShape_getGlobalBounds;
Undocumented in source.
sfConvexShape_getInverseTransform
psfConvexShape_getInverseTransform sfConvexShape_getInverseTransform;
Undocumented in source.
sfConvexShape_getLocalBounds
psfConvexShape_getLocalBounds sfConvexShape_getLocalBounds;
Undocumented in source.
sfConvexShape_getOrigin
psfConvexShape_getOrigin sfConvexShape_getOrigin;
Undocumented in source.
sfConvexShape_getOutlineColor
psfConvexShape_getOutlineColor sfConvexShape_getOutlineColor;
Undocumented in source.
sfConvexShape_getOutlineThickness
psfConvexShape_getOutlineThickness sfConvexShape_getOutlineThickness;
Undocumented in source.
sfConvexShape_getPoint
psfConvexShape_getPoint sfConvexShape_getPoint;
Undocumented in source.
sfConvexShape_getPointCount
psfConvexShape_getPointCount sfConvexShape_getPointCount;
Undocumented in source.
sfConvexShape_getPosition
psfConvexShape_getPosition sfConvexShape_getPosition;
Undocumented in source.
sfConvexShape_getRotation
psfConvexShape_getRotation sfConvexShape_getRotation;
Undocumented in source.
sfConvexShape_getScale
psfConvexShape_getScale sfConvexShape_getScale;
Undocumented in source.
sfConvexShape_getTexture
psfConvexShape_getTexture sfConvexShape_getTexture;
Undocumented in source.
sfConvexShape_getTextureRect
psfConvexShape_getTextureRect sfConvexShape_getTextureRect;
Undocumented in source.
sfConvexShape_getTransform
psfConvexShape_getTransform sfConvexShape_getTransform;
Undocumented in source.
sfConvexShape_move
psfConvexShape_move sfConvexShape_move;
Undocumented in source.
sfConvexShape_rotate
psfConvexShape_rotate sfConvexShape_rotate;
Undocumented in source.
sfConvexShape_scale
psfConvexShape_scale sfConvexShape_scale;
Undocumented in source.
sfConvexShape_setFillColor
psfConvexShape_setFillColor sfConvexShape_setFillColor;
Undocumented in source.
sfConvexShape_setOrigin
psfConvexShape_setOrigin sfConvexShape_setOrigin;
Undocumented in source.
sfConvexShape_setOutlineColor
psfConvexShape_setOutlineColor sfConvexShape_setOutlineColor;
Undocumented in source.
sfConvexShape_setOutlineThickness
psfConvexShape_setOutlineThickness sfConvexShape_setOutlineThickness;
Undocumented in source.
sfConvexShape_setPoint
psfConvexShape_setPoint sfConvexShape_setPoint;
Undocumented in source.
sfConvexShape_setPointCount
psfConvexShape_setPointCount sfConvexShape_setPointCount;
Undocumented in source.
sfConvexShape_setPosition
psfConvexShape_setPosition sfConvexShape_setPosition;
Undocumented in source.
sfConvexShape_setRotation
psfConvexShape_setRotation sfConvexShape_setRotation;
Undocumented in source.
sfConvexShape_setScale
psfConvexShape_setScale sfConvexShape_setScale;
Undocumented in source.
sfConvexShape_setTexture
psfConvexShape_setTexture sfConvexShape_setTexture;
Undocumented in source.
sfConvexShape_setTextureRect
psfConvexShape_setTextureRect sfConvexShape_setTextureRect;
Undocumented in source.
sfFloatRect_contains
psfFloatRect_contains sfFloatRect_contains;
Undocumented in source.
sfFloatRect_intersects
psfFloatRect_intersects sfFloatRect_intersects;
Undocumented in source.
sfFont_copy
psfFont_copy sfFont_copy;
Undocumented in source.
sfFont_createFromFile
psfFont_createFromFile sfFont_createFromFile;
Undocumented in source.
sfFont_createFromMemory
psfFont_createFromMemory sfFont_createFromMemory;
Undocumented in source.
sfFont_createFromStream
psfFont_createFromStream sfFont_createFromStream;
Undocumented in source.
sfFont_destroy
psfFont_destroy sfFont_destroy;
Undocumented in source.
sfFont_getGlyph
psfFont_getGlyph sfFont_getGlyph;
Undocumented in source.
sfFont_getInfo
psfFont_getInfo sfFont_getInfo;
Undocumented in source.
sfFont_getKerning
psfFont_getKerning sfFont_getKerning;
Undocumented in source.
sfFont_getLineSpacing
psfFont_getLineSpacing sfFont_getLineSpacing;
Undocumented in source.
sfFont_getTexture
psfFont_getTexture sfFont_getTexture;
Undocumented in source.
sfFont_getUnderlinePosition
psfFont_getUnderlinePosition sfFont_getUnderlinePosition;
Undocumented in source.
sfFont_getUnderlineThickness
psfFont_getUnderlineThickness sfFont_getUnderlineThickness;
Undocumented in source.
sfImage_copy
psfImage_copy sfImage_copy;
Undocumented in source.
sfImage_copyImage
psfImage_copyImage sfImage_copyImage;
Undocumented in source.
sfImage_create
psfImage_create sfImage_create;
Undocumented in source.
sfImage_createFromColor
psfImage_createFromColor sfImage_createFromColor;
Undocumented in source.
sfImage_createFromFile
psfImage_createFromFile sfImage_createFromFile;
Undocumented in source.
sfImage_createFromMemory
psfImage_createFromMemory sfImage_createFromMemory;
Undocumented in source.
sfImage_createFromPixels
psfImage_createFromPixels sfImage_createFromPixels;
Undocumented in source.
sfImage_createFromStream
psfImage_createFromStream sfImage_createFromStream;
Undocumented in source.
sfImage_createMaskFromColor
psfImage_createMaskFromColor sfImage_createMaskFromColor;
Undocumented in source.
sfImage_destroy
psfImage_destroy sfImage_destroy;
Undocumented in source.
sfImage_flipHorizontally
psfImage_flipHorizontally sfImage_flipHorizontally;
Undocumented in source.
sfImage_flipVertically
psfImage_flipVertically sfImage_flipVertically;
Undocumented in source.
sfImage_getPixel
psfImage_getPixel sfImage_getPixel;
Undocumented in source.
sfImage_getPixelsPtr
psfImage_getPixelsPtr sfImage_getPixelsPtr;
Undocumented in source.
sfImage_getSize
psfImage_getSize sfImage_getSize;
Undocumented in source.
sfImage_saveToFile
psfImage_saveToFile sfImage_saveToFile;
Undocumented in source.
sfImage_setPixel
psfImage_setPixel sfImage_setPixel;
Undocumented in source.
sfIntRect_contains
psfIntRect_contains sfIntRect_contains;
Undocumented in source.
sfIntRect_intersects
psfIntRect_intersects sfIntRect_intersects;
Undocumented in source.
sfMouse_getPositionRenderWindow
psfMouse_getPositionRenderWindow sfMouse_getPositionRenderWindow;
Undocumented in source.
sfMouse_setPositionRenderWindow
psfMouse_setPositionRenderWindow sfMouse_setPositionRenderWindow;
Undocumented in source.
sfRectangleShape_copy
psfRectangleShape_copy sfRectangleShape_copy;
Undocumented in source.
sfRectangleShape_create
psfRectangleShape_create sfRectangleShape_create;
Undocumented in source.
sfRectangleShape_destroy
psfRectangleShape_destroy sfRectangleShape_destroy;
Undocumented in source.
sfRectangleShape_getFillColor
psfRectangleShape_getFillColor sfRectangleShape_getFillColor;
Undocumented in source.
sfRectangleShape_getGlobalBounds
psfRectangleShape_getGlobalBounds sfRectangleShape_getGlobalBounds;
Undocumented in source.
sfRectangleShape_getInverseTransform
psfRectangleShape_getInverseTransform sfRectangleShape_getInverseTransform;
Undocumented in source.
sfRectangleShape_getLocalBounds
psfRectangleShape_getLocalBounds sfRectangleShape_getLocalBounds;
Undocumented in source.
sfRectangleShape_getOrigin
psfRectangleShape_getOrigin sfRectangleShape_getOrigin;
Undocumented in source.
sfRectangleShape_getOutlineColor
psfRectangleShape_getOutlineColor sfRectangleShape_getOutlineColor;
Undocumented in source.
sfRectangleShape_getOutlineThickness
psfRectangleShape_getOutlineThickness sfRectangleShape_getOutlineThickness;
Undocumented in source.
sfRectangleShape_getPoint
psfRectangleShape_getPoint sfRectangleShape_getPoint;
Undocumented in source.
sfRectangleShape_getPointCount
psfRectangleShape_getPointCount sfRectangleShape_getPointCount;
Undocumented in source.
sfRectangleShape_getPosition
psfRectangleShape_getPosition sfRectangleShape_getPosition;
Undocumented in source.
sfRectangleShape_getRotation
psfRectangleShape_getRotation sfRectangleShape_getRotation;
Undocumented in source.
sfRectangleShape_getScale
psfRectangleShape_getScale sfRectangleShape_getScale;
Undocumented in source.
sfRectangleShape_getSize
psfRectangleShape_getSize sfRectangleShape_getSize;
Undocumented in source.
sfRectangleShape_getTexture
psfRectangleShape_getTexture sfRectangleShape_getTexture;
Undocumented in source.
sfRectangleShape_getTextureRect
psfRectangleShape_getTextureRect sfRectangleShape_getTextureRect;
Undocumented in source.
sfRectangleShape_getTransform
psfRectangleShape_getTransform sfRectangleShape_getTransform;
Undocumented in source.
sfRectangleShape_move
psfRectangleShape_move sfRectangleShape_move;
Undocumented in source.
sfRectangleShape_rotate
psfRectangleShape_rotate sfRectangleShape_rotate;
Undocumented in source.
sfRectangleShape_scale
psfRectangleShape_scale sfRectangleShape_scale;
Undocumented in source.
sfRectangleShape_setFillColor
psfRectangleShape_setFillColor sfRectangleShape_setFillColor;
Undocumented in source.
sfRectangleShape_setOrigin
psfRectangleShape_setOrigin sfRectangleShape_setOrigin;
Undocumented in source.
sfRectangleShape_setOutlineColor
psfRectangleShape_setOutlineColor sfRectangleShape_setOutlineColor;
Undocumented in source.
sfRectangleShape_setOutlineThickness
psfRectangleShape_setOutlineThickness sfRectangleShape_setOutlineThickness;
Undocumented in source.
sfRectangleShape_setPosition
psfRectangleShape_setPosition sfRectangleShape_setPosition;
Undocumented in source.
sfRectangleShape_setRotation
psfRectangleShape_setRotation sfRectangleShape_setRotation;
Undocumented in source.
sfRectangleShape_setScale
psfRectangleShape_setScale sfRectangleShape_setScale;
Undocumented in source.
sfRectangleShape_setSize
psfRectangleShape_setSize sfRectangleShape_setSize;
Undocumented in source.
sfRectangleShape_setTexture
psfRectangleShape_setTexture sfRectangleShape_setTexture;
Undocumented in source.
sfRectangleShape_setTextureRect
psfRectangleShape_setTextureRect sfRectangleShape_setTextureRect;
Undocumented in source.
sfRenderTexture_clear
psfRenderTexture_clear sfRenderTexture_clear;
Undocumented in source.
sfRenderTexture_create
psfRenderTexture_create sfRenderTexture_create;
Undocumented in source.
sfRenderTexture_createWithSettings
psfRenderTexture_createWithSettings sfRenderTexture_createWithSettings;
Undocumented in source.
sfRenderTexture_destroy
psfRenderTexture_destroy sfRenderTexture_destroy;
Undocumented in source.
sfRenderTexture_display
psfRenderTexture_display sfRenderTexture_display;
Undocumented in source.
sfRenderTexture_drawCircleShape
psfRenderTexture_drawCircleShape sfRenderTexture_drawCircleShape;
Undocumented in source.
sfRenderTexture_drawConvexShape
psfRenderTexture_drawConvexShape sfRenderTexture_drawConvexShape;
Undocumented in source.
sfRenderTexture_drawPrimitives
psfRenderTexture_drawPrimitives sfRenderTexture_drawPrimitives;
Undocumented in source.
sfRenderTexture_drawRectangleShape
psfRenderTexture_drawRectangleShape sfRenderTexture_drawRectangleShape;
Undocumented in source.
sfRenderTexture_drawShape
psfRenderTexture_drawShape sfRenderTexture_drawShape;
Undocumented in source.
sfRenderTexture_drawSprite
psfRenderTexture_drawSprite sfRenderTexture_drawSprite;
Undocumented in source.
sfRenderTexture_drawText
psfRenderTexture_drawText sfRenderTexture_drawText;
Undocumented in source.
sfRenderTexture_drawVertexArray
psfRenderTexture_drawVertexArray sfRenderTexture_drawVertexArray;
Undocumented in source.
sfRenderTexture_drawVertexBuffer
psfRenderTexture_drawVertexBuffer sfRenderTexture_drawVertexBuffer;
Undocumented in source.
sfRenderTexture_generateMipmap
psfRenderTexture_generateMipmap sfRenderTexture_generateMipmap;
Undocumented in source.
sfRenderTexture_getDefaultView
psfRenderTexture_getDefaultView sfRenderTexture_getDefaultView;
Undocumented in source.
sfRenderTexture_getMaximumAntialiasingLevel
psfRenderTexture_getMaximumAntialiasingLevel sfRenderTexture_getMaximumAntialiasingLevel;
Undocumented in source.
sfRenderTexture_getSize
psfRenderTexture_getSize sfRenderTexture_getSize;
Undocumented in source.
sfRenderTexture_getTexture
psfRenderTexture_getTexture sfRenderTexture_getTexture;
Undocumented in source.
sfRenderTexture_getView
psfRenderTexture_getView sfRenderTexture_getView;
Undocumented in source.
sfRenderTexture_getViewport
psfRenderTexture_getViewport sfRenderTexture_getViewport;
Undocumented in source.
sfRenderTexture_isSmooth
psfRenderTexture_isSmooth sfRenderTexture_isSmooth;
Undocumented in source.
sfRenderTexture_mapCoordsToPixel
psfRenderTexture_mapCoordsToPixel sfRenderTexture_mapCoordsToPixel;
Undocumented in source.
sfRenderTexture_mapPixelToCoords
psfRenderTexture_mapPixelToCoords sfRenderTexture_mapPixelToCoords;
Undocumented in source.
sfRenderTexture_popGLStates
psfRenderTexture_popGLStates sfRenderTexture_popGLStates;
Undocumented in source.
sfRenderTexture_pushGLStates
psfRenderTexture_pushGLStates sfRenderTexture_pushGLStates;
Undocumented in source.
sfRenderTexture_resetGLStates
psfRenderTexture_resetGLStates sfRenderTexture_resetGLStates;
Undocumented in source.
sfRenderTexture_setActive
psfRenderTexture_setActive sfRenderTexture_setActive;
Undocumented in source.
sfRenderTexture_setSmooth
psfRenderTexture_setSmooth sfRenderTexture_setSmooth;
Undocumented in source.
sfRenderTexture_setView
psfRenderTexture_setView sfRenderTexture_setView;
Undocumented in source.
sfRenderWindow_capture
psfRenderWindow_capture sfRenderWindow_capture;
Undocumented in source.
sfRenderWindow_clear
psfRenderWindow_clear sfRenderWindow_clear;
Undocumented in source.
sfRenderWindow_close
psfRenderWindow_close sfRenderWindow_close;
Undocumented in source.
sfRenderWindow_create
psfRenderWindow_create sfRenderWindow_create;
Undocumented in source.
sfRenderWindow_createFromHandle
psfRenderWindow_createFromHandle sfRenderWindow_createFromHandle;
Undocumented in source.
sfRenderWindow_createUnicode
psfRenderWindow_createUnicode sfRenderWindow_createUnicode;
Undocumented in source.
sfRenderWindow_destroy
psfRenderWindow_destroy sfRenderWindow_destroy;
Undocumented in source.
sfRenderWindow_display
psfRenderWindow_display sfRenderWindow_display;
Undocumented in source.
sfRenderWindow_drawCircleShape
psfRenderWindow_drawCircleShape sfRenderWindow_drawCircleShape;
Undocumented in source.
sfRenderWindow_drawConvexShape
psfRenderWindow_drawConvexShape sfRenderWindow_drawConvexShape;
Undocumented in source.
sfRenderWindow_drawPrimitives
psfRenderWindow_drawPrimitives sfRenderWindow_drawPrimitives;
Undocumented in source.
sfRenderWindow_drawRectangleShape
psfRenderWindow_drawRectangleShape sfRenderWindow_drawRectangleShape;
Undocumented in source.
sfRenderWindow_drawShape
psfRenderWindow_drawShape sfRenderWindow_drawShape;
Undocumented in source.
sfRenderWindow_drawSprite
psfRenderWindow_drawSprite sfRenderWindow_drawSprite;
Undocumented in source.
sfRenderWindow_drawText
psfRenderWindow_drawText sfRenderWindow_drawText;
Undocumented in source.
sfRenderWindow_drawVertexArray
psfRenderWindow_drawVertexArray sfRenderWindow_drawVertexArray;
Undocumented in source.
sfRenderWindow_drawVertexBuffer
psfRenderWindow_drawVertexBuffer sfRenderWindow_drawVertexBuffer;
Undocumented in source.
sfRenderWindow_getDefaultView
psfRenderWindow_getDefaultView sfRenderWindow_getDefaultView;
Undocumented in source.
sfRenderWindow_getPosition
psfRenderWindow_getPosition sfRenderWindow_getPosition;
Undocumented in source.
sfRenderWindow_getSettings
psfRenderWindow_getSettings sfRenderWindow_getSettings;
Undocumented in source.
sfRenderWindow_getSize
psfRenderWindow_getSize sfRenderWindow_getSize;
Undocumented in source.
sfRenderWindow_getSystemHandle
psfRenderWindow_getSystemHandle sfRenderWindow_getSystemHandle;
Undocumented in source.
sfRenderWindow_getView
psfRenderWindow_getView sfRenderWindow_getView;
Undocumented in source.
sfRenderWindow_getViewport
psfRenderWindow_getViewport sfRenderWindow_getViewport;
Undocumented in source.
sfRenderWindow_hasFocus
psfRenderWindow_hasFocus sfRenderWindow_hasFocus;
Undocumented in source.
sfRenderWindow_isOpen
psfRenderWindow_isOpen sfRenderWindow_isOpen;
Undocumented in source.
sfRenderWindow_mapCoordsToPixel
psfRenderWindow_mapCoordsToPixel sfRenderWindow_mapCoordsToPixel;
Undocumented in source.
sfRenderWindow_mapPixelToCoords
psfRenderWindow_mapPixelToCoords sfRenderWindow_mapPixelToCoords;
Undocumented in source.
sfRenderWindow_pollEvent
psfRenderWindow_pollEvent sfRenderWindow_pollEvent;
Undocumented in source.
sfRenderWindow_popGLStates
psfRenderWindow_popGLStates sfRenderWindow_popGLStates;
Undocumented in source.
sfRenderWindow_pushGLStates
psfRenderWindow_pushGLStates sfRenderWindow_pushGLStates;
Undocumented in source.
sfRenderWindow_requestFocus
psfRenderWindow_requestFocus sfRenderWindow_requestFocus;
Undocumented in source.
sfRenderWindow_resetGLStates
psfRenderWindow_resetGLStates sfRenderWindow_resetGLStates;
Undocumented in source.
sfRenderWindow_setActive
psfRenderWindow_setActive sfRenderWindow_setActive;
Undocumented in source.
sfRenderWindow_setFramerateLimit
psfRenderWindow_setFramerateLimit sfRenderWindow_setFramerateLimit;
Undocumented in source.
sfRenderWindow_setIcon
psfRenderWindow_setIcon sfRenderWindow_setIcon;
Undocumented in source.
sfRenderWindow_setJoystickThreshold
psfRenderWindow_setJoystickThreshold sfRenderWindow_setJoystickThreshold;
Undocumented in source.
sfRenderWindow_setKeyRepeatEnabled
psfRenderWindow_setKeyRepeatEnabled sfRenderWindow_setKeyRepeatEnabled;
Undocumented in source.
sfRenderWindow_setMouseCursor
psfRenderWindow_setMouseCursor sfRenderWindow_setMouseCursor;
Undocumented in source.
sfRenderWindow_setMouseCursorGrabbed
psfRenderWindow_setMouseCursorGrabbed sfRenderWindow_setMouseCursorGrabbed;
Undocumented in source.
sfRenderWindow_setMouseCursorVisible
psfRenderWindow_setMouseCursorVisible sfRenderWindow_setMouseCursorVisible;
Undocumented in source.
sfRenderWindow_setPosition
psfRenderWindow_setPosition sfRenderWindow_setPosition;
Undocumented in source.
sfRenderWindow_setSize
psfRenderWindow_setSize sfRenderWindow_setSize;
Undocumented in source.
sfRenderWindow_setTitle
psfRenderWindow_setTitle sfRenderWindow_setTitle;
Undocumented in source.
sfRenderWindow_setUnicodeTitle
psfRenderWindow_setUnicodeTitle sfRenderWindow_setUnicodeTitle;
Undocumented in source.
sfRenderWindow_setVerticalSyncEnabled
psfRenderWindow_setVerticalSyncEnabled sfRenderWindow_setVerticalSyncEnabled;
Undocumented in source.
sfRenderWindow_setView
psfRenderWindow_setView sfRenderWindow_setView;
Undocumented in source.
sfRenderWindow_setVisible
psfRenderWindow_setVisible sfRenderWindow_setVisible;
Undocumented in source.
sfRenderWindow_waitEvent
psfRenderWindow_waitEvent sfRenderWindow_waitEvent;
Undocumented in source.
sfShader_bind
psfShader_bind sfShader_bind;
Undocumented in source.
sfShader_createFromFile
psfShader_createFromFile sfShader_createFromFile;
Undocumented in source.
sfShader_createFromMemory
psfShader_createFromMemory sfShader_createFromMemory;
Undocumented in source.
sfShader_createFromStream
psfShader_createFromStream sfShader_createFromStream;
Undocumented in source.
sfShader_destroy
psfShader_destroy sfShader_destroy;
Undocumented in source.
sfShader_getNativeHandle
psfShader_getNativeHandle sfShader_getNativeHandle;
Undocumented in source.
sfShader_isAvailable
psfShader_isAvailable sfShader_isAvailable;
Undocumented in source.
sfShader_isGeometryAvailable
psfShader_isGeometryAvailable sfShader_isGeometryAvailable;
Undocumented in source.
sfShader_setBoolUniform
psfShader_setBoolUniform sfShader_setBoolUniform;
Undocumented in source.
sfShader_setBvec2Uniform
psfShader_setBvec2Uniform sfShader_setBvec2Uniform;
Undocumented in source.
sfShader_setBvec3Uniform
psfShader_setBvec3Uniform sfShader_setBvec3Uniform;
Undocumented in source.
sfShader_setBvec4Uniform
psfShader_setBvec4Uniform sfShader_setBvec4Uniform;
Undocumented in source.
sfShader_setColorParameter
psfShader_setColorParameter sfShader_setColorParameter;
Undocumented in source.
sfShader_setColorUniform
psfShader_setColorUniform sfShader_setColorUniform;
Undocumented in source.
sfShader_setCurrentTextureParameter
psfShader_setCurrentTextureParameter sfShader_setCurrentTextureParameter;
Undocumented in source.
sfShader_setCurrentTextureUniform
psfShader_setCurrentTextureUniform sfShader_setCurrentTextureUniform;
Undocumented in source.
sfShader_setFloat2Parameter
psfShader_setFloat2Parameter sfShader_setFloat2Parameter;
Undocumented in source.
sfShader_setFloat3Parameter
psfShader_setFloat3Parameter sfShader_setFloat3Parameter;
Undocumented in source.
sfShader_setFloat4Parameter
psfShader_setFloat4Parameter sfShader_setFloat4Parameter;
Undocumented in source.
sfShader_setFloatParameter
psfShader_setFloatParameter sfShader_setFloatParameter;
Undocumented in source.
sfShader_setFloatUniform
psfShader_setFloatUniform sfShader_setFloatUniform;
Undocumented in source.
sfShader_setFloatUniformArray
psfShader_setFloatUniformArray sfShader_setFloatUniformArray;
Undocumented in source.
sfShader_setIntColorUniform
psfShader_setIntColorUniform sfShader_setIntColorUniform;
Undocumented in source.
sfShader_setIntUniform
psfShader_setIntUniform sfShader_setIntUniform;
Undocumented in source.
sfShader_setIvec2Uniform
psfShader_setIvec2Uniform sfShader_setIvec2Uniform;
Undocumented in source.
sfShader_setIvec3Uniform
psfShader_setIvec3Uniform sfShader_setIvec3Uniform;
Undocumented in source.
sfShader_setIvec4Uniform
psfShader_setIvec4Uniform sfShader_setIvec4Uniform;
Undocumented in source.
sfShader_setMat3Uniform
psfShader_setMat3Uniform sfShader_setMat3Uniform;
Undocumented in source.
sfShader_setMat3UniformArray
psfShader_setMat3UniformArray sfShader_setMat3UniformArray;
Undocumented in source.
sfShader_setMat4Uniform
psfShader_setMat4Uniform sfShader_setMat4Uniform;
Undocumented in source.
sfShader_setMat4UniformArray
psfShader_setMat4UniformArray sfShader_setMat4UniformArray;
Undocumented in source.
sfShader_setTextureParameter
psfShader_setTextureParameter sfShader_setTextureParameter;
Undocumented in source.
sfShader_setTextureUniform
psfShader_setTextureUniform sfShader_setTextureUniform;
Undocumented in source.
sfShader_setTransformParameter
psfShader_setTransformParameter sfShader_setTransformParameter;
Undocumented in source.
sfShader_setVec2Uniform
psfShader_setVec2Uniform sfShader_setVec2Uniform;
Undocumented in source.
sfShader_setVec2UniformArray
psfShader_setVec2UniformArray sfShader_setVec2UniformArray;
Undocumented in source.
sfShader_setVec3Uniform
psfShader_setVec3Uniform sfShader_setVec3Uniform;
Undocumented in source.
sfShader_setVec3UniformArray
psfShader_setVec3UniformArray sfShader_setVec3UniformArray;
Undocumented in source.
sfShader_setVec4Uniform
psfShader_setVec4Uniform sfShader_setVec4Uniform;
Undocumented in source.
sfShader_setVec4UniformArray
psfShader_setVec4UniformArray sfShader_setVec4UniformArray;
Undocumented in source.
sfShader_setVector2Parameter
psfShader_setVector2Parameter sfShader_setVector2Parameter;
Undocumented in source.
sfShader_setVector3Parameter
psfShader_setVector3Parameter sfShader_setVector3Parameter;
Undocumented in source.
sfShape_create
psfShape_create sfShape_create;
Undocumented in source.
sfShape_destroy
psfShape_destroy sfShape_destroy;
Undocumented in source.
sfShape_getFillColor
psfShape_getFillColor sfShape_getFillColor;
Undocumented in source.
sfShape_getGlobalBounds
psfShape_getGlobalBounds sfShape_getGlobalBounds;
Undocumented in source.
sfShape_getInverseTransform
psfShape_getInverseTransform sfShape_getInverseTransform;
Undocumented in source.
sfShape_getLocalBounds
psfShape_getLocalBounds sfShape_getLocalBounds;
Undocumented in source.
sfShape_getOrigin
psfShape_getOrigin sfShape_getOrigin;
Undocumented in source.
sfShape_getOutlineColor
psfShape_getOutlineColor sfShape_getOutlineColor;
Undocumented in source.
sfShape_getOutlineThickness
psfShape_getOutlineThickness sfShape_getOutlineThickness;
Undocumented in source.
sfShape_getPoint
psfShape_getPoint sfShape_getPoint;
Undocumented in source.
sfShape_getPointCount
psfShape_getPointCount sfShape_getPointCount;
Undocumented in source.
sfShape_getPosition
psfShape_getPosition sfShape_getPosition;
Undocumented in source.
sfShape_getRotation
psfShape_getRotation sfShape_getRotation;
Undocumented in source.
sfShape_getScale
psfShape_getScale sfShape_getScale;
Undocumented in source.
sfShape_getTexture
psfShape_getTexture sfShape_getTexture;
Undocumented in source.
sfShape_getTextureRect
psfShape_getTextureRect sfShape_getTextureRect;
Undocumented in source.
sfShape_getTransform
psfShape_getTransform sfShape_getTransform;
Undocumented in source.
sfShape_move
psfShape_move sfShape_move;
Undocumented in source.
sfShape_rotate
psfShape_rotate sfShape_rotate;
Undocumented in source.
sfShape_scale
psfShape_scale sfShape_scale;
Undocumented in source.
sfShape_setFillColor
psfShape_setFillColor sfShape_setFillColor;
Undocumented in source.
sfShape_setOrigin
psfShape_setOrigin sfShape_setOrigin;
Undocumented in source.
sfShape_setOutlineColor
psfShape_setOutlineColor sfShape_setOutlineColor;
Undocumented in source.
sfShape_setOutlineThickness
psfShape_setOutlineThickness sfShape_setOutlineThickness;
Undocumented in source.
sfShape_setPosition
psfShape_setPosition sfShape_setPosition;
Undocumented in source.
sfShape_setRotation
psfShape_setRotation sfShape_setRotation;
Undocumented in source.
sfShape_setScale
psfShape_setScale sfShape_setScale;
Undocumented in source.
sfShape_setTexture
psfShape_setTexture sfShape_setTexture;
Undocumented in source.
sfShape_setTextureRect
psfShape_setTextureRect sfShape_setTextureRect;
Undocumented in source.
sfShape_update
psfShape_update sfShape_update;
Undocumented in source.
sfSprite_copy
psfSprite_copy sfSprite_copy;
Undocumented in source.
sfSprite_create
psfSprite_create sfSprite_create;
Undocumented in source.
sfSprite_destroy
psfSprite_destroy sfSprite_destroy;
Undocumented in source.
sfSprite_getColor
psfSprite_getColor sfSprite_getColor;
Undocumented in source.
sfSprite_getGlobalBounds
psfSprite_getGlobalBounds sfSprite_getGlobalBounds;
Undocumented in source.
sfSprite_getInverseTransform
psfSprite_getInverseTransform sfSprite_getInverseTransform;
Undocumented in source.
sfSprite_getLocalBounds
psfSprite_getLocalBounds sfSprite_getLocalBounds;
Undocumented in source.
sfSprite_getOrigin
psfSprite_getOrigin sfSprite_getOrigin;
Undocumented in source.
sfSprite_getPosition
psfSprite_getPosition sfSprite_getPosition;
Undocumented in source.
sfSprite_getRotation
psfSprite_getRotation sfSprite_getRotation;
Undocumented in source.
sfSprite_getScale
psfSprite_getScale sfSprite_getScale;
Undocumented in source.
sfSprite_getTexture
psfSprite_getTexture sfSprite_getTexture;
Undocumented in source.
sfSprite_getTextureRect
psfSprite_getTextureRect sfSprite_getTextureRect;
Undocumented in source.
sfSprite_getTransform
psfSprite_getTransform sfSprite_getTransform;
Undocumented in source.
sfSprite_move
psfSprite_move sfSprite_move;
Undocumented in source.
sfSprite_rotate
psfSprite_rotate sfSprite_rotate;
Undocumented in source.
sfSprite_scale
psfSprite_scale sfSprite_scale;
Undocumented in source.
sfSprite_setColor
psfSprite_setColor sfSprite_setColor;
Undocumented in source.
sfSprite_setOrigin
psfSprite_setOrigin sfSprite_setOrigin;
Undocumented in source.
sfSprite_setPosition
psfSprite_setPosition sfSprite_setPosition;
Undocumented in source.
sfSprite_setRotation
psfSprite_setRotation sfSprite_setRotation;
Undocumented in source.
sfSprite_setScale
psfSprite_setScale sfSprite_setScale;
Undocumented in source.
sfSprite_setTexture
psfSprite_setTexture sfSprite_setTexture;
Undocumented in source.
sfSprite_setTextureRect
psfSprite_setTextureRect sfSprite_setTextureRect;
Undocumented in source.
sfText_copy
psfText_copy sfText_copy;
Undocumented in source.
sfText_create
psfText_create sfText_create;
Undocumented in source.
sfText_destroy
psfText_destroy sfText_destroy;
Undocumented in source.
sfText_findCharacterPos
psfText_findCharacterPos sfText_findCharacterPos;
Undocumented in source.
sfText_getCharacterSize
psfText_getCharacterSize sfText_getCharacterSize;
Undocumented in source.
sfText_getColor
psfText_getColor sfText_getColor;
Undocumented in source.
sfText_getFillColor
psfText_getFillColor sfText_getFillColor;
Undocumented in source.
sfText_getFont
psfText_getFont sfText_getFont;
Undocumented in source.
sfText_getGlobalBounds
psfText_getGlobalBounds sfText_getGlobalBounds;
Undocumented in source.
sfText_getInverseTransform
psfText_getInverseTransform sfText_getInverseTransform;
Undocumented in source.
sfText_getLetterSpacing
psfText_getLetterSpacing sfText_getLetterSpacing;
Undocumented in source.
sfText_getLineSpacing
psfText_getLineSpacing sfText_getLineSpacing;
Undocumented in source.
sfText_getLocalBounds
psfText_getLocalBounds sfText_getLocalBounds;
Undocumented in source.
sfText_getOrigin
psfText_getOrigin sfText_getOrigin;
Undocumented in source.
sfText_getOutlineColor
psfText_getOutlineColor sfText_getOutlineColor;
Undocumented in source.
sfText_getOutlineThickness
psfText_getOutlineThickness sfText_getOutlineThickness;
Undocumented in source.
sfText_getPosition
psfText_getPosition sfText_getPosition;
Undocumented in source.
sfText_getRotation
psfText_getRotation sfText_getRotation;
Undocumented in source.
sfText_getScale
psfText_getScale sfText_getScale;
Undocumented in source.
sfText_getString
psfText_getString sfText_getString;
Undocumented in source.
sfText_getStyle
psfText_getStyle sfText_getStyle;
Undocumented in source.
sfText_getTransform
psfText_getTransform sfText_getTransform;
Undocumented in source.
sfText_getUnicodeString
psfText_getUnicodeString sfText_getUnicodeString;
Undocumented in source.
sfText_move
psfText_move sfText_move;
Undocumented in source.
sfText_rotate
psfText_rotate sfText_rotate;
Undocumented in source.
sfText_scale
psfText_scale sfText_scale;
Undocumented in source.
sfText_setCharacterSize
psfText_setCharacterSize sfText_setCharacterSize;
Undocumented in source.
sfText_setColor
psfText_setColor sfText_setColor;
Undocumented in source.
sfText_setFillColor
psfText_setFillColor sfText_setFillColor;
Undocumented in source.
sfText_setFont
psfText_setFont sfText_setFont;
Undocumented in source.
sfText_setLetterSpacing
psfText_setLetterSpacing sfText_setLetterSpacing;
Undocumented in source.
sfText_setLineSpacing
psfText_setLineSpacing sfText_setLineSpacing;
Undocumented in source.
sfText_setOrigin
psfText_setOrigin sfText_setOrigin;
Undocumented in source.
sfText_setOutlineColor
psfText_setOutlineColor sfText_setOutlineColor;
Undocumented in source.
sfText_setOutlineThickness
psfText_setOutlineThickness sfText_setOutlineThickness;
Undocumented in source.
sfText_setPosition
psfText_setPosition sfText_setPosition;
Undocumented in source.
sfText_setRotation
psfText_setRotation sfText_setRotation;
Undocumented in source.
sfText_setScale
psfText_setScale sfText_setScale;
Undocumented in source.
sfText_setString
psfText_setString sfText_setString;
Undocumented in source.
sfText_setStyle
psfText_setStyle sfText_setStyle;
Undocumented in source.
sfText_setUnicodeString
psfText_setUnicodeString sfText_setUnicodeString;
Undocumented in source.
sfTexture_bind
psfTexture_bind sfTexture_bind;
Undocumented in source.
sfTexture_copy
psfTexture_copy sfTexture_copy;
Undocumented in source.
sfTexture_copyToImage
psfTexture_copyToImage sfTexture_copyToImage;
Undocumented in source.
sfTexture_create
psfTexture_create sfTexture_create;
Undocumented in source.
sfTexture_createFromFile
psfTexture_createFromFile sfTexture_createFromFile;
Undocumented in source.
sfTexture_createFromImage
psfTexture_createFromImage sfTexture_createFromImage;
Undocumented in source.
sfTexture_createFromMemory
psfTexture_createFromMemory sfTexture_createFromMemory;
Undocumented in source.
sfTexture_createFromStream
psfTexture_createFromStream sfTexture_createFromStream;
Undocumented in source.
sfTexture_destroy
psfTexture_destroy sfTexture_destroy;
Undocumented in source.
sfTexture_generateMipmap
psfTexture_generateMipmap sfTexture_generateMipmap;
Undocumented in source.
sfTexture_getMaximumSize
psfTexture_getMaximumSize sfTexture_getMaximumSize;
Undocumented in source.
sfTexture_getNativeHandle
psfTexture_getNativeHandle sfTexture_getNativeHandle;
Undocumented in source.
sfTexture_getSize
psfTexture_getSize sfTexture_getSize;
Undocumented in source.
sfTexture_isRepeated
psfTexture_isRepeated sfTexture_isRepeated;
Undocumented in source.
sfTexture_isSmooth
psfTexture_isSmooth sfTexture_isSmooth;
Undocumented in source.
sfTexture_isSrgb
psfTexture_isSrgb sfTexture_isSrgb;
Undocumented in source.
sfTexture_setRepeated
psfTexture_setRepeated sfTexture_setRepeated;
Undocumented in source.
sfTexture_setSmooth
psfTexture_setSmooth sfTexture_setSmooth;
Undocumented in source.
sfTexture_setSrgb
psfTexture_setSrgb sfTexture_setSrgb;
Undocumented in source.
sfTexture_swap
psfTexture_swap sfTexture_swap;
Undocumented in source.
sfTexture_updateFromImage
psfTexture_updateFromImage sfTexture_updateFromImage;
Undocumented in source.
sfTexture_updateFromPixels
psfTexture_updateFromPixels sfTexture_updateFromPixels;
Undocumented in source.
sfTexture_updateFromRenderWindow
psfTexture_updateFromRenderWindow sfTexture_updateFromRenderWindow;
Undocumented in source.
sfTexture_updateFromTexture
psfTexture_updateFromTexture sfTexture_updateFromTexture;
Undocumented in source.
sfTexture_updateFromWindow
psfTexture_updateFromWindow sfTexture_updateFromWindow;
Undocumented in source.
sfTouch_getPositionRenderWindow
psfTouch_getPositionRenderWindow sfTouch_getPositionRenderWindow;
Undocumented in source.
sfTransform_combine
psfTransform_combine sfTransform_combine;
Undocumented in source.
sfTransform_equal
psfTransform_equal sfTransform_equal;
Undocumented in source.
sfTransform_fromMatrix
psfTransform_fromMatrix sfTransform_fromMatrix;
Undocumented in source.
sfTransform_getInverse
psfTransform_getInverse sfTransform_getInverse;
Undocumented in source.
sfTransform_getMatrix
psfTransform_getMatrix sfTransform_getMatrix;
Undocumented in source.
sfTransform_rotate
psfTransform_rotate sfTransform_rotate;
Undocumented in source.
sfTransform_rotateWithCenter
psfTransform_rotateWithCenter sfTransform_rotateWithCenter;
Undocumented in source.
sfTransform_scale
psfTransform_scale sfTransform_scale;
Undocumented in source.
sfTransform_scaleWithCenter
psfTransform_scaleWithCenter sfTransform_scaleWithCenter;
Undocumented in source.
sfTransform_transformPoint
psfTransform_transformPoint sfTransform_transformPoint;
Undocumented in source.
sfTransform_transformRect
psfTransform_transformRect sfTransform_transformRect;
Undocumented in source.
sfTransform_translate
psfTransform_translate sfTransform_translate;
Undocumented in source.
sfTransformable_copy
psfTransformable_copy sfTransformable_copy;
Undocumented in source.
sfTransformable_create
psfTransformable_create sfTransformable_create;
Undocumented in source.
sfTransformable_destroy
psfTransformable_destroy sfTransformable_destroy;
Undocumented in source.
sfTransformable_getInverseTransform
psfTransformable_getInverseTransform sfTransformable_getInverseTransform;
Undocumented in source.
sfTransformable_getOrigin
psfTransformable_getOrigin sfTransformable_getOrigin;
Undocumented in source.
sfTransformable_getPosition
psfTransformable_getPosition sfTransformable_getPosition;
Undocumented in source.
sfTransformable_getRotation
psfTransformable_getRotation sfTransformable_getRotation;
Undocumented in source.
sfTransformable_getScale
psfTransformable_getScale sfTransformable_getScale;
Undocumented in source.
sfTransformable_getTransform
psfTransformable_getTransform sfTransformable_getTransform;
Undocumented in source.
sfTransformable_move
psfTransformable_move sfTransformable_move;
Undocumented in source.
sfTransformable_rotate
psfTransformable_rotate sfTransformable_rotate;
Undocumented in source.
sfTransformable_scale
psfTransformable_scale sfTransformable_scale;
Undocumented in source.
sfTransformable_setOrigin
psfTransformable_setOrigin sfTransformable_setOrigin;
Undocumented in source.
sfTransformable_setPosition
psfTransformable_setPosition sfTransformable_setPosition;
Undocumented in source.
sfTransformable_setRotation
psfTransformable_setRotation sfTransformable_setRotation;
Undocumented in source.
sfTransformable_setScale
psfTransformable_setScale sfTransformable_setScale;
Undocumented in source.
sfVertexArray_append
psfVertexArray_append sfVertexArray_append;
Undocumented in source.
sfVertexArray_clear
psfVertexArray_clear sfVertexArray_clear;
Undocumented in source.
sfVertexArray_copy
psfVertexArray_copy sfVertexArray_copy;
Undocumented in source.
sfVertexArray_create
psfVertexArray_create sfVertexArray_create;
Undocumented in source.
sfVertexArray_destroy
psfVertexArray_destroy sfVertexArray_destroy;
Undocumented in source.
sfVertexArray_getBounds
psfVertexArray_getBounds sfVertexArray_getBounds;
Undocumented in source.
sfVertexArray_getPrimitiveType
psfVertexArray_getPrimitiveType sfVertexArray_getPrimitiveType;
Undocumented in source.
sfVertexArray_getVertex
psfVertexArray_getVertex sfVertexArray_getVertex;
Undocumented in source.
sfVertexArray_getVertexCount
psfVertexArray_getVertexCount sfVertexArray_getVertexCount;
Undocumented in source.
sfVertexArray_resize
psfVertexArray_resize sfVertexArray_resize;
Undocumented in source.
sfVertexArray_setPrimitiveType
psfVertexArray_setPrimitiveType sfVertexArray_setPrimitiveType;
Undocumented in source.
sfVertexBuffer_bind
psfVertexBuffer_bind sfVertexBuffer_bind;
Undocumented in source.
sfVertexBuffer_copy
psfVertexBuffer_copy sfVertexBuffer_copy;
Undocumented in source.
sfVertexBuffer_create
psfVertexBuffer_create sfVertexBuffer_create;
Undocumented in source.
sfVertexBuffer_destroy
psfVertexBuffer_destroy sfVertexBuffer_destroy;
Undocumented in source.
sfVertexBuffer_getNativeHandle
psfVertexBuffer_getNativeHandle sfVertexBuffer_getNativeHandle;
Undocumented in source.
sfVertexBuffer_getPrimitiveType
psfVertexBuffer_getPrimitiveType sfVertexBuffer_getPrimitiveType;
Undocumented in source.
sfVertexBuffer_getUsage
psfVertexBuffer_getUsage sfVertexBuffer_getUsage;
Undocumented in source.
sfVertexBuffer_getVertexCount
psfVertexBuffer_getVertexCount sfVertexBuffer_getVertexCount;
Undocumented in source.
sfVertexBuffer_isAvailable
psfVertexBuffer_isAvailable sfVertexBuffer_isAvailable;
Undocumented in source.
sfVertexBuffer_setPrimitiveType
psfVertexBuffer_setPrimitiveType sfVertexBuffer_setPrimitiveType;
Undocumented in source.
sfVertexBuffer_setUsage
psfVertexBuffer_setUsage sfVertexBuffer_setUsage;
Undocumented in source.
sfVertexBuffer_swap
psfVertexBuffer_swap sfVertexBuffer_swap;
Undocumented in source.
sfVertexBuffer_update
psfVertexBuffer_update sfVertexBuffer_update;
Undocumented in source.
sfVertexBuffer_updateFromVertexBuffer
psfVertexBuffer_updateFromVertexBuffer sfVertexBuffer_updateFromVertexBuffer;
Undocumented in source.
sfView_copy
psfView_copy sfView_copy;
Undocumented in source.
sfView_create
psfView_create sfView_create;
Undocumented in source.
sfView_createFromRect
psfView_createFromRect sfView_createFromRect;
Undocumented in source.
sfView_destroy
psfView_destroy sfView_destroy;
Undocumented in source.
sfView_getCenter
psfView_getCenter sfView_getCenter;
Undocumented in source.
sfView_getRotation
psfView_getRotation sfView_getRotation;
Undocumented in source.
sfView_getSize
psfView_getSize sfView_getSize;
Undocumented in source.
sfView_getViewport
psfView_getViewport sfView_getViewport;
Undocumented in source.
sfView_move
psfView_move sfView_move;
Undocumented in source.
sfView_reset
psfView_reset sfView_reset;
Undocumented in source.
sfView_rotate
psfView_rotate sfView_rotate;
Undocumented in source.
sfView_setCenter
psfView_setCenter sfView_setCenter;
Undocumented in source.
sfView_setRotation
psfView_setRotation sfView_setRotation;
Undocumented in source.
sfView_setSize
psfView_setSize sfView_setSize;
Undocumented in source.
sfView_setViewport
psfView_setViewport sfView_setViewport;
Undocumented in source.
sfView_zoom
psfView_zoom sfView_zoom;
Undocumented in source.

Structs

sfBlendMode
struct sfBlendMode
Undocumented in source.
sfCircleShape
struct sfCircleShape
Undocumented in source.
sfColor
struct sfColor
Undocumented in source.
sfConvexShape
struct sfConvexShape
Undocumented in source.
sfFloatRect
struct sfFloatRect
Undocumented in source.
sfFont
struct sfFont
Undocumented in source.
sfFontInfo
struct sfFontInfo
Undocumented in source.
sfGlslBvec2
struct sfGlslBvec2
Undocumented in source.
sfGlslBvec3
struct sfGlslBvec3
Undocumented in source.
sfGlslBvec4
struct sfGlslBvec4
Undocumented in source.
sfGlslIvec3
struct sfGlslIvec3
Undocumented in source.
sfGlslIvec4
struct sfGlslIvec4
Undocumented in source.
sfGlslMat3
struct sfGlslMat3
Undocumented in source.
sfGlslMat4
struct sfGlslMat4
Undocumented in source.
sfGlslVec4
struct sfGlslVec4
Undocumented in source.
sfGlyph
struct sfGlyph
Undocumented in source.
sfGlyph
struct sfGlyph
Undocumented in source.
sfImage
struct sfImage
Undocumented in source.
sfIntRect
struct sfIntRect
Undocumented in source.
sfRectangleShape
struct sfRectangleShape
Undocumented in source.
sfRenderStates
struct sfRenderStates
Undocumented in source.
sfRenderTexture
struct sfRenderTexture
Undocumented in source.
sfRenderWindow
struct sfRenderWindow
Undocumented in source.
sfShader
struct sfShader
Undocumented in source.
sfShape
struct sfShape
Undocumented in source.
sfSprite
struct sfSprite
Undocumented in source.
sfText
struct sfText
Undocumented in source.
sfTexture
struct sfTexture
Undocumented in source.
sfTransform
struct sfTransform
Undocumented in source.
sfTransformable
struct sfTransformable
Undocumented in source.
sfVertex
struct sfVertex
Undocumented in source.
sfVertexArray
struct sfVertexArray
Undocumented in source.
sfVertexBuffer
struct sfVertexBuffer
Undocumented in source.
sfView
struct sfView
Undocumented in source.

Variables

sfBlack
immutable(sfColor) sfBlack;
Undocumented in source.
sfBlendAdd
immutable(sfBlendMode) sfBlendAdd;
Undocumented in source.
sfBlendAlpha
immutable(sfBlendMode) sfBlendAlpha;
Undocumented in source.
sfBlendMultiply
immutable(sfBlendMode) sfBlendMultiply;
Undocumented in source.
sfBlendNone
immutable(sfBlendMode) sfBlendNone;
Undocumented in source.
sfBlue
immutable(sfColor) sfBlue;
Undocumented in source.
sfCyan
immutable(sfColor) sfCyan;
Undocumented in source.
sfGreen
immutable(sfColor) sfGreen;
Undocumented in source.
sfMagenta
immutable(sfColor) sfMagenta;
Undocumented in source.
sfRed
immutable(sfColor) sfRed;
Undocumented in source.
sfTransform_Identity
const(sfTransform) sfTransform_Identity;
Undocumented in source.
sfTransparent
immutable(sfColor) sfTransparent;
Undocumented in source.
sfWhite
immutable(sfColor) sfWhite;
Undocumented in source.
sfYellow
immutable(sfColor) sfYellow;
Undocumented in source.

Meta