MouseEventAdapter

interface MouseEventAdapter

Callback interface for MouseEvents which can typically be implemented by long-lived objects. See MouseEventType. This class is part of the internal API so don't call any of these methods, it is the library's job to do so.

Functions

equals
Link copied to clipboard
common
open operator fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
common
open fun hashCode(): Int
mouseClicked
Link copied to clipboard
common
open fun mouseClicked(event: MouseEvent, phase: UIEventPhase): UIEventResponse
mouseDragged
Link copied to clipboard
common
open fun mouseDragged(event: MouseEvent, phase: UIEventPhase): UIEventResponse
mouseEntered
Link copied to clipboard
common
open fun mouseEntered(event: MouseEvent, phase: UIEventPhase): UIEventResponse
mouseExited
Link copied to clipboard
common
open fun mouseExited(event: MouseEvent, phase: UIEventPhase): UIEventResponse
mouseMoved
Link copied to clipboard
common
open fun mouseMoved(event: MouseEvent, phase: UIEventPhase): UIEventResponse
mousePressed
Link copied to clipboard
common
open fun mousePressed(event: MouseEvent, phase: UIEventPhase): UIEventResponse
mouseReleased
Link copied to clipboard
common
open fun mouseReleased(event: MouseEvent, phase: UIEventPhase): UIEventResponse
mouseWheelRotatedDown
Link copied to clipboard
common
open fun mouseWheelRotatedDown(event: MouseEvent, phase: UIEventPhase): UIEventResponse
mouseWheelRotatedUp
Link copied to clipboard
common
open fun mouseWheelRotatedUp(event: MouseEvent, phase: UIEventPhase): UIEventResponse
toString
Link copied to clipboard
common
open fun toString(): String

Inheritors

InternalComponent
Link copied to clipboard

Sources

(source)
Link copied to clipboard