Difference between revisions of "Application"
(→Events) |
(→Events) |
||
Line 61: | Line 61: | ||
=== <translate>Events</translate> === | === <translate>Events</translate> === | ||
[[Special:MyLanguage/Event.APPLICATION_START|Event.APPLICATION_START]]<br/> | [[Special:MyLanguage/Event.APPLICATION_START|Event.APPLICATION_START]]<br/> | ||
− | |||
[[Special:MyLanguage/Event.APPLICATION_RESIZE|Event.APPLICATION_RESIZE]]<br/> | [[Special:MyLanguage/Event.APPLICATION_RESIZE|Event.APPLICATION_RESIZE]]<br/> | ||
[[Special:MyLanguage/Event.APPLICATION_SUSPEND|Event.APPLICATION_SUSPEND]]<br/> | [[Special:MyLanguage/Event.APPLICATION_SUSPEND|Event.APPLICATION_SUSPEND]]<br/> | ||
[[Special:MyLanguage/Event.APPLICATION_EXIT|Event.APPLICATION_EXIT]]<br/> | [[Special:MyLanguage/Event.APPLICATION_EXIT|Event.APPLICATION_EXIT]]<br/> | ||
[[Special:MyLanguage/Event.APPLICATION_RESUME|Event.APPLICATION_RESUME]]<br/> | [[Special:MyLanguage/Event.APPLICATION_RESUME|Event.APPLICATION_RESUME]]<br/> | ||
+ | |||
+ | ------------------------------------------------------ | ||
+ | You must delete this page[[APPLICATION_RESIZE]]<br/> | ||
=== <translate>Constants</translate> === | === <translate>Constants</translate> === |
Revision as of 11:18, 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 You must delete this pageAPPLICATION_RESIZE ConstantsApplication.LANDSCAPE_LEFT |