Difference between revisions of "Accelerometer:stop"

From GiderosMobile
m (Text replacement - "<source" to "<syntaxhighlight")
m (Text replacement - "</source" to "</syntaxhighlight")
 
Line 7: Line 7:
 
<syntaxhighlight lang="lua">
 
<syntaxhighlight lang="lua">
 
Accelerometer:stop()
 
Accelerometer:stop()
</source>
+
</syntaxhighlight>
  
 
{{Accelerometer}}
 
{{Accelerometer}}

Latest revision as of 17:59, 12 July 2023

Available since: Gideros 2012.8
Class: Accelerometer

Description

Stops the generation of accelerometer samples.

Accelerometer:stop()