Mouse Event Adapter
interface MouseEventAdapter
Content copied to clipboard
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
mouseClicked
Link copied to clipboard
open fun mouseClicked(event: MouseEvent, phase: UIEventPhase): UIEventResponse
Content copied to clipboard
mouseDragged
Link copied to clipboard
open fun mouseDragged(event: MouseEvent, phase: UIEventPhase): UIEventResponse
Content copied to clipboard
mouseEntered
Link copied to clipboard
open fun mouseEntered(event: MouseEvent, phase: UIEventPhase): UIEventResponse
Content copied to clipboard
mouseExited
Link copied to clipboard
open fun mouseExited(event: MouseEvent, phase: UIEventPhase): UIEventResponse
Content copied to clipboard
mouseMoved
Link copied to clipboard
open fun mouseMoved(event: MouseEvent, phase: UIEventPhase): UIEventResponse
Content copied to clipboard
mousePressed
Link copied to clipboard
open fun mousePressed(event: MouseEvent, phase: UIEventPhase): UIEventResponse
Content copied to clipboard
mouseReleased
Link copied to clipboard
open fun mouseReleased(event: MouseEvent, phase: UIEventPhase): UIEventResponse
Content copied to clipboard
mouseWheelRotatedDown
Link copied to clipboard
open fun mouseWheelRotatedDown(event: MouseEvent, phase: UIEventPhase): UIEventResponse
Content copied to clipboard
mouseWheelRotatedUp
Link copied to clipboard
open fun mouseWheelRotatedUp(event: MouseEvent, phase: UIEventPhase): UIEventResponse
Content copied to clipboard
Inheritors
InternalComponent
Link copied to clipboard
Sources
(source)
Link copied to clipboard