D18114: FakeInput: add support for pointer move with absolute coordinates

David Edmundson noreply at phabricator.kde.org
Wed Jan 9 12:14:02 GMT 2019


davidedmundson added inline comments.

INLINE COMMENTS

> fakeinput.cpp:106
> +    Q_ASSERT(d->manager.isValid());
> +    org_kde_kwin_fake_input_pointer_motion_absolute(d->manager, wl_fixed_from_double(pos.x()), wl_fixed_from_double(pos.y()));
> +}

if (wl_proxy_get_version(d->manager) < ORG_KDE_SOMETHING_SOMETHING_FAKE_INPUT_VERSION) {
 return;
}

REPOSITORY
  R127 KWayland

REVISION DETAIL
  https://phabricator.kde.org/D18114

To: jgrulich, davidedmundson, graesslin, zzag
Cc: graesslin, zzag, kde-frameworks-devel, michaelh, ngraham, bruns
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/kde-frameworks-devel/attachments/20190109/6c48e256/attachment.html>


More information about the Kde-frameworks-devel mailing list