Sign in Sign up
nuget

InputStateManager

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.

nuget View on Nuget

Activity

Latest release
8y ago
Total releases
6
Cadence
~2 days
Last 12 months
0

Details

First release
Nov 03, 2017
Releases
Version Released
1.2.1.4 patch
1.2.1.3 minor
1.1.1.1 patch
1.1.1 patch
1.1.0.2 patch
1.1.0.1 initial