mirror of
https://github.com/vale981/VoiDPlugins
synced 2025-03-04 16:51:38 -05:00
Add StructLayoutAttribute to RelativeInputReport
This commit is contained in:
parent
4b7b938fec
commit
5a93b4d147
1 changed files with 2 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue