codedamn

Keyboard event tracking

Created by Laurence S about a year ago

0

No description provided

1 Comment

    0

    Keys = {} didn't work because the key press event info was returned in a different format. I step up Keys = {ArrowLeft = false, ArrowRight = false, ArrowUp = false, ArrowDown = false} as we did in the earlier project to get around this issue.

    @wltraylor

    Walter L Traylor

    @wltraylor

Your comment