From 30d09a43006cc16f0b02c43169e8df99d2f9ec18 Mon Sep 17 00:00:00 2001 From: Stefanos A Date: Sat, 18 Jan 2014 16:53:30 +0100 Subject: [PATCH] [Win] Cleaned up public region --- Source/OpenTK/Platform/Windows/WinRawJoystick.cs | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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; -- 2.7.4