Add input:touchdevice:td_rotation config
Add support for touch device roation. The rotation is set globally with `input:touchdevice:td_rotation config` and by device with `td_rotation` in a device block.
This commit is contained in:
parent
fe4a97f245
commit
32ae0c51f0
5 changed files with 59 additions and 0 deletions
|
|
@ -53,6 +53,7 @@ public:
|
|||
|
||||
void setKeyboardLayout();
|
||||
void setPointerConfigs();
|
||||
void setTouchDeviceConfigs();
|
||||
|
||||
void updateDragIcon();
|
||||
void updateCapabilities(wlr_input_device*);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue