mirror of
https://github.com/Ryujinx/SDL2-CS.git
synced 2024-12-31 22:45:43 +00:00
Small fix for DisplayEventID
This commit is contained in:
parent
b5a66888f5
commit
0cd8f85918
|
@ -1011,7 +1011,7 @@ namespace SDL2
|
|||
SDL_WINDOWEVENT_HIT_TEST
|
||||
}
|
||||
|
||||
public enum SDL_DisplayEventID
|
||||
public enum SDL_DisplayEventID : byte
|
||||
{
|
||||
SDL_DISPLAYEVENT_NONE,
|
||||
SDL_DISPLAYEVENT_ORIENTATION
|
||||
|
@ -3664,7 +3664,7 @@ namespace SDL2
|
|||
public SDL_EventType type;
|
||||
public UInt32 timestamp;
|
||||
public UInt32 display;
|
||||
public byte displayEvent; // event, lolC#
|
||||
public SDL_DisplayEventID displayEvent; // event, lolC#
|
||||
private byte padding1;
|
||||
private byte padding2;
|
||||
private byte padding3;
|
||||
|
|
Loading…
Reference in a new issue