feat(event): add os-specific mouse mode handling

This commit is contained in:
fallenoak 2023-03-17 17:54:02 -05:00 committed by GitHub
parent 73859890b1
commit c2a5dd0568
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 57 additions and 4 deletions

View file

@ -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
}