no message

This commit is contained in:
BADIM-PC\Vadim
2017-12-29 15:25:29 +03:00
parent db261ff93f
commit acbacb574e
7 changed files with 430 additions and 4 deletions

View File

@@ -104,9 +104,10 @@ typedef struct
};
} tic80_mouse;
typedef struct
typedef union
{
u8 data[4];
u8 keys[4];
u32 data;
} tic80_keyboard;
typedef struct