From 9695acd2e3ac2e4eded1ac84790537d61e3bbf6a Mon Sep 17 00:00:00 2001 From: Glatzemann Date: Fri, 11 Nov 2011 12:50:46 +0000 Subject: [PATCH] implemented class stubs of Storage Namespace fixed signature of KeyboardState fixed signature of GamePadButtons and optimized a little bit (for frequently used properties it is now cheaper to check state) fixed signature of GamePadDPad and made it the same style as GamePadButtons fixed signature of GamePadTriggers fixed signature of GamePadCapabilities fixed signature of GamePadState --- ANX.Framework/ANX.Framework.csproj | 4 +- ANX.Framework/Input/GamePadButtons.cs | 174 ++++++++------- ANX.Framework/Input/GamePadCapabilities.cs | 210 +++++++++++++----- ANX.Framework/Input/GamePadDPad.cs | 100 +++++++-- ANX.Framework/Input/GamePadState.cs | 111 +++++++-- ANX.Framework/Input/GamePadThumbSticks.cs | 39 +++- ANX.Framework/Input/GamePadTriggers.cs | 35 +++ ANX.Framework/Input/KeyboardState.cs | 108 +++++++++ ANX.Framework/Storage/StorageContainer.cs | 159 +++++++++++++ ANX.Framework/Storage/StorageDevice.cs | 123 ++++++++++ .../StorageDeviceNotConnectedException.cs | 84 +++++++ 11 files changed, 980 insertions(+), 167 deletions(-) create mode 100644 ANX.Framework/Storage/StorageContainer.cs create mode 100644 ANX.Framework/Storage/StorageDevice.cs create mode 100644 ANX.Framework/Storage/StorageDeviceNotConnectedException.cs diff --git a/ANX.Framework/ANX.Framework.csproj b/ANX.Framework/ANX.Framework.csproj index 95e8b424..b11c4077 100644 --- a/ANX.Framework/ANX.Framework.csproj +++ b/ANX.Framework/ANX.Framework.csproj @@ -332,6 +332,9 @@ + + + @@ -340,7 +343,6 @@ -