Skip to content

core: Drop Platform::warpPointer()

Vlad Zahorodnii requested to merge work/zzag/drop-platform-warp-pointer into master

It's odd to manipulate host cursor position and it's not highly important, for example we haven't had a need to warp the cursor on wayland.

The main motivation behind this change is to slim down the Platform to make it more output oriented.

Merge request reports