onPointerUp property

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

Implementation

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

Implementation

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