Code review comment for lp:~lukas-kde/qtubuntu/fixWheel

Revision history for this message
Daniel d'Andrada (dandrader) wrote :

I don't think s/localPoint/QCursor::pos() makes any difference as I think we are currently not informing the global position of the cursor.

I think we can find out the global cursor position by doing:
window->position() + localPoint

What do you think?

review: Needs Information

« Back to merge proposal