Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Vibration does not work #18

Open
makamekm opened this issue Jul 30, 2020 · 1 comment
Open

Vibration does not work #18

makamekm opened this issue Jul 30, 2020 · 1 comment

Comments

@makamekm
Copy link

makamekm commented Jul 30, 2020

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

@Stary2001
Copy link
Owner

known issue - vibration isn't implemented yet

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants