Implement keyboard support

Numpad will be done eventually
This commit is contained in:
Cacodemon345
2021-08-23 00:47:07 +06:00
parent f6af2b0162
commit d9fdc5fcc1
2 changed files with 109 additions and 1 deletions

View File

@@ -27,6 +27,7 @@
#include <stdlib.h>
#include <stdio.h>
#include <stdint.h>
#include <string.h>
#include <ctype.h>
#ifdef _WIN32
# include <string.h>