Implement pen and touch support for Linux

This commit is contained in:
Cameron Gutman
2024-01-12 21:16:34 -06:00
parent c1a3903d20
commit d0049da2df
4 changed files with 614 additions and 12 deletions

View File

@@ -33,4 +33,7 @@ namespace input {
float scalar_inv;
};
std::pair<float, float>
scale_client_contact_area(const std::pair<float, float> &val, uint16_t rotation, const std::pair<float, float> &scalar);
} // namespace input