From: Stefanos A Date: Sat, 18 Jan 2014 15:53:30 +0000 (+0100) Subject: [Win] Cleaned up public region X-Git-Tag: 2.0-0~88^2~38 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=30d09a43006cc16f0b02c43169e8df99d2f9ec18;p=platform%2Fcore%2Fcsapi%2Fopentk.git [Win] Cleaned up public region --- diff --git a/Source/OpenTK/Platform/Windows/WinRawJoystick.cs b/Source/OpenTK/Platform/Windows/WinRawJoystick.cs index 787ffde..67561bd 100644 --- a/Source/OpenTK/Platform/Windows/WinRawJoystick.cs +++ b/Source/OpenTK/Platform/Windows/WinRawJoystick.cs @@ -259,6 +259,10 @@ namespace OpenTK.Platform.Windows return true; } + #endregion + + #region Private Members + static bool GetPreparsedData(IntPtr handle, ref byte[] prepared_data) { // Query the size of the _HIDP_PREPARSED_DATA structure for this event. @@ -508,10 +512,6 @@ namespace OpenTK.Platform.Windows } } - #endregion - - #region Private Members - Device GetDevice(IntPtr handle) { bool is_device_known = false;