SDL_Keysym for SDL_KeyboardEvent

This commit is contained in:
David Gow 2013-04-05 23:45:13 +08:00
parent 45cbf67088
commit 297a13b5b5

View file

@ -2217,7 +2217,7 @@ namespace SDL2
public byte repeat; /* non-zero if this is a repeat */ public byte repeat; /* non-zero if this is a repeat */
byte padding2; byte padding2;
byte padding3; byte padding3;
// TODO: SDL_Keysym struct. public SDL_Keysym keysym;
} }
//TODO: SDL_Text*Event (need to work out char[] in C#) //TODO: SDL_Text*Event (need to work out char[] in C#)