ewol/enum_ewol__context__cursorDisplay.html

185 lines
7.2 KiB
HTML

<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
<title>ewol Library</title>
<link rel="stylesheet" href="base.css">
<link rel="stylesheet" href="menu.css">
</head>
<body>
<div class="navbar navbar-fixed-top">
<div class="container">
<h1><a href="index.html">ewol library</a></h1>
<h4><a href="http://github.com/heeroyui/ewol/">&nbsp;&nbsp;&nbsp;[ sources ]</a></h4>
<h3>API:</h3> <div id="menu">
<ul class="niveau1">
<li class="sousmenu"><a href="namespace_ewol.html">ewol</a>
<ul class="niveau2">
<li><a href="namespace_ewol__key.html">key</a>
</li>
<li><a href="namespace_ewol__widget.html">widget</a>
</li>
<li><a href="namespace_ewol__openGL.html">openGL</a>
</li>
<li class="sousmenu"><a href="namespace_ewol__context.html">context</a>
<ul class="niveau3">
<li><a href="namespace_ewol__context__clipBoard.html">clipBoard</a>
</li>
</ul>
</li>
<li class="sousmenu"><a href="namespace_ewol__audio.html">audio</a>
<ul class="niveau3">
<li><a href="namespace_ewol__audio__wav.html">wav</a>
</li>
<li><a href="namespace_ewol__audio__music.html">music</a>
</li>
<li><a href="namespace_ewol__audio__effects.html">effects</a>
</li>
</ul>
</li>
<li><a href="namespace_ewol__portAudio.html">portAudio</a>
</li>
<li><a href="namespace_ewol__compositing.html">compositing</a>
</li>
<li><a href="namespace_ewol__object.html">object</a>
</li>
<li><a href="namespace_ewol__resource.html">resource</a>
</li>
<li><a href="namespace_ewol__font.html">font</a>
</li>
<li><a href="namespace_ewol__event.html">event</a>
</li>
</ul>
</li>
<li><a href="namespace_MacOs.html">MacOs</a>
</li>
</ul>
</div>
<h3>Documentation:</h3><div id="menu">
<ul class="niveau1"><li><a href="001_bases.html">bases</a></li>
</ul></div>
<h3>Tutorials:</h3><div id="menu">
<ul class="niveau1"><li><a href="tutorial_000_Build.html">Build</a></li>
</ul><ul class="niveau1"><li><a href="tutorial_001_HelloWord.html">HelloWord</a></li>
</ul></div>
<br/><h3>Associate libraries:</h3><div id="menu">
<ul class="niveau1"><li><a href="../ejson/index.html">ejson</a></li>
</ul><ul class="niveau1"><li><a href="../egami/index.html">egami</a></li>
</ul><ul class="niveau1"><li><a href="../ege/index.html">ege</a></li>
</ul><ul class="niveau1"><li><a href="../esvg/index.html">esvg</a></li>
</ul><ul class="niveau1"><li><a href="../etk/index.html">etk</a></li>
</ul><ul class="niveau1"><li><a href="../exml/index.html">exml</a></li>
</ul></div>
<br/>
<br/>
<br/>
<br/>
<br/>
<br/>
</div>
</div>
<div class="container" id="content">
<h1>enum: ewol::context::cursorDisplay</h1><hr/><h2>Description:</h2>
<br/><br/>
<h2>Value list</h2>
<ul>
<table class="enumeration-list"><tr>
<tr>
<td><a href="#cursorArrow">cursorArrow</a></td><td><a href="#cursorLeftArrow">cursorLeftArrow</a></td><td><a href="#cursorInfo">cursorInfo</a></td></tr>
<tr>
<td><a href="#cursorDestroy">cursorDestroy</a></td><td><a href="#cursorHelp">cursorHelp</a></td><td><a href="#cursorCycle">cursorCycle</a></td></tr>
<tr>
<td><a href="#cursorSpray">cursorSpray</a></td><td><a href="#cursorWait">cursorWait</a></td><td><a href="#cursorText">cursorText</a></td></tr>
<tr>
<td><a href="#cursorCrossHair">cursorCrossHair</a></td><td><a href="#cursorSlideUpDown">cursorSlideUpDown</a></td><td><a href="#cursorSlideLeftRight">cursorSlideLeftRight</a></td></tr>
<tr>
<td><a href="#cursorResizeUp">cursorResizeUp</a></td><td><a href="#cursorResizeDown">cursorResizeDown</a></td><td><a href="#cursorResizeLeft">cursorResizeLeft</a></td></tr>
<tr>
<td><a href="#cursorResizeRight">cursorResizeRight</a></td><td><a href="#cursorCornerTopLeft">cursorCornerTopLeft</a></td><td><a href="#cursorCornerTopRight">cursorCornerTopRight</a></td></tr>
<tr>
<td><a href="#cursorCornerButtomLeft">cursorCornerButtomLeft</a></td><td><a href="#cursorCornerButtomRight">cursorCornerButtomRight</a></td><td><a href="#cursorNone">cursorNone</a></td></tr>
<tr>
<td><a href="#cursorCount">cursorCount</a></td></tr>
</table>
</ul>
<h2>Detail:</h2>
<h3><a id="cursorArrow"/>cursorArrow</h3><pre>
cursorArrow = <span class="code-type">0<span></pre>
<hr/>
<h3><a id="cursorLeftArrow"/>cursorLeftArrow</h3><pre>
cursorLeftArrow = <span class="code-type">1<span></pre>
<hr/>
<h3><a id="cursorInfo"/>cursorInfo</h3><pre>
cursorInfo = <span class="code-type">2<span></pre>
<hr/>
<h3><a id="cursorDestroy"/>cursorDestroy</h3><pre>
cursorDestroy = <span class="code-type">3<span></pre>
<hr/>
<h3><a id="cursorHelp"/>cursorHelp</h3><pre>
cursorHelp = <span class="code-type">4<span></pre>
<hr/>
<h3><a id="cursorCycle"/>cursorCycle</h3><pre>
cursorCycle = <span class="code-type">5<span></pre>
<hr/>
<h3><a id="cursorSpray"/>cursorSpray</h3><pre>
cursorSpray = <span class="code-type">6<span></pre>
<hr/>
<h3><a id="cursorWait"/>cursorWait</h3><pre>
cursorWait = <span class="code-type">7<span></pre>
<hr/>
<h3><a id="cursorText"/>cursorText</h3><pre>
cursorText = <span class="code-type">8<span></pre>
<hr/>
<h3><a id="cursorCrossHair"/>cursorCrossHair</h3><pre>
cursorCrossHair = <span class="code-type">9<span></pre>
<hr/>
<h3><a id="cursorSlideUpDown"/>cursorSlideUpDown</h3><pre>
cursorSlideUpDown = <span class="code-type">10<span></pre>
change the position (slide) vertical<br/><hr/>
<h3><a id="cursorSlideLeftRight"/>cursorSlideLeftRight</h3><pre>
cursorSlideLeftRight = <span class="code-type">11<span></pre>
change the position (slide) horizontal<br/><hr/>
<h3><a id="cursorResizeUp"/>cursorResizeUp</h3><pre>
cursorResizeUp = <span class="code-type">12<span></pre>
<hr/>
<h3><a id="cursorResizeDown"/>cursorResizeDown</h3><pre>
cursorResizeDown = <span class="code-type">13<span></pre>
<hr/>
<h3><a id="cursorResizeLeft"/>cursorResizeLeft</h3><pre>
cursorResizeLeft = <span class="code-type">14<span></pre>
<hr/>
<h3><a id="cursorResizeRight"/>cursorResizeRight</h3><pre>
cursorResizeRight = <span class="code-type">15<span></pre>
<hr/>
<h3><a id="cursorCornerTopLeft"/>cursorCornerTopLeft</h3><pre>
cursorCornerTopLeft = <span class="code-type">16<span></pre>
<hr/>
<h3><a id="cursorCornerTopRight"/>cursorCornerTopRight</h3><pre>
cursorCornerTopRight = <span class="code-type">17<span></pre>
<hr/>
<h3><a id="cursorCornerButtomLeft"/>cursorCornerButtomLeft</h3><pre>
cursorCornerButtomLeft = <span class="code-type">18<span></pre>
<hr/>
<h3><a id="cursorCornerButtomRight"/>cursorCornerButtomRight</h3><pre>
cursorCornerButtomRight = <span class="code-type">19<span></pre>
<hr/>
<h3><a id="cursorNone"/>cursorNone</h3><pre>
cursorNone = <span class="code-type">20<span></pre>
<hr/>
<h3><a id="cursorCount"/>cursorCount</h3><pre>
cursorCount = <span class="code-type">21<span></pre>
</div>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-46753803-1', 'heeroyui.github.io');
ga('send', 'pageview');
</script>
</body>
</html>