mouseUp
Processes releasing the main mouse button.
Signatures
- ParamateControls.<ControlName>.mouseUp(e)
Details
Abstract function that must be implemented when creating a custom control. The function is executed when a user releases the main mouse button or ends a touch event. It performs the required internal processes of the control.
Remark
The function must not stop the propagation of the mouse event.
Parameters
- e
-
MouseEvent Object