Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-02-25 | Automatically map built-in touchscreens/tablets to built-in panels | Simon Ser | |
Detect whether an output is built-in via its type. Detect whether a touchscreen or tablet tool is built-in via its ID_PATH property. | |||
2019-07-23 | ipc: add input::libinput_config event | Brian Ashworth | |
This adds a libinput_config change type to the input event for when the libinput config for a device changes In order for this to be possible to track, the libinput config code had to be refactored. It is now extracted into a separate file to isolate it from the rest of the input management code. |