Skip to content

Fix dependency order between InputDevice and InputRedirection

Vlad Zahorodnii requested to merge work/zzag/input-device-enums into master

Currently, input devices depend on InputRedirection for the event enums. Move them to the InputDevice to prevent input backends depending on higher level abstraction layers.

Merge request reports

Loading