Difference between revisions of "Accelerometer.new"
From GiderosMobile
m (Text replacement - "</source" to "</syntaxhighlight") |
m (Text replacement - "<source" to "<syntaxhighlight") |
||
Line 4: | Line 4: | ||
=== Description === | === Description === | ||
Creates new Accelerometer instance. | Creates new Accelerometer instance. | ||
− | < | + | <syntaxhighlight lang="lua"> |
Accelerometer.new() | Accelerometer.new() | ||
</syntaxhighlight> | </syntaxhighlight> | ||
{{Accelerometer}} | {{Accelerometer}} |
Latest revision as of 16:56, 12 July 2023
Available since: Gideros 2012.8
Class: Accelerometer
Description
Creates new Accelerometer instance.
Accelerometer.new()