mirror of
https://github.com/Ryujinx/SDL2-CS.git
synced 2024-12-22 23:15:35 +00:00
Fixed field type of ctouchpad and csensor in SDL_Event.
This commit is contained in:
parent
5df88baf4b
commit
ec5e8d8357
|
@ -5092,9 +5092,9 @@ namespace SDL2
|
|||
[FieldOffset(0)]
|
||||
public SDL_ControllerDeviceEvent cdevice;
|
||||
[FieldOffset(0)]
|
||||
public SDL_ControllerDeviceEvent ctouchpad;
|
||||
public SDL_ControllerTouchpadEvent ctouchpad;
|
||||
[FieldOffset(0)]
|
||||
public SDL_ControllerDeviceEvent csensor;
|
||||
public SDL_ControllerSensorEvent csensor;
|
||||
[FieldOffset(0)]
|
||||
public SDL_AudioDeviceEvent adevice;
|
||||
[FieldOffset(0)]
|
||||
|
|
Loading…
Reference in a new issue