Gyroscope.isAvailable
From GiderosMobile
Available since: Gideros 2012.8
Class: Gyroscope
Description
Returns true if gyroscope is available for this platform, false otherwise.
<syntaxhighlight lang="lua">
(bool) = Gyroscope.isAvailable()
</source>
Return values
Returns (bool) true if gyroscope is available for this platform, false otherwise.