Difference between revisions of "Application"
(→Events) |
(→Events) |
||
Line 62: | Line 62: | ||
[[Special:MyLanguage/Event.APPLICATION_START|Event.APPLICATION_START]]<br/> | [[Special:MyLanguage/Event.APPLICATION_START|Event.APPLICATION_START]]<br/> | ||
[[APPLICATION_RESIZE]]<br/> | [[APPLICATION_RESIZE]]<br/> | ||
− | [[APPLICATION_SUSPEND]]<br/> | + | [[Special:MyLanguage/Event.APPLICATION_RESIZE|Event.APPLICATION_RESIZE]]<br/> |
− | [[APPLICATION_EXIT]]<br/> | + | [[Special:MyLanguage/Event.APPLICATION_SUSPEND|Event.APPLICATION_SUSPEND]]<br/> |
− | [[APPLICATION_RESUME]] | + | [[Special:MyLanguage/Event.APPLICATION_EXIT|Event.APPLICATION_EXIT]]<br/> |
+ | [[Special:MyLanguage/Event.APPLICATION_RESUME|Event.APPLICATION_RESUME]]<br/> | ||
=== <translate>Constants</translate> === | === <translate>Constants</translate> === |
Revision as of 11:10, 25 October 2019
Supported platforms:
Available since: Gideros 2011.6
Inherits from: Object
Description
Application class contains the common functions that's available to the current application. There is a global variable application of type Application to access these functions.
MethodsApplication:canOpenUrl Tests if it is possible to open provided url Application:getFps returns the frame rate of the application Application:getOrientation returns the orientation of the application |
EventsEvent.APPLICATION_START ConstantsApplication.LANDSCAPE_LEFT |