Online documentation for EventRobot

Generated 2006-03-17

EventRobot manifests key and mouse events.

Description

EventRobot moves the mouse position to the given coordinates in the screen, and triggers key pressed events from the given keyPressed property value.

Usage

Set the mouseButton to true to generate a mousePressed event.
Set the mouseButton to false to generate a mouseReleased event.
Set the mouseButtonClick to generate clicked event. A click event is handled as a mousePressed followed by mouseRelease.
Set the keyPressed to generate a keyPressed event.

Technical Details

Makes use of the Java.awt.Robot to mimick mouse and key events.