mirror of
https://github.com/bspeice/libcvautomation
synced 2024-12-04 13:58:11 -05:00
Add documentation for the mouseup and mousedown events
This commit is contained in:
parent
63a4783246
commit
733b05fd7f
@ -350,9 +350,15 @@ typedef struct {
|
||||
*
|
||||
* \section appendix_functions Functions
|
||||
* \subsection appendix_click Click the mouse
|
||||
* \code mousedown [mouse-button] \endcode
|
||||
* Push the mouse button down where it is currently located, and leave it down.
|
||||
* Optionally specify a mouse button to push down
|
||||
* <br><br>
|
||||
*
|
||||
* \code mouseup [mouse-button] \endcode
|
||||
* \code click [mouse-button] \endcode
|
||||
* Click the mouse where it is currently located
|
||||
* Optionally specify a mouse button to click
|
||||
* Release the mouse button
|
||||
* Optionally specify a mouse button to release
|
||||
* <br><br>
|
||||
*
|
||||
* \code click_xy <x-coordinate> <y-coordinate> [mouse-button] \endcode
|
||||
|
Loading…
Reference in New Issue
Block a user