Format hidpi.odin

This commit is contained in:
Lucas Perlind
2023-12-14 10:29:50 +11:00
parent feba52002e
commit 12b8f91249
+8 -8
View File
@@ -52,14 +52,14 @@ HIDP_BUTTON_CAPS :: struct {
DataIndexMax: USHORT,
},
NotRange: struct {
Usage: USAGE,
Reserved1: USAGE,
StringIndex: USHORT,
Reserved2: USHORT,
DesignatorIndex: USHORT,
Reserved3: USHORT,
DataIndex: USHORT,
Reserved4: USHORT,
Usage: USAGE,
Reserved1: USAGE,
StringIndex: USHORT,
Reserved2: USHORT,
DesignatorIndex: USHORT,
Reserved3: USHORT,
DataIndex: USHORT,
Reserved4: USHORT,
},
},
}