Type Definition chip8_base::Keys

source · []
pub type Keys = [bool; 16];
Expand description

This type is how keyboard input is presented to the Interpreter. Each of the 16 keys can either be down (true) or up (false).