mIRC Homepage
Posted By: Wims mouse event - 21/06/10 12:56 AM
Code:
alias clickmouse window -pd @a -1 -1 300 300
menu @a {
  mouse : echo -s mouse
  bug : noop $sfile(.)
}
When you right clic and select "bug", if you use a double click to open a file and if the mouse position is inside @a, the mouse event will trigger even if the mouse didn't move
Posted By: argv0 Re: mouse event - 21/06/10 03:00 AM
Hi,

mIRC simply relays WM_MOUSEMOVE messages from Windows. Windows is telling mIRC that the mouse moved, and mIRC is relaying this message. It's not a bug. There's no guarantee that a "mouse" event (in mIRC) means the mouse's coordinates changed-- it simply means that Windows told mIRC the mouse moved. It could very well have moved from coordinate X,Y to the same X,Y.
Posted By: Wims Re: mouse event - 21/06/10 03:08 AM
Ok, but it's quite annoying.
© mIRC Discussion Forums