diff options
author | Ian C <ianc@noddybox.co.uk> | 2012-05-27 22:18:17 +0000 |
---|---|---|
committer | Ian C <ianc@noddybox.co.uk> | 2012-05-27 22:18:17 +0000 |
commit | 60b52b009c2f74cea7d5ffb0ad62cbbc55c41729 (patch) | |
tree | dcc5a467f604fb01f8568f18e5b3d1e26d094566 /WindowsPhone/Noddybox.Emulation.Xna.Input | |
parent | 299769ecba0a96ca8dc9551a639b9e5e6d23b3d2 (diff) |
Updated keyboard to chain itself to InputManager.
Diffstat (limited to 'WindowsPhone/Noddybox.Emulation.Xna.Input')
-rw-r--r-- | WindowsPhone/Noddybox.Emulation.Xna.Input/Noddybox.Emulation.Xna.Input.csproj | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/WindowsPhone/Noddybox.Emulation.Xna.Input/Noddybox.Emulation.Xna.Input.csproj b/WindowsPhone/Noddybox.Emulation.Xna.Input/Noddybox.Emulation.Xna.Input.csproj index 42babf6..8088063 100644 --- a/WindowsPhone/Noddybox.Emulation.Xna.Input/Noddybox.Emulation.Xna.Input.csproj +++ b/WindowsPhone/Noddybox.Emulation.Xna.Input/Noddybox.Emulation.Xna.Input.csproj @@ -59,6 +59,9 @@ <Reference Include="System.Net" />
</ItemGroup>
<ItemGroup>
+ <Compile Include="..\..\src\Noddybox.Emulation.Xna.Input\InputManager.cs">
+ <Link>InputManager.cs</Link>
+ </Compile>
<Compile Include="..\..\src\Noddybox.Emulation.Xna.Input\Joystick\JoystickDriver.cs">
<Link>Joystick\JoystickDriver.cs</Link>
</Compile>
|