First dummy input implementation

This commit is contained in:
Francisco Javier Trujillo Mata 2023-12-31 17:00:46 +01:00 committed by kub
parent 8b65c92f1f
commit e22b24b81a
5 changed files with 317 additions and 12 deletions

6
platform/ps2/in_ps2.h Normal file
View file

@ -0,0 +1,6 @@
struct in_default_bind;
void in_ps2_init(struct in_default_bind *defbinds);
void in_ps2_deinit();