Jean-David Moisan 4 vuotta sitten
vanhempi
commit
dcc540a262
1 muutettua tiedostoa jossa 4 lisäystä ja 1 poistoa
  1. 4 1
      README.md

+ 4 - 1
README.md

@@ -16,7 +16,10 @@ Polling input library for MonoGame.
 
 ## Features
 
-* Mouse, Keyboard, GamePad buttons
+* Manages the input states for you every frame
+* Mouse, Keyboard, and GamePad buttons abstractions
+* Tracking mode so that you don't accidentally consume the same input multiple times
+* Static or instanced usage
 
 ## Usage samples