Uses of Class
playn.core.Mouse.Event
-
Uses of Mouse.Event in playn.core
Subclasses of Mouse.Event in playn.coreModifier and TypeClassDescriptionstatic class
The event dispatched for mouse input.static class
An event dispatched when the mouse is moved.static class
An event dispatched when the mouse wheel is scrolled.Fields in playn.core with type parameters of type Mouse.EventMethods in playn.core with parameters of type Mouse.EventModifier and TypeMethodDescriptionstatic Mouse.ButtonEvent
Mouse.buttonEvents
(Mouse.Event event) Checks whetherevent
is aButtonEvent
and returns it (casted appropriately) if so.static Mouse.MotionEvent
Mouse.motionEvents
(Mouse.Event event) Checks whetherevent
is aMotionEvent
and returns it (casted appropriately) if so.void
Mouse.ButtonSlot.onEmit
(Mouse.Event event) void
Mouse.MotionSlot.onEmit
(Mouse.Event event) void
Mouse.WheelSlot.onEmit
(Mouse.Event event) static Mouse.WheelEvent
Mouse.wheelEvents
(Mouse.Event event) Checks whetherevent
is aWheelEvent
and returns it (casted appropriately) if so.