lispgames / cl-sdl2

Common Lisp bindings for SDL2 using C2FFI.
MIT License
304 stars 82 forks source link

Add a nice interface to SDL_GetKeyboardState and SDL_GetMouseState #34

Closed nikki93 closed 9 years ago

nikki93 commented 9 years ago

These functions are useful for querying mouse and keyboard state outside the usual event poll mechanism.

rpav commented 9 years ago

Nice thanks.