WM_MOUSEMOVE continually fired without moving mouse (1903 windows update)

  • Thread starter Thread starter deadlylone
  • Start date Start date
D

deadlylone

Guest
After 1903 update i get spurious WM_MOUSEMOVE msg.

Problem that i cant recive WM_TIMER from my setTimer callback when mouse not moving.

TickHandle=SetTimer(FindWindowA(NULL,"Test"),1,100,(TIMERPROC)TimerProc)

Only when mouse is not move!!! any action or disale vsync (fps > 100) and WM_TIMER msg start to go.


Spy++ (mouse idle):

View: https://i.imgur.com/Ru5cMkZ.png
- 1903 version

View: https://i.imgur.com/oVPb9hg.png
- 1806 version

Continue reading...
 
Back
Top