summaryrefslogtreecommitdiffstats
path: root/Graphic_Equalizer_v1.0/doc/html/mouse_8hch-source.html
blob: 5c7b232a53933de83782dc45b8628b4c0301efbc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
<!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.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.hch</h1><a href="mouse_8hch.html">Go to the documentation of this file.</a><div class="fragment"><pre class="fragment">00001 
00019 <span class="preprocessor">#ifndef _MOUSEDRIVER_HCH</span>
<a name="l00020"></a><a class="code" href="mouse_8hch.html#a0">00020</a> <span class="preprocessor"></span><span class="preprocessor">#define _MOUSEDRIVER_HCH 1</span>
00021 <span class="preprocessor"></span>
00022 
00023 
00024 <span class="comment">/*</span>
00025 <span class="comment"> * Create a define to keep API generic</span>
00026 <span class="comment"> */</span>
<a name="l00027"></a><a class="code" href="mouse_8hch.html#a1">00027</a> <span class="preprocessor">#define MouseRun(ClockRate) RC200TouchScreenRun(ClockRate)</span>
00028 <span class="preprocessor"></span>
00029 
00030 
00031 <span class="comment">/*</span>
00032 <span class="comment"> * Main mousedriver loop. This procedure never returns! It handles mouse input,</span>
00033 <span class="comment"> * updates the shared memory and notifies listeners. It requires a pointer to</span>
00034 <span class="comment"> * a mousedata_t struct to store mouse information.</span>
00035 <span class="comment"> */</span>
00036 <span class="keywordtype">void</span> <a class="code" href="mouse_8hcc.html#a0">mouse_main</a>(<a class="code" href="structmousedata__t.html">mousedata_t</a> *mousedata);
00037 
00038 <span class="preprocessor">#else</span>
00039 <span class="preprocessor"></span><span class="preprocessor">#error "ERROR file mousedriver.hch multiple times included"</span>
00040 <span class="preprocessor"></span><span class="preprocessor">#endif </span><span class="comment">/* --- _MOUSEDRIVER_HCH --- */</span>
00041 
</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>