Microsoft DirectX 9.0 |
This topic applies to Windows XP only.
The MouseUp event is called by the MSVidCtl object when the user releases the left mouse button while the mouse pointer is over the Video Control.
Syntax
object_MouseUp(
Button As Integer,
Shift As Integer,
x As Single,
y As Single)
Parameters
Button
Specifies the mouse button that was released.
Shift
Specifies whether the shift key was pressed when the button was released.
x
Specifies the x-position in pixels at the time the event was fired.
y
Specifies the y-position in pixels at the time the event was fired.
Remarks
See the KeyDown event for possible values for Shift. See the MouseDown event for the possible values of Button.
See Also