Skip to content

Simplify input event flow

Vlad Zahorodnii requested to merge work/zzag/cleanup-input-manager into master

Currently, input events can flow directly to input device handlers and sometimes they go through the InputRedirection, which simply forwards them to the corresponding input device handler.

Merge request reports