playave <events datafile>
The datafile has a simple text format. There are three types of events: mouse movement, mouse buttons, and keyboard events. The datafile contains one line per event. Each event line is composed of a delta time, a single character event type, and a number of event-specific values.
The delta time is the number of milliseconds delay between the previous event and this event. PlayAVE will wait at least this long before sending the event through the AVE.
The event types are identified as follows:
The formats for each type are:
<delta time> M <mouse x> <mouse y> <button state>
<delta time> B <button state> <mouse x> <mouse y>
<delta time> K <rawkey code>
PlayAVE can't guarantee that the timing of the played back events is identical to the recorded times. On a heavily loaded machine for example, the playback may be slower than expected.
/images/playave_pointer.png. As it is a PNG
file it contains both colour and alpha (mask) values. Replace this file
if you want a different pointer.