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