xpMsg_MouseUp | "10" |
The mouseup event is sent once when the mouse button is released after a drag or click. You only
receive this message if you accept the mouseDown message. Parameter one points to a mouse state structure. Dispatching: Direct Param 1: A pointer to an XPMouseState_t containing the mouse status. |