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

SDL.showCursor

Use this function to toggle whether or not the cursor is shown.

Function

SYNOPSIS

function SDL.showCursor(mode)

ARGUMENTS

  • mode, true to show, false to hide cursor

RETURNS

  • true on success or nil
  • the error message
Clone this wiki locally