Can't get controllers vibrating (X360 pads, Win 8.1)
Posted: Mon Jun 09, 2014 3:26 am
Setting up my controller logic atm. Everything's perfect except for vibration. Just can't get it to work in LOVE. Example test:
false
I'm on Windows 8.1, using LOVE 0.9.1. Tried it on both my controllers (wired XBox 360 controllers), which are performing all other joystick/gamepad functions perfectly. They both rumble correctly when playing my Steam games too.
Tried installing Xbox 360 Controller for Windows. Still no success with LOVE.
Any idea how to fix this?
Code: Select all
function love.joystickadded( joystick )
local canVibrate = joystick:isVibrationSupported( joystick )
print( canVibrate )
end
I'm on Windows 8.1, using LOVE 0.9.1. Tried it on both my controllers (wired XBox 360 controllers), which are performing all other joystick/gamepad functions perfectly. They both rumble correctly when playing my Steam games too.
Tried installing Xbox 360 Controller for Windows. Still no success with LOVE.
Any idea how to fix this?