HDVK 2.1 Released
After some great feedback by our HVDK users, we have added C# examples and added a Mouse Relative driver. We even threw in a Gamepad driver! Release Notes 2.1 Final July 5, 2020
After some great feedback by our HVDK users, we have added C# examples and added a Mouse Relative driver. We even threw in a Gamepad driver! Release Notes 2.1 Final July 5, 2020
Using the Gamepad Driver Overview The Gamepad driver allows you to: Send X, Y, RX, RY, Z axis positions. Press and/or release the hat button. Press and/or release up to 10 buttons. This is not the same as an XBox Controller, which is quite different from the HID Gamepad specification. So if a game has …
SDK Examples in C# and Delphi The SDK includes sample code to show how to: Send data to the Joystick driver Read data from the Joystick driver Send data to the Game-pad driver Read data from the Game-pad driver Send data to the Keyboard driver (The OS doesn’t allow you to read from the driver, …