sfShapeGetPointCallback

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
  1. alias sfShapeGetPointCallback = sfVector2f function(size_t, void*)
    extern (C) nothrow
    static if(bindSFMLGraphics)
    static if(sfmlSupport >= SFMLSupport.sfml230)
    alias sfShapeGetPointCallback = sfVector2f function
    (
    size_t
    ,
    void*
    )
  2. alias sfShapeGetPointCallback = sfVector2f function(uint, void*)

Meta