[Win] Cleaned up public region

This commit is contained in:
Stefanos A 2014-01-18 16:53:30 +01:00 committed by thefiddler
parent 9a25ddc14d
commit 30d09a4300

View file

@ -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;