diff options
Diffstat (limited to 'sdl2')
-rw-r--r-- | sdl2/bindings.scm | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sdl2/bindings.scm b/sdl2/bindings.scm index ac16481..5a63636 100644 --- a/sdl2/bindings.scm +++ b/sdl2/bindings.scm @@ -973,6 +973,9 @@ RETURN-TYPE and accept arguments of ARG-TYPES." (define-foreign sdl-get-keyboard-state '* "SDL_GetKeyboardState" '(*)) +(define-foreign sdl-get-scancode-from-key + int "SDL_GetScancodeFromKey" (list int)) + ;;; ;;; Text Input |