Hello, I have some troubles with some joypad methods in the Input class.
Here is a snippet of my code :
if Input.get_connected_joypads().size() == 0:
print("mouse/keyboard")
else:
print("Input.get_joy_name(0)")
Whether the gamepad is plugged in or not, Input.get_connected_joypads()
always return a array with, at least, one element: vJoy Device
Does anyone know what is this device and/or how to disable it ?
Thank you in advance
PS : I ran my code on a laptop maybe it's the trackpad ?