tty-solitaire/lib/keyboard.h

9 lines
90 B
C

#ifndef KEYBOARD_H
#define KEYBOARD_H
#define KEY_SPACEBAR ' '
int key_event();
#endif