mouseMove

Processes moving of the mouse while main button pressed.

Signatures

  •   ParamateControls.<ControlName>.mouseMove(e)

Details

Abstract function that must be implemented when creating a custom control. The function is executed when a user moves the mouse with the main button pressed or performs a single finger touch movement. 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