https://bugs.kde.org/show_bug.cgi?id=454428

Vlad Zahorodnii <vlad.zahorod...@kde.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |FIXED
      Latest Commit|                            |https://invent.kde.org/plas
                   |                            |ma/kwin/commit/e6b5cf283e61
                   |                            |9c712fe5f5f99e1c00bce06a784
                   |                            |6
             Status|ASSIGNED                    |RESOLVED

--- Comment #2 from Vlad Zahorodnii <vlad.zahorod...@kde.org> ---
Git commit e6b5cf283e619c712fe5f5f99e1c00bce06a7846 by Vlad Zahorodnii.
Committed on 05/05/2023 at 10:27.
Pushed by vladz into branch 'master'.

core: Batch pointer input device events

This change introduces InputDevice::pointerFrame(). The main motivation
behind it is to allow batching multiple pointer events within a single
event frame.

M  +6    -0    autotests/integration/test_helpers.cpp
M  +5    -0    src/backends/fakeinput/fakeinputdevice.cpp
M  +6    -0    src/backends/libinput/connection.cpp
M  +4    -0    src/backends/wayland/wayland_backend.cpp
M  +3    -0    src/backends/x11/windowed/x11_windowed_backend.cpp
M  +1    -0    src/core/inputdevice.h
M  +38   -10   src/input.cpp
M  +1    -0    src/input.h
M  +9    -0    src/pointer_input.cpp
M  +4    -0    src/pointer_input.h

https://invent.kde.org/plasma/kwin/commit/e6b5cf283e619c712fe5f5f99e1c00bce06a7846

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to