I've wanted to make my own mouse module for a while, and I also felt like making my own, slightly different, Input module. Since these are both related to Input, I decided to combine them and call it
MInput.
Features:
- The ability to get input from every single button on a traditional keyboard;
- Custom intervals for MInput.repeat?
- Shortcut-methods for specific keys (e.g. MInput.confirm? and MInput.cancel?. These are completely customisable)...