Draw a point on the current rendering target.
Defined in SDL_render.h
renderer | the rendering context |
x | the x coordinate of the point |
y | the y coordinate of the point |
Returns 0 on success or a negative error code on failure; call SDL_GetError() for more information.
SDL_RenderDrawPoint() draws a single point. If you want to draw multiple, use SDL_RenderDrawPoints() instead.
This function is available since SDL 2.0.0.