us.ihmc.utilities.keyboardAndMouse
Class GhostMouseButtonReleasedPlaybackEvent
java.lang.Object
us.ihmc.utilities.keyboardAndMouse.GhostMouseButtonReleasedPlaybackEvent
- All Implemented Interfaces:
- GhostMousePlaybackEvent
public class GhostMouseButtonReleasedPlaybackEvent
- extends java.lang.Object
- implements GhostMousePlaybackEvent
Method Summary |
void |
playback(java.awt.Robot awtRobot,
double playbackSpeed)
|
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
LEFT
public static final int LEFT
- See Also:
- Constant Field Values
MIDDLE
public static final int MIDDLE
- See Also:
- Constant Field Values
RIGHT
public static final int RIGHT
- See Also:
- Constant Field Values
GhostMouseButtonReleasedPlaybackEvent
public GhostMouseButtonReleasedPlaybackEvent(int x,
int y,
MouseButton mouseButton)
GhostMouseButtonReleasedPlaybackEvent
public GhostMouseButtonReleasedPlaybackEvent(int[] coordinates,
MouseButton mouseButton)
playback
public void playback(java.awt.Robot awtRobot,
double playbackSpeed)
- Specified by:
playback
in interface GhostMousePlaybackEvent
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object