Application:set

From GiderosMobile
Revision as of 01:04, 20 October 2018 by PaulR (talk | contribs) (→‎Description)


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")



Get list of parameters that can be set with:

print(application:set("help"))


Get help for individual settings with:

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