Skip to navigation

Keyboard: spaceKeyDebounce

Name: spaceKeyDebounce [Show more] Type: Variable Category: Keyboard Summary: A variable to flag whether the SPACE key has been pressed, so we can implement debounce
Context: See this variable in context in the source code References: This variable is used as follows: * CheckForKeyPresses uses spaceKeyDebounce
.spaceKeyDebounce EQUB 0 EQUB &00 \ This byte appears to be unused