Package playn.scene

Class Mouse.HoverEvent

All Implemented Interfaces:
XY
Enclosing class:
Mouse

public static class Mouse.HoverEvent extends Mouse.Event
An event dispatched when the mouse enters or exits a layer.
  • Field Details

    • inside

      public final boolean inside
      Whether the mouse is now inside or outside the layer in question.
  • Constructor Details

    • HoverEvent

      public HoverEvent(int flags, double time, float x, float y, boolean inside)