Introduce NamedHotkey type.

This commit is contained in:
Paul Chote
2017-08-13 10:44:45 +00:00
committed by reaperrr
parent 13a06c6e8d
commit 42bf232b37
4 changed files with 63 additions and 0 deletions

View File

@@ -223,6 +223,7 @@
<Compile Include="Input\InputHandler.cs" />
<Compile Include="Input\Keycode.cs" />
<Compile Include="Input\Hotkey.cs" />
<Compile Include="Input\NamedHotkey.cs" />
<Compile Include="Graphics\PlatformInterfaces.cs" />
<Compile Include="Sound\Sound.cs" />
<Compile Include="Sound\SoundDevice.cs" />