mirror of
https://github.com/bspeice/libcvautomation
synced 2025-07-01 22:07:38 -04:00
Update documentation to release 1.5
This commit is contained in:
@ -34,7 +34,7 @@
|
||||
|
||||
<td style="padding-left: 0.5em;">
|
||||
<div id="projectname">libcvautomation
|
||||
 <span id="projectnumber">1.4</span>
|
||||
 <span id="projectnumber">1.5</span>
|
||||
</div>
|
||||
|
||||
</td>
|
||||
@ -116,8 +116,13 @@ Output and Debugging</h3>
|
||||
Functions</h2>
|
||||
<h3><a class="anchor" id="appendix_click"></a>
|
||||
Click the mouse</h3>
|
||||
<div class="fragment"><pre class="fragment"> click [mouse-button]
|
||||
</pre></div><p> Click the mouse where it is currently located Optionally specify a mouse button to click <br/>
|
||||
<div class="fragment"><pre class="fragment"> mousedown [mouse-button]
|
||||
</pre></div><p> Push the mouse button down where it is currently located, and leave it down. Optionally specify a mouse button to push down <br/>
|
||||
<br/>
|
||||
</p>
|
||||
<div class="fragment"><pre class="fragment"> mouseup [mouse-button]
|
||||
</pre></div> <div class="fragment"><pre class="fragment"> click [mouse-button]
|
||||
</pre></div><p> Release the mouse button Optionally specify a mouse button to release <br/>
|
||||
<br/>
|
||||
</p>
|
||||
<div class="fragment"><pre class="fragment"> click_xy <x-coordinate> <y-coordinate> [mouse-button]
|
||||
@ -175,6 +180,9 @@ Move the mouse</h3>
|
||||
</pre></div><p> Scroll the mouse wheel up one</p>
|
||||
<div class="fragment"><pre class="fragment"> mouse_scrolld
|
||||
</pre></div><p> Scroll the mouse wheel down one</p>
|
||||
<div class="fragment"><pre class="fragment"> dragndrop
|
||||
</pre></div><p> Drag one image to another - i.e. drag a file to a folder. </p>
|
||||
<dl class="warning"><dt><b>Warning:</b></dt><dd>This function accepts only two arguments unlike other image functions - the first argument is the image to drag, the second is the image to drag to.</dd></dl>
|
||||
<h3><a class="anchor" id="appendix_find"></a>
|
||||
Find an Image</h3>
|
||||
<div class="fragment"><pre class="fragment"> image_location <filename>
|
||||
@ -237,7 +245,7 @@ Useful extras</h3>
|
||||
|
||||
|
||||
<hr class="footer"/><address class="footer"><small>
|
||||
Generated on Mon Jul 30 2012 12:42:34 for libcvautomation by  <a href="http://www.doxygen.org/index.html">
|
||||
Generated on Mon Aug 13 2012 09:14:32 for libcvautomation by  <a href="http://www.doxygen.org/index.html">
|
||||
<img class="footer" src="doxygen.png" alt="doxygen"/>
|
||||
</a> 1.7.6.1
|
||||
</small></address>
|
||||
|
Reference in New Issue
Block a user