Skip to content

Reset the count while the user keeps moving the mouse

Marco Martin requested to merge work/mart/unglitchCornerActivation2 into master

re-trigger the edge only if the user keeps the mouse still for at least edges()->reActivationThreshold() - edges()->timeThreshold()

so that the user has to actually keep moving. if the user keeps moving the cursor in the direction of the edge, it wion't continuously retrigger it

BUG:457280

Merge request reports