Skip to content

Sdl RendererDrawPoint

Tangent 128 edited this page Mar 28, 2015 · 3 revisions

Renderer:drawPoint

Draw a point with the current color.

Method

SYNOPSIS

ret, err = function Renderer:drawPoint(point)

ARGUMENTS

  • point, the point (see Point)

RETURNS

  • ret, true on success or false
  • err, the error message

Clone this wiki locally