Difference between revisions of "Application"
(→Events) |
|||
Line 57: | Line 57: | ||
=== <translate>Events</translate> === | === <translate>Events</translate> === | ||
+ | APPLICATION_RESIZE | ||
+ | |||
=== <translate>Constants</translate> === | === <translate>Constants</translate> === | ||
[[Special:MyLanguage/Application.LANDSCAPE_LEFT|Application.LANDSCAPE_LEFT]]<br/><!-- GIDEROSCST:Application.LANDSCAPE_LEFT landscapeLeft--> | [[Special:MyLanguage/Application.LANDSCAPE_LEFT|Application.LANDSCAPE_LEFT]]<br/><!-- GIDEROSCST:Application.LANDSCAPE_LEFT landscapeLeft--> |
Revision as of 02:57, 21 July 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 |
EventsAPPLICATION_RESIZE ConstantsApplication.LANDSCAPE_LEFT |