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, getCallingThread, getStackTrace, isConsumed, setCallingThread, setConsumed
context, getContext, setContext
public MsEvent(Display<?> display, InputModifiers modifiers, int x, int y)
Copyright © 2009–2016 SciJava. All rights reserved.