Resizer

constructor(view: View, manageCursor: Boolean = true, movable: Boolean = true, during: Resizer.Phase = EventBubbling)

Parameters

view

to be resized/moved

manageCursor

indicates whether the cursor should be updated by the Resizer

movable

indicates whether the Resizer will handle drag events to move view

during

Phase during which the Resizer is triggered. EventSinking allows the Resizer to get events before the View and its children