onPointerMove property

void Function(PointerEvent evt, PickingInfo pickInfo, PointerEventTypes type) onPointerMove

Implementation

external void Function(PointerEvent evt, PickingInfo pickInfo, PointerEventTypes type) get onPointerMove;
void onPointerMove=(void onPointerMove(PointerEvent evt, PickingInfo pickInfo, PointerEventTypes type))

Implementation

external set onPointerMove(void Function(PointerEvent evt, PickingInfo pickInfo, PointerEventTypes type) onPointerMove);