Info
| Version: | 0.5.16 | 
| Author(s): | Michael Cummings | 
| Last Update: | Wednesday, November 27, 2019 | 
| .NET Fiddle: | Create the first Fiddle | 
| Project Url: | https://github.com/axiom3d/sharpinputsystem | 
| NuGet Url: | https://www.nuget.org/packages/SharpInputSystem.Android | 
Install
Install-Package SharpInputSystem.Android
                        dotnet add package SharpInputSystem.Android
                        paket add SharpInputSystem.Android
                        
                                SharpInputSystem.Android Download (Unzip the "nupkg" after downloading)
                            
                        Dependencies
- SharpInputSystem.Core(>= 0.5.16)
 - Common.Logging(>= 3.4.1)
 
Tags
                
Meant to be very robust and compatiable with many systems and operating systems. Written in C# on .NET.
The SharpInputSystem is an effort to build an easy to use, cross platform input library capable of handling most input devices.
Currently planned devices include Keyboard, Mouse, Joysticks and Feedback devices.
The system is written using C# and supports the following API's :
DirectX9/XInput using SharpDX on Windows
X11 on Linux using custom P/Invokes on Linux
Windows Forms on Windows
OpenGL on Android.