Difference between revisions of "Accelerometer.isAvailable"
From GiderosMobile
(removed category reference) |
m (Text replacement - "</source" to "</syntaxhighlight") |
||
(2 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
− | |||
'''Available since:''' Gideros 2012.8<br/> | '''Available since:''' Gideros 2012.8<br/> | ||
'''Class:''' [[Accelerometer]]<br/> | '''Class:''' [[Accelerometer]]<br/> | ||
Line 6: | Line 5: | ||
Returns ''true'' if accelerometer is available for this platform, ''false'' otherwise. | Returns ''true'' if accelerometer is available for this platform, ''false'' otherwise. | ||
− | < | + | <syntaxhighlight lang="lua"> |
(bool) = Accelerometer.isAvailable() | (bool) = Accelerometer.isAvailable() | ||
− | </ | + | </syntaxhighlight> |
=== Return values === | === Return values === |
Latest revision as of 17:00, 12 July 2023
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.