Fixed field type of ctouchpad and csensor in SDL_Event.

This commit is contained in:
s341507 2021-11-03 11:23:38 +01:00 committed by Ethan Lee
parent 5df88baf4b
commit ec5e8d8357

View file

@ -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)]