InputStateManager.Net5 5.0.0

dotnet add package InputStateManager.Net5 --version 5.0.0
NuGet\Install-Package InputStateManager.Net5 -Version 5.0.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="InputStateManager.Net5" Version="5.0.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add InputStateManager.Net5 --version 5.0.0
#r "nuget: InputStateManager.Net5, 5.0.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 InputStateManager.Net5 as a Cake Addin
#addin nuget:?package=InputStateManager.Net5&version=5.0.0

// Install InputStateManager.Net5 as a Cake Tool
#tool nuget:?package=InputStateManager.Net5&version=5.0.0

A helper PCL (InputStateManager) for MonoGame useful for querying keyboard, mouse, touch and gamepad inputs.
Currently it provides convenience-methods in a fluent manner for:
- Keyboard (Key) Sub-context for 'Is' and 'Was', helper functions for 'Any-ALT (...SHIFT, CTRL)' and NumLock and CapsLock.
- Mouse (Mouse) Sub-context for 'Is' and 'Was' and delta-functions for mouse-wheel, position, etc...
- GamePad (Pad) Sub-context for 'Is' and 'Was' and for 'DPad', 'Triggers' and 'ThumbSticks'.
- TouchPanel (Touch) Sub-context for 'Is' and 'Was'. Currently only exposes TouchCollections.
It is a PCL so you should be able to use it in any MG project.

Product Compatible and additional computed target framework versions.
.NET net5.0-windows7.0 is compatible.  net6.0-windows was computed.  net7.0-windows was computed.  net8.0-windows 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
5.0.0 368 3/16/2021

Updated to net5