[Win] Made internal struct non-public
This commit is contained in:
parent
8fddf8b669
commit
a8aabbf02c
1 changed files with 1 additions and 1 deletions
|
@ -165,7 +165,7 @@ namespace OpenTK.Platform.Windows
|
|||
}
|
||||
|
||||
[StructLayout(LayoutKind.Explicit)]
|
||||
public struct HidProtocolData
|
||||
struct HidProtocolData
|
||||
{
|
||||
[FieldOffset(0)] public short DataIndex;
|
||||
//[FieldOffset(2)] public short Reserved;
|
||||
|
|
Loading…
Reference in a new issue