Jean-David Moisan 4 年 前
コミット
dcc540a262
1 ファイル変更4 行追加1 行削除
  1. 4 1
      README.md

+ 4 - 1
README.md

@@ -16,7 +16,10 @@ Polling input library for MonoGame.
 
 
 ## Features
 ## 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
 ## Usage samples