MouseCount and KeyBoardCount, input handling.

This commit is contained in:
Huo Yaoyuan
2016-09-23 18:57:19 +08:00
parent e5ef3e1d02
commit 81f269ee69
4 changed files with 68 additions and 0 deletions

View File

@ -54,7 +54,9 @@
<Compile Include="Graphics\Processing\RatioAdjust.cs" />
<Compile Include="Graphics\TextAwesome.cs" />
<Compile Include="Graphics\UserInterface\Counter.cs" />
<Compile Include="Graphics\UserInterface\KeyBoardCount.cs" />
<Compile Include="Graphics\UserInterface\KeyCounter.cs" />
<Compile Include="Graphics\UserInterface\MouseCount.cs" />
<Compile Include="Online\API\APIAccess.cs" />
<Compile Include="Online\API\APIRequest.cs" />
<Compile Include="Online\API\OAuth.cs" />