Application:set

From GiderosMobile
Revision as of 01:40, 13 June 2019 by MoKaLux (talk | contribs)


Available since: Gideros 2015.7
Class: Application

Description

Sets the state of the desktop setting provided as string parameter.

application:set("windowTitle", "My lovely window title")


To get a list of parameters that can be set use:

print(application:set("help"))


To get help for individual settings use:

print(application:set("cursor","help"))