http://qs321.pair.com?node_id=11143443


in reply to Re^3: Unable to capture mouse events in Win32::Console
in thread Unable to capture mouse events in Win32::Console

Hi pryrt, excellent! That explains it all. So to determine the actual Y-coordinate within the console window all that will be required is to subtract the Y-coordinate in the buffer from the Y-coordinate of the top of the console window in the buffer.

Thanks much!