mirror of
https://github.com/bspeice/libcvautomation
synced 2025-07-04 15:27:04 -04:00
Release version 1.4 documentation
This commit is contained in:
@ -34,7 +34,7 @@
|
||||
|
||||
<td style="padding-left: 0.5em;">
|
||||
<div id="projectname">libcvautomation
|
||||
 <span id="projectnumber">1.3</span>
|
||||
 <span id="projectnumber">1.4</span>
|
||||
</div>
|
||||
|
||||
</td>
|
||||
@ -115,8 +115,8 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');
|
||||
<a name="l00027"></a>00027 <span class="comment"> * If it's not, return 0 (false) */</span>
|
||||
<a name="l00028"></a>00028 Bool <a class="code" href="libcvautomation-xtest_8h.html#af5b751f28a87f6ca4c1b3969c2ddb7f4" title="Check if the XTest extension is supported.">xte_XTestSupported</a> ( Display *displayLocation );
|
||||
<a name="l00029"></a>00029
|
||||
<a name="l00030"></a>00030 <span class="comment">/* Get the current location of the pointer */</span>
|
||||
<a name="l00031"></a>00031 <a class="code" href="structcvaPoint.html" title="Very simple structure to standardize how points are used in libcvautomation.">cvaPoint</a> <a class="code" href="libcvautomation-xtest_8h.html#afe460d54f6977c431d1c37d42b0264be" title="Grab the current location of the pointer.">xte_pointerLocation</a> ( Display *displayLocation );
|
||||
<a name="l00030"></a>00030 <span class="comment">/* Get the current location of the mouse */</span>
|
||||
<a name="l00031"></a>00031 <a class="code" href="structcvaPoint.html" title="Very simple structure to standardize how points are used in libcvautomation.">cvaPoint</a> <a class="code" href="libcvautomation-xtest_8h.html#aaa6da04691328c02b3fc3442eaa9bb44" title="Grab the current location of the mouse.">xte_mouseLocation</a> ( Display *displayLocation );
|
||||
<a name="l00032"></a>00032
|
||||
<a name="l00033"></a>00033 <span class="comment">/* Click the mouse where it is currently at */</span>
|
||||
<a name="l00034"></a>00034 <span class="keywordtype">void</span> <a class="code" href="libcvautomation-xtest_8h.html#a8a95419cacd3a0efbd4bb6274567e284" title="Click the mouse in its current location.">xte_clickMouse</a> ( Display *displayLocation, <span class="keywordtype">int</span> mouseButton );
|
||||
@ -176,7 +176,7 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');
|
||||
<a name="l00088"></a>00088 <span class="keywordtype">void</span> <a class="code" href="libcvautomation-xtest_8h.html#a18f5cc7307329ce2e13ceb25b274822b" title="Scroll the mouse up.">xte_mouseScrollUp</a> ( Display *displayLocation );
|
||||
<a name="l00089"></a>00089
|
||||
<a name="l00090"></a>00090 <span class="comment">/* Scroll the mouse down */</span>
|
||||
<a name="l00091"></a>00091 <span class="keywordtype">void</span> <a class="code" href="libcvautomation-xtest_8h.html#a9630d64e7c2e9206c88e61c0cf8813db" title="Scroll the mouse down.">xte_mouseScrollDown</a> ( Display *displayLocation );
|
||||
<a name="l00091"></a>00091 <span class="keywordtype">void</span> <a class="code" href="libcvautomation-xtest_8h.html#a5942cc208d0adc9ac8f74175803466b5" title="Scroll the mouse down.">xte_mouseScrollDown</a> ( Display *displayLocation );
|
||||
<a name="l00092"></a>00092
|
||||
<a name="l00093"></a>00093 <span class="comment">/* Press and release a key </span>
|
||||
<a name="l00094"></a>00094 <span class="comment"> * Note that we use a string for *key, since keys like "space" are still valid. */</span>
|
||||
@ -221,7 +221,7 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');
|
||||
|
||||
|
||||
<hr class="footer"/><address class="footer"><small>
|
||||
Generated on Tue Jul 24 2012 09:24:56 for libcvautomation by  <a href="http://www.doxygen.org/index.html">
|
||||
Generated on Mon Jul 30 2012 12:42:34 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