The Mousemove event

N1c0_ds

Active Member
Licensed User
I tried to use a mousemove event for scrolling and other gesture-related functions but a problem always came back on the device:

The mousemove event will only occur when you stop moving the pen. You can press and move the stylus around as much as you want as long as you don't stop moving it and nothing will happen.

Is there a fix for this?
 

klaus

Expert
Licensed User
Longtime User
This doesn't happen on my Qtek 9090.
Try the joined program, when you move the mouse the x coordinate of the cursor is displayed, this is updated even when you move the mouse. On desltop and device.
What are you doing in the MouseMove routine, does it need much time.

Best regards.
 

Attachments

  • MouseMove.sbp
    365 bytes · Views: 191
Top