Package tools. aqua. bgw. event
Types
Link copied to clipboard
Gets raised when an Animation finished.
Link copied to clipboard
Event that gets raised for drag gestures.
Link copied to clipboard
class DropEvent(val draggedComponent: ComponentView, val dragTargets: List<ComponentView> = emptyList()) : Event
Content copied to clipboard
Event that gets raised for drop gestures.
Link copied to clipboard
InputEvent baseclass.
Link copied to clipboard
Enum for all available mouse buttons.
Link copied to clipboard
class MouseEvent( val button: MouseButtonType, val posX: Number, val posY: Number) : InputEvent
Content copied to clipboard
Event that gets raised for mouse inputs.
Link copied to clipboard
Enum indicating direction of a ScrollEvent.
Link copied to clipboard
class ScrollEvent( val direction: ScrollDirection, val isControlDown: Boolean, val isShiftDown: Boolean, val isAltDown: Boolean) : InputEvent
Content copied to clipboard
Event that gets raised for mouse wheel inputs.