Add keyboard and mouse input support

This commit is contained in:
Cameron Gutman
2014-03-29 15:45:31 -04:00
parent c553b14da6
commit 761f324465
7 changed files with 285 additions and 19 deletions
+2 -3
View File
@@ -126,9 +126,6 @@
<OptimizeReferences>true</OptimizeReferences>
</Link>
</ItemDefinitionGroup>
<ItemGroup>
<Text Include="ReadMe.txt" />
</ItemGroup>
<ItemGroup>
<ClCompile Include="AudioStream.c" />
<ClCompile Include="ByteBuffer.c" />
@@ -136,6 +133,7 @@
<ClCompile Include="Connection.c" />
<ClCompile Include="ControlStream.c" />
<ClCompile Include="Handshake.c" />
<ClCompile Include="InputStream.c" />
<ClCompile Include="LinkedBlockingQueue.c" />
<ClCompile Include="PlatformSockets.c" />
<ClCompile Include="PlatformThreads.c" />
@@ -144,6 +142,7 @@
</ItemGroup>
<ItemGroup>
<ClInclude Include="ByteBuffer.h" />
<ClInclude Include="Input.h" />
<ClInclude Include="Limelight-internal.h" />
<ClInclude Include="Limelight.h" />
<ClInclude Include="LinkedBlockingQueue.h" />