mirror of
https://github.com/thunderbrewhq/thunderbrew
synced 2025-12-12 19:22:30 +00:00
feat(event): split out OsInputGet by platform
This commit is contained in:
parent
7dbb4af868
commit
788dde31ef
4 changed files with 34 additions and 28 deletions
6
src/event/linux/Input.cpp
Normal file
6
src/event/linux/Input.cpp
Normal 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;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue