Re: Visual C++ General mouse event?
einaros
If I'm interpreting you right, this is merely a matter of doing a calculation such as: Position within window = position on screen - position of window.
mouse_event has no knowledge of windows, so you should just offset your positions accordingly.