pointer: map devices across all outputs by default (#8352)

This commit is contained in:
JManch 2024-11-11 13:45:33 +00:00 committed by GitHub
parent 1fa0cd7a75
commit 07052a515b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 53 additions and 43 deletions

View file

@ -92,9 +92,10 @@ class CTablet : public IHID {
WP<CTablet> self;
bool relativeInput = false;
bool absolutePos = false;
std::string boundOutput = "";
CBox activeArea;
CBox boundBox; // output-local
CBox boundBox;
private:
CTablet(SP<Aquamarine::ITablet> tablet);