Code review comment for lp:~dandrader/qtmir/mousePointer

Revision history for this message
Lukáš Tinkl (lukas-kde) wrote :

bool Cursor::handleMouseEvent(ulong timestamp, QPointF movement, Qt::MouseButton buttons,...)

Needs changing from Qt::MouseButton -> Qt::MouseButtons as the latter is expected by methods in QWindowSystemInterface. A single "button" would prevent stuff like emulating middle mouse click by pressing both left and right mouse buttons at once.

review: Needs Fixing

« Back to merge proposal