private Sub Screen_MouseClick ( ByVal windowMessage As Integer, _ ByVal X As Integer, _ ByVal Y As Integer _ )
Parameters
- windowMessage
- Window message that contains the mouse click event.
- X
- The x-coordinate of the mouse click, in pixels, relative to the left side of the session window.
- Y
- The y-coordinate of the mouse click, in pixels, relative to the top of the session window.