Difference between revisions of "Application"
(→Events) |
(→Events) |
||
Line 60: | Line 60: | ||
=== <translate>Events</translate> === | === <translate>Events</translate> === | ||
− | [[APPLICATION_START]] | + | [[Special:MyLanguage/Application.APPLICATION_START|Application.APPLICATION_START]]<br/> |
− | + | [[APPLICATION_RESIZE]]<br/> | |
− | [[APPLICATION_RESIZE]] | + | [[APPLICATION_SUSPEND]]<br/> |
− | + | [[APPLICATION_EXIT]]<br/> | |
− | [[APPLICATION_SUSPEND]] | ||
− | |||
− | [[APPLICATION_EXIT]] | ||
− | |||
[[APPLICATION_RESUME]] | [[APPLICATION_RESUME]] | ||
Revision as of 11:04, 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 |
EventsApplication.APPLICATION_START ConstantsApplication.LANDSCAPE_LEFT |