Package org.jmol.viewer
Class MouseState
java.lang.Object
org.jmol.viewer.MouseState
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionboolean
check
(int xyRange, int x, int y, int modifiers, long time, long delayMax) boolean
inRange
(int xyRange, int x, int y) boolean
is
(MouseState current)
-
Field Details
-
x
public int x -
y
public int y -
time
public long time -
name
-
keybuf
public int keybuf
-
-
Method Details
-
inRange
public boolean inRange(int xyRange, int x, int y) -
check
public boolean check(int xyRange, int x, int y, int modifiers, long time, long delayMax) -
is
-