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

SDL.initSubSystem

Works like SDL.init but bypasses some internal checks.

Function

SYNOPSIS

ret, err = function SDL.initSubSystem(flags)

ARGUMENTS

RETURNS

  • ret, true or nil on failure
  • err, the error message

SEE ALSO

SDL.init

Clone this wiki locally