Porovnávané verzie

Kľúč

  • Tento riadok sa pridal
  • Riadok je odstránený.
  • Formátovanie sa zmenilo.

OnDragMove picture event


Declaration


Blok kódu
languageesl
themeConfluence
 ENTRY OnDragMove(IN INT _refId, IN INT _moveType, IN INT _x, IN INT _y, IN BOOL _User)
 ; actions


Blok kódu
languageesl
themeConfluence
 END OnDragMove 
Parameters


_refIdReference variable of object.
_moveTypeDirection of movement.
_xMovement on X-axis.
_yMovement on Y-axis.
_UserAuxiliary parameter (for the present only of value @true).
Description
An event is generated if user moves by object in picture. It sends some information about movement range of object on X-axis and Y-axis into script.
Note


Blok kódu
languageesl
themeRDark
 ENTRY OnDragMove(IN INT_refId, IN INT _moveType, IN INT _X, IN INT _Y, IN BOOL _User)
 ; actions
 END OnDragMove