I know that my gamepad supports rumble, because when I'm playing DiRT, GRID and moar games, it almost rumbles out of my hand (cough cough exaggeration cough). Also I have a transparent one (THIS one, if you're interested) so I can see the vibration motors sit right there.
The code I use is as follows:
Code: Select all
function love.load()
local joysticks = love.joystick.getJoysticks()
a = joysticks[1]
a:isVibrationSupported()
a:setVibration(1,1)
end
I'll try running with a shell open to see the feedback.
TIA and greetings