aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--sdl2/keyboard.ha2
1 files changed, 2 insertions, 0 deletions
diff --git a/sdl2/keyboard.ha b/sdl2/keyboard.ha
index cc137d2..b9759dd 100644
--- a/sdl2/keyboard.ha
+++ b/sdl2/keyboard.ha
@@ -653,3 +653,5 @@ export fn SDL_GetKeyboardState() []bool = {
return arr;
};
+export @symbol("SDL_StartTextInput") fn SDL_StartTextInput(win: *SDL_Window) bool;
+export @symbol("SDL_StopTextInput") fn SDL_StopTextInput(win: *SDL_Window) bool;