Add StructLayoutAttribute to RelativeInputReport

This commit is contained in:
X9VoiD 2021-10-29 23:34:43 +08:00
parent 4b7b938fec
commit 5a93b4d147

View file

@ -1,7 +1,9 @@
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
namespace VoiDPlugins.Library.VMulti.Device
{
[StructLayout(LayoutKind.Sequential, Pack = 1)]
public struct RelativeInputReport
{
public RelativeInputReport(byte reportID)