public abstract class MsEvent extends InputEvent
It is named MsEvent
rather than MouseEvent
to avoid name
clashes with the MouseEvent
hierarchy.
Constructor and Description |
---|
MsEvent(Display<?> display,
InputModifiers modifiers,
int x,
int y) |
getModifiers, getX, getY, toString
getDisplay
consume, dumpStack, getCallingThread, getStackTrace, isConsumed, setCallingThread, setConsumed
context, getContext
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
setContext
public MsEvent(Display<?> display, InputModifiers modifiers, int x, int y)
Copyright © 2015–2022 SciJava. All rights reserved.