godot icon indicating copy to clipboard operation
godot copied to clipboard

Vibration does not work

Open makamekm opened this issue 5 years ago • 1 comments

Godot version:

3.2.1

OS/device including version:

OSX | 10.0.1

Issue description:

Vibration does not work

Steps to reproduce:

for id in Input.get_connected_joypads():
	Input.start_joy_vibration(id, 1.0, 1.0, 1.0)
Input.start_joy_vibration(0, 1.0, 1.0, 1.0)
Input.vibrate_handheld(1.0)

Minimal reproduction project:

Not necessary

makamekm avatar Jul 30 '20 19:07 makamekm

known issue - vibration isn't implemented yet

Stary2001 avatar Aug 09 '20 18:08 Stary2001