so apparently I can easily get joystick and button information using: joygetposex() but is there a way to get the controller to vibrate? I looked around and the only examples use directInput. Its clear DirectInput is something I need to learn, but I'd like to test out my gamepad on my openGL application before diving into the world of DirectX if possible.