lispgames / cl-sdl2

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

Fix toggle-relative-mouse-mode #80

Closed Aethaeryn closed 7 years ago

Aethaeryn commented 7 years ago

This is a very simple fix. Right now, toggle-relative-mouse-mode errors because it's sending a CL nil or t where a C 0 or 1 is expected.