Difference between revisions of "Accelerometer:stop"

From GiderosMobile
m (Text replacement - "</source" to "</syntaxhighlight")
 
(One intermediate revision by the same user not shown)
Line 5: Line 5:
 
Stops the generation of accelerometer samples.
 
Stops the generation of accelerometer samples.
  
<source 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()