Update documentation to release 1.5

This commit is contained in:
Bradlee Speice
2012-08-13 09:16:26 -04:00
parent 86bbaab804
commit 0e894409e9
26 changed files with 65 additions and 57 deletions

View File

@ -34,7 +34,7 @@
<td style="padding-left: 0.5em;">
<div id="projectname">libcvautomation
&#160;<span id="projectnumber">1.4</span>
&#160;<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 &lt;x-coordinate&gt; &lt;y-coordinate&gt; [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 &lt;filename&gt;
@ -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 &#160;<a href="http://www.doxygen.org/index.html">
Generated on Mon Aug 13 2012 09:14:32 for libcvautomation by &#160;<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.7.6.1
</small></address>