aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md15
1 files changed, 14 insertions, 1 deletions
diff --git a/README.md b/README.md
index 6b98e00..8d538e2 100644
--- a/README.md
+++ b/README.md
@@ -198,7 +198,20 @@ The following tasks remain to be done:
* SDL_RegisterEvents()
* http://hg.libsdl.org/SDL/file/default/include/SDL_keyboard.h
- * We need to implement everything.
+ * We need to implement the following functions:
+ * SDL_GetKeyboardFocus()
+ * SDL_GetKeyboardState()
+ * SDL_GetModState()
+ * SDL_SetModState()
+ * SDL_GetKeyFromScancode()
+ * SDL_GetScancodeFromKey()
+ * SDL_GetScancodeName()
+ * SDL_GetScancodeFromName()
+ * SDL_GetKeyName()
+ * SDL_GetKeyFromName()
+ * SDL_SetTextInputRect()
+ * SDL_HasScreenKeyboardSupport()
+ * SDL_IsScreenKeyboardShown()
* http://hg.libsdl.org/SDL/file/default/include/SDL_keycode.h
* We probably should make it easy to identify keycodes and scancodes.