PointerListener
interface PointerListener
Classes that implement this interface are informed of PointerEvents when they register with a source that fires these events.
Inheritors
Functions
Link copied to clipboard
Informs listener that the pointer was "clicked": pressed and released inside the same target.
Link copied to clipboard
Informs listener that the pointer has entered the source.
Link copied to clipboard
Informs listener that the pointer has exited the source.
Link copied to clipboard
Informs listener that the pointer was pressed.
Link copied to clipboard
Informs listener that the pointer was released.