Variables

@:value(cast flag(3))@:impl@:enuminlineread onlyClickCancelled:MouseClickEventState = flag(3)

The same as MouseClickEventState.ClickEnd but fired when the focused element is no longer hovered, i.e. the clicking action was cancelled by the user.

@:value(cast flag(1))@:impl@:enuminlineread onlyClickEnd:MouseClickEventState = flag(1)

Received by the focused element when the mouse button was released and the element is still hovered.

@:value(cast flag(2))@:impl@:enuminlineread onlyClickHold:MouseClickEventState = flag(2)

Received by the focused element if any mouse button is pressed.

@:value(cast flag(0))@:impl@:enuminlineread onlyClickStart:MouseClickEventState = flag(0)

Received by the hovered element if the mouse first clicks on it.