Wraps SDL_RenderDrawLinesF (from SDL 2.0.10) which draws multiple lines following given points with the renderer's draw color
array of dsdl2.FPoint edges the lines are drawn from and to
dsdl2.SDLException if lines failed to draw
See Implementation
Wraps SDL_RenderDrawLinesF (from SDL 2.0.10) which draws multiple lines following given points with the renderer's draw color