Package org.jsignal.ui.event
Class MouseEvent
java.lang.Object
org.jsignal.ui.event.Event
org.jsignal.ui.event.MouseEvent
-
Constructor Summary
ConstructorDescriptionMouseEvent
(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 MouseEvent
Set
<io.github.humbleui.jwm.KeyModifier> io.github.humbleui.jwm.MouseButton
io.github.humbleui.types.Point
getPoint()
io.github.humbleui.types.Point
Methods 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)
-