1
0
Fork 0
mirror of https://github.com/Ellpeck/MLEM.git synced 2024-06-08 15:51:35 +02:00
MLEM/MLEM/Input
Ell c6fe72bdc9 Multiple improvements to InputHandler key/button repeats:
- Trigger InputHandler key and gamepad repeats for the most recently pressed input
- Added InputHandler.TryGetDownTime and store the down times of inputs
- Removed InputHandler.StoreAllActiveInputs and always store all active inputs
2022-03-25 15:18:57 +01:00
..
GamepadExtensions.cs Multiple improvements to InputHandler key/button repeats: 2022-03-25 15:18:57 +01:00
GenericInput.cs Implemented IEquatable on a lot of classes that were missing it 2021-12-21 11:39:29 +01:00
InputHandler.cs Multiple improvements to InputHandler key/button repeats: 2022-03-25 15:18:57 +01:00
Keybind.cs Some keybind and keybind button improvements 2022-03-10 12:39:56 +01:00
KeysExtensions.cs Improved KeysExtensions memory usage 2021-08-27 20:36:04 +02:00
MouseExtensions.cs finished xml docs for the MLEM core package 2020-05-21 17:21:34 +02:00