Difference between revisions of "Accelerometer.isAvailable"
From GiderosMobile
| Line 1: | Line 1: | ||
| − | + | Returns true if accelerometer is available for this platform, false otherwise. | |
<syntaxhighlight lang=lua> | <syntaxhighlight lang=lua> | ||
| − | + | (bool) = Accelerometer.isAvailable() | |
| − | + | </syntaxhighlight> | |
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | + | == Return value == | |
| − | accelerometer | + | bool: `true` if accelerometer is available for this platform, `false` otherwise. |
| − | |||
Revision as of 00:06, 22 August 2018
Returns true if accelerometer is available for this platform, false otherwise.
(bool) = Accelerometer.isAvailable()
Return value
bool: `true` if accelerometer is available for this platform, `false` otherwise.