Merge pull request #813 from histausse/touch_dev_rotation
Add input:touchdevice:transform config
This commit is contained in:
commit
cee0645fd1
5 changed files with 68 additions and 0 deletions
|
|
@ -326,6 +326,8 @@ struct SIMEPopup {
|
|||
struct STouchDevice {
|
||||
wlr_input_device* pWlrDevice = nullptr;
|
||||
|
||||
std::string name = "";
|
||||
|
||||
DYNLISTENER(destroy);
|
||||
|
||||
bool operator==(const STouchDevice& other) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue