mirror of
https://github.com/Ryujinx/Opentk.git
synced 2024-12-24 17:25:28 +00:00
[Win] Cleaned up public region
This commit is contained in:
parent
9a25ddc14d
commit
30d09a4300
|
@ -259,6 +259,10 @@ namespace OpenTK.Platform.Windows
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#endregion
|
||||||
|
|
||||||
|
#region Private Members
|
||||||
|
|
||||||
static bool GetPreparsedData(IntPtr handle, ref byte[] prepared_data)
|
static bool GetPreparsedData(IntPtr handle, ref byte[] prepared_data)
|
||||||
{
|
{
|
||||||
// Query the size of the _HIDP_PREPARSED_DATA structure for this event.
|
// 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)
|
Device GetDevice(IntPtr handle)
|
||||||
{
|
{
|
||||||
bool is_device_known = false;
|
bool is_device_known = false;
|
||||||
|
|
Loading…
Reference in a new issue