mirror of
https://github.com/thunderbrewhq/thunderbrew
synced 2025-12-14 03:52:30 +00:00
feat(event): add os-specific mouse mode handling
This commit is contained in:
parent
73859890b1
commit
c2a5dd0568
5 changed files with 57 additions and 4 deletions
|
|
@ -4,3 +4,7 @@ int32_t OsInputGet(OSINPUT* id, int32_t* param0, int32_t* param1, int32_t* param
|
|||
// TODO
|
||||
return 0;
|
||||
}
|
||||
|
||||
void OsInputSetMouseMode(OS_MOUSE_MODE mode) {
|
||||
// TODO
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue