summaryrefslogtreecommitdiffstats
path: root/Graphic_Equalizer_v1.0/doc/html/mouse__shared_8hch-source.html
diff options
context:
space:
mode:
Diffstat (limited to 'Graphic_Equalizer_v1.0/doc/html/mouse__shared_8hch-source.html')
-rw-r--r--Graphic_Equalizer_v1.0/doc/html/mouse__shared_8hch-source.html53
1 files changed, 53 insertions, 0 deletions
diff --git a/Graphic_Equalizer_v1.0/doc/html/mouse__shared_8hch-source.html b/Graphic_Equalizer_v1.0/doc/html/mouse__shared_8hch-source.html
new file mode 100644
index 0000000..1910665
--- /dev/null
+++ b/Graphic_Equalizer_v1.0/doc/html/mouse__shared_8hch-source.html
@@ -0,0 +1,53 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html><head><meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1">
+<title>Graphic Equalizer 2: C:/Project Marcel &amp; Oliver/Graphic_Equalizer/include/mouse_shared.hch Source File</title>
+<link href="doxygen.css" rel="stylesheet" type="text/css">
+</head><body>
+<!-- Generated by Doxygen 1.3.9.1 -->
+<div class="qindex"><a class="qindex" href="main.html">Main&nbsp;Page</a> | <a class="qindex" href="annotated.html">Data&nbsp;Structures</a> | <a class="qindex" href="dirs.html">Directories</a> | <a class="qindex" href="files.html">File&nbsp;List</a> | <a class="qindex" href="functions.html">Data&nbsp;Fields</a> | <a class="qindex" href="globals.html">Globals</a></div>
+<div class="nav">
+<a class="el" href="dir_000000.html">C:</a>&nbsp;/&nbsp;<a class="el" href="dir_000001.html">Project Marcel &amp; Oliver</a>&nbsp;/&nbsp;<a class="el" href="dir_000002.html">Graphic_Equalizer</a>&nbsp;/&nbsp;<a class="el" href="dir_000003.html">include</a></div>
+<h1>mouse_shared.hch</h1><a href="mouse__shared_8hch.html">Go to the documentation of this file.</a><div class="fragment"><pre class="fragment">00001
+00019 <span class="preprocessor">#ifndef _MOUSEDRIVER_SHARED_HCH</span>
+<a name="l00020"></a><a class="code" href="mouse__shared_8hch.html#a0">00020</a> <span class="preprocessor"></span><span class="preprocessor">#define _MOUSEDRIVER_SHARED_HCH 1</span>
+00021 <span class="preprocessor"></span>
+00022 <span class="comment">/*** Data Types **********************/</span>
+00023
+00024 <span class="comment">/*</span>
+00025 <span class="comment"> * Type definition of the shared memory to be used in various processes</span>
+00026 <span class="comment"> */</span>
+<a name="l00027"></a><a class="code" href="structmousedata__t.html">00027</a> <span class="keyword">typedef</span> <span class="keyword">struct </span>{
+<a name="l00028"></a><a class="code" href="structmousedata__t.html#o1">00028</a> <span class="keywordtype">unsigned</span> 10 x, y;
+<a name="l00029"></a><a class="code" href="structmousedata__t.html#o2">00029</a> <span class="keywordtype">unsigned</span> 3 state;
+<a name="l00030"></a><a class="code" href="structmousedata__t.html#o3">00030</a> <span class="keywordtype">unsigned</span> 1 status;
+00031 } <a class="code" href="structmousedata__t.html">mousedata_t</a>;
+00032
+00033
+00034
+00035 <span class="comment">/*</span>
+00036 <span class="comment"> * States used to identify wether mouse data is updated</span>
+00037 <span class="comment"> */</span>
+<a name="l00038"></a><a class="code" href="mouse__shared_8hch.html#a1">00038</a> <span class="preprocessor">#define MOUSE_NOT_UPDATED 0</span>
+<a name="l00039"></a><a class="code" href="mouse__shared_8hch.html#a2">00039</a> <span class="preprocessor"></span><span class="preprocessor">#define MOUSE_UPDATED 1</span>
+00040 <span class="preprocessor"></span>
+00041
+00042
+00043 <span class="comment">/*</span>
+00044 <span class="comment"> * Set of Mouse States defines</span>
+00045 <span class="comment"> */</span>
+<a name="l00046"></a><a class="code" href="mouse__shared_8hch.html#a3">00046</a> <span class="preprocessor">#define MOUSE_STATE_UP 0</span>
+<a name="l00047"></a><a class="code" href="mouse__shared_8hch.html#a4">00047</a> <span class="preprocessor"></span><span class="preprocessor">#define MOUSE_STATE_ON_PRESS 1</span>
+<a name="l00048"></a><a class="code" href="mouse__shared_8hch.html#a5">00048</a> <span class="preprocessor"></span><span class="preprocessor">#define MOUSE_STATE_DOWN 2</span>
+<a name="l00049"></a><a class="code" href="mouse__shared_8hch.html#a6">00049</a> <span class="preprocessor"></span><span class="preprocessor">#define MOUSE_STATE_ON_RELEASE 3</span>
+00050 <span class="preprocessor"></span>
+00051
+00052
+00053 <span class="preprocessor">#else</span>
+00054 <span class="preprocessor"></span><span class="preprocessor">#error "ERROR file mousedriver_shared.hch multiple times included"</span>
+00055 <span class="preprocessor"></span><span class="preprocessor">#endif </span><span class="comment">/* --- _MOUSEDRIVER_SHARED_HCH --- */</span>
+00056
+</pre></div><hr size="1"><address style="align: right;"><small>Generated on Thu Dec 9 14:37:06 2004 for Graphic Equalizer 2 by&nbsp;
+<a href="http://www.doxygen.org/index.html">
+<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.3.9.1 </small></address>
+</body>
+</html>