InputStateManager.Net5
5.0.0
dotnet add package InputStateManager.Net5 --version 5.0.0
NuGet\Install-Package InputStateManager.Net5 -Version 5.0.0
<PackageReference Include="InputStateManager.Net5" Version="5.0.0" />
paket add InputStateManager.Net5 --version 5.0.0
#r "nuget: InputStateManager.Net5, 5.0.0"
// 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 | Versions 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. |
-
net5.0-windows7.0
- MonoGame.Framework.WindowsDX (>= 3.8.0.1641)
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 | 412 | 3/16/2021 |
Updated to net5