mirror of
https://github.com/Ryujinx/SDL2-CS.git
synced 2025-01-24 19:01:07 +00:00
F# keyword fix
This commit is contained in:
parent
3e7eaf9d5b
commit
a31694d145
|
@ -4827,6 +4827,8 @@ namespace SDL2
|
||||||
[FieldOffset(0)]
|
[FieldOffset(0)]
|
||||||
public SDL_EventType type;
|
public SDL_EventType type;
|
||||||
[FieldOffset(0)]
|
[FieldOffset(0)]
|
||||||
|
public SDL_EventType typeFSharp;
|
||||||
|
[FieldOffset(0)]
|
||||||
public SDL_DisplayEvent display;
|
public SDL_DisplayEvent display;
|
||||||
[FieldOffset(0)]
|
[FieldOffset(0)]
|
||||||
public SDL_WindowEvent window;
|
public SDL_WindowEvent window;
|
||||||
|
|
Loading…
Reference in a new issue