Difference between revisions of "Application"
Line 42: | Line 42: | ||
[[Application:setFullScreen]] ''<translate>Full screen or window mode</translate>''<br/> | [[Application:setFullScreen]] ''<translate>Full screen or window mode</translate>''<br/> | ||
[[Application:setKeepAwake]] ''<translate>Application - enables/disables screen dimming and device sleeping</translate>''<br/> | [[Application:setKeepAwake]] ''<translate>Application - enables/disables screen dimming and device sleeping</translate>''<br/> | ||
− | [[Application:setKeyboardVisibility]] | + | [[Application:setKeyboardVisibility]] <br/> |
[[Application:setLogicalDimensions]] ''<translate>Application - sets the logical dimensions of the application</translate>''<br/> | [[Application:setLogicalDimensions]] ''<translate>Application - sets the logical dimensions of the application</translate>''<br/> | ||
[[Application:setOrientation]] ''<translate>Application - sets the orientation of the application</translate>''<br/> | [[Application:setOrientation]] ''<translate>Application - sets the orientation of the application</translate>''<br/> |
Revision as of 14:34, 23 August 2018
Supported platforms: android, ios, mac, pc
Available since: Gideros 2011.6
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 |
EventsConstantsApplication.LANDSCAPE_LEFT |