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.
<source lang="lua">
+
<syntaxhighlight lang="lua">
 
Accelerometer.new()
 
Accelerometer.new()
 
</syntaxhighlight>
 
</syntaxhighlight>
  
 
{{Accelerometer}}
 
{{Accelerometer}}

Latest revision as of 17:56, 12 July 2023

Available since: Gideros 2012.8
Class: Accelerometer

Description

Creates new Accelerometer instance.

Accelerometer.new()