From 297a13b5b53712be54e3ffe61291d58b1b69a9bc Mon Sep 17 00:00:00 2001 From: David Gow Date: Fri, 5 Apr 2013 23:45:13 +0800 Subject: [PATCH] SDL_Keysym for SDL_KeyboardEvent --- src/SDL2.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/SDL2.cs b/src/SDL2.cs index 9d853d7..822f95a 100644 --- a/src/SDL2.cs +++ b/src/SDL2.cs @@ -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#)