Lots of refactoring and cleanup

This commit is contained in:
Bruce Hill 2019-05-23 19:04:17 -07:00
parent aa297e79d3
commit 752a23c5f6
2 changed files with 701 additions and 606 deletions

1306
bb.c

File diff suppressed because it is too large Load Diff

1
keys.h
View File

@ -35,6 +35,7 @@
#define KEY_MOUSE_RELEASE (0xFFFF-25)
#define KEY_MOUSE_WHEEL_UP (0xFFFF-26)
#define KEY_MOUSE_WHEEL_DOWN (0xFFFF-27)
#define KEY_MOUSE_DOUBLE_LEFT (0xFFFF-28)
/* These are all ASCII code points below SPACE character and a BACKSPACE key. */
#define KEY_CTRL_TILDE 0x00