OnMouseMove(int x, int y, int flags), int
It's giving me a little trouble. Are the x- and y-coordinates relative to the screen or to the window? What are the possible flag values?
i think the flags is... if the mouse button is clicked.
if(flags = 1) {
MessageBox(0,str$(x) + " " + str$(),"Info");
}
I think the x and y are relative to the windows client area not the screen as it is a class method.
Lewis
Quote from: Lewis on January 23, 2006, 06:22:58 PM
iI think the x and y are relative to the windows client area not the screen as it is a class method.
Lewis
Yes, now that I've added correctly, it worksÂÃ, Ã‚Ã, :-[