Renderer.drawPoint - multiple declarations
Function Renderer.drawPoint
Wraps SDL_RenderDrawPoint
which draws a single point at a given position with the renderer's draw color
Parameters
Name | Description |
---|---|
point | dsdl2 position the point is drawn at |
Throws
dsdl2
if point failed to draw
Function Renderer.drawPoint
Wraps SDL_RenderDrawPointF
(from SDL 2.0.10) which draws a single point at a given position with the
renderer's draw color
Parameters
Name | Description |
---|---|
point | dsdl2 position the point is drawn at |
Throws
dsdl2
if point failed to draw