Difference between revisions of "Gyroscope.isAvailable"

From GiderosMobile
Line 1: Line 1:
 
__NOTOC__
 
__NOTOC__
 +
<languages />
 
'''<translate>Available since</translate>:''' Gideros 2012.8<br/>
 
'''<translate>Available since</translate>:''' Gideros 2012.8<br/>
 
'''<translate>Class</translate>:''' [[Special:MyLanguage/Gyroscope|Gyroscope]]<br/>
 
'''<translate>Class</translate>:''' [[Special:MyLanguage/Gyroscope|Gyroscope]]<br/>

Revision as of 10:57, 3 September 2018


Available since: Gideros 2012.8
Class: Gyroscope

Description


Returns true if gyroscope is available for this platform, false otherwise.

(bool) = Gyroscope.isAvailable()

Return values

Returns (bool) true if gyroscope is available for this platform, false otherwise.