Version 2.1 Released

Moderator: DevRuss

Post Reply
DevRuss
Journeyman
Posts: 224
Joined: Wed Mar 27, 2019 12:59 am

Version 2.1 Released

Post by DevRuss »

After some great feedback by our HVDK users, we have added C# examples and a Mouse Relative driver. We even threw in a Gamepad driver!

Release Notes

2.1 Final July 5, 2020

1) Added a new Gamepad driver. This emulates a gamepad HID device. However, it does not emulate an XBOX controller.
2) Added a new Mouse Rel driver. This allows you to move the mouse cursor relative to its current position, such as (100, 100) which moves it 100 units right and 100 units down.
3) Renamed the Mouse driver to Mouse Abs driver. This was the original absolute coordinate driver. It has been renamed to avoid confusion with the new Mouse Rel driver.
4) Added a new ‘Joystick Sender And Reader no JVCL’ Delphi sample app. No JV or JVCL components are required for this app.
5) Added C# sample apps. This includes a custom class for the minimal code needed to communicate with the drivers.
Russ - Tetherscript Developer
chevycam94
Posts: 1
Joined: Thu Dec 29, 2022 10:04 pm

Re: Version 2.1 Released

Post by chevycam94 »

OK, but where is the download for v2.1? I still need it to get something working.
DevRuss
Journeyman
Posts: 224
Joined: Wed Mar 27, 2019 12:59 am

Re: Version 2.1 Released

Post by DevRuss »

The HVDK has been discontinued and the download is no longer available. The trial version of ControlMyJoystick has the drivers as well, and they are not trial limited. You can use them as long as you don't redistribute/repackage them.
Russ - Tetherscript Developer
Post Reply