Last change
on this file since 1518 was
1092,
checked in by pharms, 12 years ago
|
- added manual for condenseMouseClicks command
|
File size:
672 bytes
|
Line | |
---|
1 | condenses mouse clicks, i.e. it reduces a sequence of mouse button down, mouse button up and mouse click with the same button on the same event target to a single mouse click with that button on that target. The mouse button down and mouse button up events are discarded. |
---|
2 | |
---|
3 | $USAGE$ |
---|
4 | <sequences> the name of the collection of sequences, of which the mouse clicks shall be condensed |
---|
5 | <new sequences> optional; the name of the collection of sequences into which the resulting sequences shall be stored; if left out, the result is stored in the collection identified by <sequences> |
---|
6 | |
---|
7 | Example(s): |
---|
8 | condenseMouseClicks someSequences |
---|
9 | condenseMouseClicks someSequences someNewSequences |
---|
Note: See
TracBrowser
for help on using the repository browser.