Uses of Class
com.prineside.tdi2.scene2d.Event
Package
Description
-
Uses of Event in com.prineside.tdi2.scene2d
Modifier and TypeClassDescriptionclass
Event for actor input: touch, mouse, touch/mouse actor enter/exit, mouse scroll, and keyboard events.Modifier and TypeMethodDescriptionboolean
Sets this actor as the eventtarget
and propagates the event to this actor and ascendants as necessary.boolean
Try to handle the given event, if it is applicable.boolean
Try to handle the given event, if it is anInputEvent
.boolean
Notifies this actor's listeners of the event. -
Uses of Event in com.prineside.tdi2.scene2d.actions
Modifier and TypeClassDescriptionclass
CountdownEventAction<T extends Event>
An EventAction that is complete once it receives X number of events.class
EventAction<T extends Event>
Adds a listener to the actor for a specific event type and does not complete untilEventAction.handle(Event)
returns true. -
Uses of Event in com.prineside.tdi2.scene2d.utils
Modifier and TypeClassDescriptionstatic class
Fired when something in an actor has changed.static class
Fired when an actor gains or loses keyboard or scroll focus. -
Uses of Event in com.prineside.tdi2.ui.events
-
Uses of Event in com.prineside.tdi2.utils