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