Difference between revisions of "Accelerometer.isAvailable"

From GiderosMobile
m (----)
Line 12: Line 12:
 
'''Returns''' (bool) ''true'' if accelerometer is available for this platform, ''false'' otherwise.
 
'''Returns''' (bool) ''true'' if accelerometer is available for this platform, ''false'' otherwise.
  
----
+
{{Accelerometer}}
 
 
{{Special:PrefixIndex/Accelerometer}}
 

Revision as of 00:32, 3 December 2019

Available since: Gideros 2012.8
Class: Accelerometer

Description

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

(bool) = Accelerometer.isAvailable()

Return values

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