// TODO: switch to proper enums when we support them. // Key codes export const KEY_ESC = 27; export const KEY_SPACE = 32; export const KEY_UP = 38; export const KEY_DOWN = 40;