on second thought, maybe this is the right last argument

This commit is contained in:
Robby Findler 2010-12-06 19:33:46 -06:00
parent f818aa56bf
commit 39008f2130

View File

@ -155,7 +155,7 @@
(unhide-cursor)
(begin0
(default w msg wParam lParam)
(do-key w msg wParam lParam #f #f default))]
(do-key w msg wParam lParam #f #f void))]
[(= msg WM_KEYDOWN)
(do-key w msg wParam lParam #f #f default)]
[(= msg WM_KEYUP)