xpMsg_MouseWheel

Constant xpMsg_MouseWheel 

Source
pub const xpMsg_MouseWheel: _bindgen_ty_30 = 20;
Expand description

The mouse wheel has moved. * * Return 1 to consume the mouse wheel move, or 0 to pass the message to a * parent. Dispatching: Up chain * * Param 1: A pointer to an XPMouseState_t containing the mouse status.