mirror of
https://github.com/Ryujinx/Opentk.git
synced 2025-02-02 18:51:07 +00:00
[Win] Made internal struct non-public
This commit is contained in:
parent
8fddf8b669
commit
a8aabbf02c
|
@ -165,7 +165,7 @@ namespace OpenTK.Platform.Windows
|
||||||
}
|
}
|
||||||
|
|
||||||
[StructLayout(LayoutKind.Explicit)]
|
[StructLayout(LayoutKind.Explicit)]
|
||||||
public struct HidProtocolData
|
struct HidProtocolData
|
||||||
{
|
{
|
||||||
[FieldOffset(0)] public short DataIndex;
|
[FieldOffset(0)] public short DataIndex;
|
||||||
//[FieldOffset(2)] public short Reserved;
|
//[FieldOffset(2)] public short Reserved;
|
||||||
|
|
Loading…
Reference in a new issue