Class MouseEvent

java.lang.Object
org.jsignal.ui.event.Event
org.jsignal.ui.event.MouseEvent

public class MouseEvent extends Event
  • Constructor Details

    • MouseEvent

      public MouseEvent(EventType type, Node target, io.github.humbleui.types.Point screenPoint)
    • MouseEvent

      public MouseEvent(EventType type, Node target, io.github.humbleui.types.Point screenPoint, @Nullable io.github.humbleui.jwm.MouseButton mouseButton, Set<io.github.humbleui.jwm.KeyModifier> modifiers)
  • Method Details

    • getPoint

      public io.github.humbleui.types.Point getPoint()
    • getScreenPoint

      public io.github.humbleui.types.Point getScreenPoint()
    • getMouseButton

      public io.github.humbleui.jwm.MouseButton getMouseButton()
    • getModifiers

      public Set<io.github.humbleui.jwm.KeyModifier> getModifiers()
    • fromJwm

      public static MouseEvent fromJwm(EventType type, Node target, io.github.humbleui.jwm.EventMouseButton e)