Difference between revisions of "Accelerometer:stop"
From GiderosMobile
(Created page with "__NOTOC__ '''Available since:''' Gideros 2012.8<br/> === Description === <br /> Stops the generation of accelerometer samples.<br /> <br /> <source lang="lua"> = Accelerometer...") |
m (Text replacement - "</source" to "</syntaxhighlight") |
||
(14 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
− | |||
'''Available since:''' Gideros 2012.8<br/> | '''Available since:''' Gideros 2012.8<br/> | ||
+ | '''Class:''' [[Accelerometer]]<br/> | ||
+ | |||
=== Description === | === Description === | ||
− | + | Stops the generation of accelerometer samples. | |
− | Stops the generation of accelerometer samples. | + | |
− | + | <syntaxhighlight lang="lua"> | |
− | < | + | Accelerometer:stop() |
− | + | </syntaxhighlight> | |
− | </ | + | |
+ | {{Accelerometer}} |
Latest revision as of 16:59, 12 July 2023
Available since: Gideros 2012.8
Class: Accelerometer
Description
Stops the generation of accelerometer samples.
Accelerometer:stop()