Difference between revisions of "Gyroscope:stop"

From GiderosMobile
m (Text replacement - "<source" to "<syntaxhighlight")
Line 7: Line 7:
 
Stops the generation of gyroscope samples.<br />
 
Stops the generation of gyroscope samples.<br />
 
<br /></translate>
 
<br /></translate>
<source lang="lua">
+
<syntaxhighlight lang="lua">
 
  Gyroscope:stop()
 
  Gyroscope:stop()
 
</source>
 
</source>
  
 
{{Gyroscope}}
 
{{Gyroscope}}

Revision as of 15:28, 13 July 2023


Available since: Gideros 2012.8
Class: Gyroscope

Description


Stops the generation of gyroscope samples.

<syntaxhighlight lang="lua">

Gyroscope:stop()

</source>