feat(event): split out OsInputGet by platform

This commit is contained in:
fallenoak 2023-03-15 16:58:55 -05:00
parent 7dbb4af868
commit 788dde31ef
4 changed files with 34 additions and 28 deletions

View file

@ -0,0 +1,6 @@
#include "event/Input.hpp"
int32_t OsInputGet(OSINPUT* id, int32_t* param0, int32_t* param1, int32_t* param2, int32_t* param3) {
// TODO
return 0;
}