Difference between revisions of "Gyroscope.isAvailable"

From GiderosMobile
Line 8: Line 8:
 
(bool) = Gyroscope.isAvailable()
 
(bool) = Gyroscope.isAvailable()
 
</source>
 
</source>
 +
=== Return values ===
 
'''Returns''' (bool) `true` if gyroscope is available for this platform, `false` otherwise.<br/>
 
'''Returns''' (bool) `true` if gyroscope is available for this platform, `false` otherwise.<br/>

Revision as of 11:39, 23 August 2018

Available since: Gideros 2012.8

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.