Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-07-28 | input/libinput: fix typo in set_middle_emulation | Brian Ashworth | |
This fixes a typo in set_middle_emulation where it would set left handed instead of middle emulation. | |||
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. |