VAST_HID_INTEGRATOR 2.1.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package VAST_HID_INTEGRATOR --version 2.1.0
NuGet\Install-Package VAST_HID_INTEGRATOR -Version 2.1.0
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="VAST_HID_INTEGRATOR" Version="2.1.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add VAST_HID_INTEGRATOR --version 2.1.0
#r "nuget: VAST_HID_INTEGRATOR, 2.1.0"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install VAST_HID_INTEGRATOR as a Cake Addin
#addin nuget:?package=VAST_HID_INTEGRATOR&version=2.1.0

// Install VAST_HID_INTEGRATOR as a Cake Tool
#tool nuget:?package=VAST_HID_INTEGRATOR&version=2.1.0

Sample usage code : #######################################################################################

using VAST_HID_INTEGRATOR; namespace Test_form { public partial class Form1 : Form { HID_integration HID_ = new HID_integration(); private void Button1_Click(object sender, EventArgs e) { // debug : true , to see the inner outputs inside of the package. // debug : false , to not debug and use package . HID_.Connect(debug = true); MessageBox.Show("Connected"); } } }

####################################################################################### In a nutshell , import the package , initialize class "HID_integration" instance , and call connect function Note: joystick should be connected before connect is called , connect doesn't implements notification events for detecting if joystick is attached or not , such integration will soon follow

Product Compatible and additional computed target framework versions.
.NET Framework net472 is compatible.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
2.1.3 347 4/10/2021
2.1.2 295 4/10/2021
2.1.1 289 4/10/2021
2.1.0 290 4/10/2021
2.0.0 293 4/10/2021
1.1.0 292 4/9/2021
1.0.0 292 4/9/2021

added a debug view to see the inner outputs on console