diff options
author | David Thompson <dthompson@vistahigherlearning.com> | 2020-10-06 18:58:12 -0400 |
---|---|---|
committer | David Thompson <dthompson@vistahigherlearning.com> | 2020-10-06 18:58:12 -0400 |
commit | a1a001a83764a838d43cf5a38ed4e3f26df3a5d5 (patch) | |
tree | 635b1b55b1bd6823a7837e392ea736a98a0d5da9 /examples/tetra | |
parent | c808d99f048daf4284e1ab431166347dc5456706 (diff) |
scene: Remove scancode arg from key press/release methods.
Diffstat (limited to 'examples/tetra')
-rw-r--r-- | examples/tetra/tetra.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/tetra/tetra.scm b/examples/tetra/tetra.scm index b02aeea..5723b31 100644 --- a/examples/tetra/tetra.scm +++ b/examples/tetra/tetra.scm @@ -662,7 +662,7 @@ area next to the board." (when game-over-container (detach game-over-container)))) -(define-method (on-key-press (tetra <tetra>) key scancode modifiers repeat?) +(define-method (on-key-press (tetra <tetra>) key modifiers repeat?) (match (state tetra) ('play (match key |