Merge pull request #813 from histausse/touch_dev_rotation

Add input:touchdevice:transform config
This commit is contained in:
Vaxry 2022-10-14 12:26:31 +01:00 committed by GitHub
commit cee0645fd1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 68 additions and 0 deletions

View file

@ -326,6 +326,8 @@ struct SIMEPopup {
struct STouchDevice {
wlr_input_device* pWlrDevice = nullptr;
std::string name = "";
DYNLISTENER(destroy);
bool operator==(const STouchDevice& other) {