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