The Face Object Field Actors on move - r3n/rebol-wiki GitHub Wiki

on-move is invoked every time the mouse moves, but is not performing dragging. It is invoked just prior to the on-over event.

The input argument is the event object.

No return value is necessary.

Examples

on-move: [
  ; Write some.
]
⚠️ **GitHub.com Fallback** ⚠️