pub const xpMsg_MouseUp: _bindgen_ty_30 = 10;Expand description
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.