mirror of
https://github.com/Ryujinx/SDL2-CS.git
synced 2025-01-10 19:25:28 +00:00
SDL_Keysym for SDL_KeyboardEvent
This commit is contained in:
parent
45cbf67088
commit
297a13b5b5
|
@ -2217,7 +2217,7 @@ namespace SDL2
|
|||
public byte repeat; /* non-zero if this is a repeat */
|
||||
byte padding2;
|
||||
byte padding3;
|
||||
// TODO: SDL_Keysym struct.
|
||||
public SDL_Keysym keysym;
|
||||
}
|
||||
|
||||
//TODO: SDL_Text*Event (need to work out char[] in C#)
|
||||
|
|
Loading…
Reference in a new issue