File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed
Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change 1010 <iconUrl >https://github.com/UnterrainerInformatik/InputStateManager/raw/master/icon.png</iconUrl >
1111 <projectUrl >https://github.com/UnterrainerInformatik/InputStateManager</projectUrl >
1212 <requireLicenseAcceptance >false</requireLicenseAcceptance >
13- <description >A helper class (InputStateManager) for MonoGame useful for querying keyboard, mouse, touch and gamepad inputs.</description >
14- <summary >
15- A helper class (InputStateManager) for MonoGame useful for querying keyboard, mouse, touch and gamepad inputs.
13+ <description >
14+ A helper PCL (InputStateManager) for MonoGame useful for querying keyboard, mouse, touch and gamepad inputs.
1615 Currently it provides convenience-methods in a fluent manner for:
1716 - Keyboard (Key) Sub-context for 'Is' and 'Was', helper functions for 'Any-ALT (...SHIFT, CTRL)' and NumLock and CapsLock.
1817 - Mouse (Mouse) Sub-context for 'Is' and 'Was' and delta-functions for mouse-wheel, position, etc...
1918 - GamePad (Pad) Sub-context for 'Is' and 'Was' and for 'DPad', 'Triggers' and 'ThumbSticks'.
2019 - TouchPanel (Touch) Sub-context for 'Is' and 'Was'. Currently only exposes TouchCollections.
20+ It is a PCL so you should be able to use it in any MG project.
21+ </description >
22+ <summary >
23+ A helper PCL (InputStateManager) for MonoGame useful for querying keyboard, mouse, touch and gamepad inputs.
2124 </summary >
2225 <releaseNotes ></releaseNotes >
2326 <copyright >Copyright 2017</copyright >
You can’t perform that action at this time.
0 commit comments