Uses of Class
playn.core.Mouse.Event
-
Uses of Mouse.Event in playn.core
Subclasses of Mouse.Event in playn.coreModifier and TypeClassDescriptionstatic classThe event dispatched for mouse input.static classAn event dispatched when the mouse is moved.static classAn 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.ButtonEventMouse.buttonEvents(Mouse.Event event) Checks whethereventis aButtonEventand returns it (casted appropriately) if so.static Mouse.MotionEventMouse.motionEvents(Mouse.Event event) Checks whethereventis aMotionEventand returns it (casted appropriately) if so.voidMouse.ButtonSlot.onEmit(Mouse.Event event) voidMouse.MotionSlot.onEmit(Mouse.Event event) voidMouse.WheelSlot.onEmit(Mouse.Event event) static Mouse.WheelEventMouse.wheelEvents(Mouse.Event event) Checks whethereventis aWheelEventand returns it (casted appropriately) if so.