Package org.jsignal.ui.event
Class MouseEvent
java.lang.Object
org.jsignal.ui.event.Event
org.jsignal.ui.event.MouseEvent
-
Constructor Summary
ConstructorsConstructorDescriptionMouseEvent(EventType type, Node target, io.github.humbleui.types.Point screenPoint) MouseEvent(EventType type, Node target, io.github.humbleui.types.Point screenPoint, io.github.humbleui.jwm.MouseButton mouseButton, Set<io.github.humbleui.jwm.KeyModifier> modifiers) -
Method Summary
Modifier and TypeMethodDescriptionstatic MouseEventSet<io.github.humbleui.jwm.KeyModifier> io.github.humbleui.jwm.MouseButtonio.github.humbleui.types.PointgetPoint()io.github.humbleui.types.PointMethods inherited from class org.jsignal.ui.event.Event
getCurrent, getTarget, getType, isImmediatePropagationStopped, isPropagationStopped, setCurrent, stopImmediatePropagation, stopPropagation
-
Constructor Details
-
MouseEvent
-
MouseEvent
-
-
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
-
fromJwm
public static MouseEvent fromJwm(EventType type, Node target, io.github.humbleui.jwm.EventMouseButton e)
-