From 299769ecba0a96ca8dc9551a639b9e5e6d23b3d2 Mon Sep 17 00:00:00 2001 From: Ian C Date: Sat, 26 May 2012 22:13:26 +0000 Subject: Copmpleted reorganisation of input into a single assembly. --- WindowsPhone/KeyboardTest/KeyboardTest/Game1.cs | 2 +- WindowsPhone/KeyboardTest/KeyboardTest/KeyboardTest.csproj | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'WindowsPhone/KeyboardTest') diff --git a/WindowsPhone/KeyboardTest/KeyboardTest/Game1.cs b/WindowsPhone/KeyboardTest/KeyboardTest/Game1.cs index 882ef72..ccd991c 100644 --- a/WindowsPhone/KeyboardTest/KeyboardTest/Game1.cs +++ b/WindowsPhone/KeyboardTest/KeyboardTest/Game1.cs @@ -9,7 +9,7 @@ using Microsoft.Xna.Framework.Graphics; using Microsoft.Xna.Framework.Input; using Microsoft.Xna.Framework.Input.Touch; using Microsoft.Xna.Framework.Media; -using Noddybox.Emulation.Xna.Keyboard; +using Noddybox.Emulation.Xna.Input.Keyboard; using Noddybox.Emulation.Keyboard.Schema; using System.IO; diff --git a/WindowsPhone/KeyboardTest/KeyboardTest/KeyboardTest.csproj b/WindowsPhone/KeyboardTest/KeyboardTest/KeyboardTest.csproj index fedeed5..3dc0fcb 100644 --- a/WindowsPhone/KeyboardTest/KeyboardTest/KeyboardTest.csproj +++ b/WindowsPhone/KeyboardTest/KeyboardTest/KeyboardTest.csproj @@ -92,9 +92,9 @@ {0F5AA96A-9253-4E06-A3F9-5517A2A9C558} Noddybox.Emulation.Keyboard.Schema - - {3B034AAA-A9FD-4307-95F2-D87BE0A51990} - Noddybox.Emulation.Xna.Keyboard + + {0F95CAB2-B79A-45B5-B5F2-14F4CED2EF20} + Noddybox.Emulation.Xna.Input KeyboardTestContent -- cgit v1.2.3