Jump to content
chkaufmann

WM_MOUSEMOVE message

Recommended Posts

In my application I have a TApplicationEvents object and there I use the OnMessage event.

 

I was wondering why this event is called all the time even then when I don't touch the mouse and/or the keyboard. Now I noticed that WM_MOUSEMOVE are sent all the time.

 

Is this normal - probably not - but how can I find out, where these messages come from. As soon as I move the mouse cursor outside of my applications window the messages stop.

 

Christian

Share this post


Link to post

Maybe try to unplug your mouse to see it you are still going to trigger it ?

Maybe your mouse is too sensitive and you cant notice that with your eyes 

 

I cant give you other suggestion but this is what came on my mind

Edited by Tntman

Share this post


Link to post

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×