Difference between revisions of "Gyroscope.isAvailable"

From GiderosMobile
(Created page with "__NOTOC__ '''Available since:''' Gideros 2012.8<br/> === Description === <br /> Returns `true` if gyroscope is available for this platform, `false` otherwise.<br /> <br /> <so...")
 
Line 6: Line 6:
 
<br />
 
<br />
 
<source lang="lua">
 
<source lang="lua">
(bool), = Gyroscope.isAvailable()
+
(bool) = Gyroscope.isAvailable()
 
</source>
 
</source>
 
'''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:16, 23 August 2018

Available since: Gideros 2012.8

Description


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

(bool) = Gyroscope.isAvailable()

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