Available since LÖVE 0.10.0 |
This function is not supported in earlier versions. |
Causes the device to vibrate, if possible. Currently this will only work on Android and iOS devices that have a built-in vibration motor.
love.system.vibrate( seconds )
number seconds (0.5)
Nothing.