us.ihmc.utilities.keyboardAndMouse
Class GhostMouseKeyPressPlaybackEvent
java.lang.Object
us.ihmc.utilities.keyboardAndMouse.GhostMouseKeyPressPlaybackEvent
- All Implemented Interfaces:
- GhostMousePlaybackEvent
public class GhostMouseKeyPressPlaybackEvent
- 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 |
GhostMouseKeyPressPlaybackEvent
public GhostMouseKeyPressPlaybackEvent(int keyCode)
GhostMouseKeyPressPlaybackEvent
public GhostMouseKeyPressPlaybackEvent(java.lang.String keyPressString)
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