Page MenuHome

Add high frequency mouse input for Windows.
ClosedPublic

Authored by Nicholas Rishel (nicholas_rishel) on Jan 4 2021, 7:38 AM.

Details

Summary

Send mouse move event instead of moving cursor.

SetCursorPos does not reliably move the mouse when it is leaving the
window quickly.

Diff Detail

Repository
rB Blender
Branch
MouseMovePointsEx (branched from master)
Build Status
Buildable 11963
Build 11963: arc lint + arc unit

Event Timeline

Nicholas Rishel (nicholas_rishel) requested review of this revision.Jan 4 2021, 7:38 AM
Nicholas Rishel (nicholas_rishel) created this revision.

Remove vestigial tablet handling code from processCursorEvent.

  • Fix T81211: Add high frequency mouse input for Windows.
  • Send mouse move event instead of moving cursor.
  • Fix T81211: Add high frequency mouse input for Windows.
  • Send mouse move event instead of moving cursor.

I think this is fine still in bcon2. If it causes problems it can be reverted.

This revision is now accepted and ready to land.Jan 11 2021, 6:03 PM