https://github.com/evilc/inputwrapper
A plugabble Input Detection wrapper using MEF
https://github.com/evilc/inputwrapper
Last synced: 12 months ago
JSON representation
A plugabble Input Detection wrapper using MEF
- Host: GitHub
- URL: https://github.com/evilc/inputwrapper
- Owner: evilC
- Created: 2017-03-20T23:08:25.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-03-23T20:30:38.000Z (about 9 years ago)
- Last Synced: 2025-02-04T13:44:38.008Z (over 1 year ago)
- Language: C#
- Size: 41 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# InputWrapper
A Hare-brained, half-baked, seat-of-your-pants attempt at making a plugabble Input Detection wrapper using the Managed Extensibility Framework (MEF).
[JoystickWrapper](https://autohotkey.com/boards/viewtopic.php?t=28889) surprised me in how easy it was (With a little help) to cobble together an input wrapper in C#, so I decided to try something a little more fancy...
A DLL that you can load which can load *other* dll plugins - ie an extensible version of JoystickWrapper.
I found this [awesome article on CodePlex](https://www.codeproject.com/Articles/376033/From-Zero-to-Proficient-with-MEF), so I totally stole Example 04 (Advanced version), and a quick Visual Studio refactor later, InputWrapper was born.