Difference between revisions of "Application:vibrate"
From GiderosMobile
(Created page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === <br /> Vibrates the device. If the device doesn't support vibration, this function has no effect....") |
|||
Line 6: | Line 6: | ||
<br /> | <br /> | ||
<source lang="lua"> | <source lang="lua"> | ||
− | + | Application:vibrate(ms) | |
</source> | </source> | ||
− | '''ms | + | '''ms''': (number) time in ms for vibration, if supported by the platform. (Android) '''optional'''<br/> |
Revision as of 10:21, 23 August 2018
Available since: Gideros 2011.6
Description
Vibrates the device. If the device doesn't support vibration, this function has no effect.
Application:vibrate(ms)
ms: (number) time in ms for vibration, if supported by the platform. (Android) optional