1 <!DOCTYPE HTML PUBLIC
"-//W3C//DTD HTML 4.0 Transitional//EN">
4 <meta http-equiv=
"Content-Type" content=
"text/html;charset=iso-8859-1">
5 <title>File Index
</title>
6 <link href=
"doxygen.css" rel=
"stylesheet" type=
"text/css">
9 <!-- Generated by Doxygen 1.3.4 -->
10 <div class=
"qindex"><a class=
"qindex" href=
"main.html">Main
Page
</a> |
<a class=
"qindex" href=
"classes.html">Alphabetical
List
</a> |
<a class=
"qindex" href=
"annotated.html">Data
Structures
</a> |
<a class=
"qindex" href=
"files.html">File
List
</a> |
<a class=
"qindex" href=
"functions.html">Data
Fields
</a> |
<a class=
"qindex" href=
"globals.html">Globals
</a></div>
11 <h1>dmxmap.h File Reference
</h1>
13 <a href=
"dmxmap_8h-source.html">Go to the source code of this file.
</a><table border=
0 cellpadding=
0 cellspacing=
0>
15 <tr><td colspan=
2><br><h2>Functions
</h2></td></tr>
16 <tr><td class=
"memItemLeft" nowrap align=right valign=top
>void
</td><td class=
"memItemRight" valign=bottom
><a class=
"el" href=
"dmxmap_8h.html#a0">dmxMapInsert
</a> (
<a class=
"el" href=
"struct__DMXLocalInputInfo.html">DMXLocalInputInfoPtr
</a> dmxLocal, int remoteEvent, int serverEvent)
</td></tr>
18 <tr><td class=
"memItemLeft" nowrap align=right valign=top
>void
</td><td class=
"memItemRight" valign=bottom
><a class=
"el" href=
"dmxmap_8h.html#a1">dmxMapClear
</a> (
<a class=
"el" href=
"struct__DMXLocalInputInfo.html">DMXLocalInputInfoPtr
</a> dmxLocal)
</td></tr>
20 <tr><td class=
"memItemLeft" nowrap align=right valign=top
>int
</td><td class=
"memItemRight" valign=bottom
><a class=
"el" href=
"dmxmap_8h.html#a2">dmxMapLookup
</a> (
<a class=
"el" href=
"struct__DMXLocalInputInfo.html">DMXLocalInputInfoPtr
</a> dmxLocal, int remoteEvent)
</td></tr>
23 <hr><a name=
"_details"></a><h2>Detailed Description
</h2>
24 Interface to XInput event mapping support.
<dl compact
><dt><b>See also:
</b></dt><dd><a class=
"el" href=
"dmxmap_8c.html">dmxmap.c
</a></dd></dl>
25 <hr><h2>Function Documentation
</h2>
26 <a class=
"anchor" name=
"a1" doxytag=
"dmxmap.h::dmxMapClear" ></a><p>
27 <table class=
"mdTable" width=
"100%" cellpadding=
"2" cellspacing=
"0">
30 <table cellpadding=
"0" cellspacing=
"0" border=
"0">
32 <td class=
"md" nowrap
valign=
"top"> void dmxMapClear
</td>
33 <td class=
"md" valign=
"top">(
</td>
34 <td class=
"md" nowrap
valign=
"top"><a class=
"el" href=
"struct__DMXLocalInputInfo.html">DMXLocalInputInfoPtr
</a> </td>
35 <td class=
"mdname1" valign=
"top" nowrap
> <em>dmxLocal
</em> </td>
36 <td class=
"md" valign=
"top"> )
</td>
37 <td class=
"md" nowrap
></td>
44 <table cellspacing=
5 cellpadding=
0 border=
0>
52 Remove all mappings there were inserted with
<a class=
"el" href=
"dmxmap_8h.html#a0">dmxMapInsert
</a>.
</td>
55 <a class=
"anchor" name=
"a0" doxytag=
"dmxmap.h::dmxMapInsert" ></a><p>
56 <table class=
"mdTable" width=
"100%" cellpadding=
"2" cellspacing=
"0">
59 <table cellpadding=
"0" cellspacing=
"0" border=
"0">
61 <td class=
"md" nowrap
valign=
"top"> void dmxMapInsert
</td>
62 <td class=
"md" valign=
"top">(
</td>
63 <td class=
"md" nowrap
valign=
"top"><a class=
"el" href=
"struct__DMXLocalInputInfo.html">DMXLocalInputInfoPtr
</a> </td>
64 <td class=
"mdname" nowrap
> <em>dmxLocal
</em>,
</td>
69 <td class=
"md" nowrap
>int
</td>
70 <td class=
"mdname" nowrap
> <em>remoteEvent
</em>,
</td>
75 <td class=
"md" nowrap
>int
</td>
76 <td class=
"mdname" nowrap
> <em>serverEvent
</em></td>
80 <td class=
"md">)
</td>
81 <td class=
"md" colspan=
"2"></td>
88 <table cellspacing=
5 cellpadding=
0 border=
0>
96 Create a mapping from
<em>remoteEvent
</em> to
<em>serverEvent
</em>. The
<em>remoteEvent
</em> is the type returned from the remote server. The
<em>serverEvent
</em> is from the XI_* list of events in include/extensions/XIproto.h.
</td>
99 <a class=
"anchor" name=
"a2" doxytag=
"dmxmap.h::dmxMapLookup" ></a><p>
100 <table class=
"mdTable" width=
"100%" cellpadding=
"2" cellspacing=
"0">
103 <table cellpadding=
"0" cellspacing=
"0" border=
"0">
105 <td class=
"md" nowrap
valign=
"top"> int dmxMapLookup
</td>
106 <td class=
"md" valign=
"top">(
</td>
107 <td class=
"md" nowrap
valign=
"top"><a class=
"el" href=
"struct__DMXLocalInputInfo.html">DMXLocalInputInfoPtr
</a> </td>
108 <td class=
"mdname" nowrap
> <em>dmxLocal
</em>,
</td>
113 <td class=
"md" nowrap
>int
</td>
114 <td class=
"mdname" nowrap
> <em>remoteEvent
</em></td>
118 <td class=
"md">)
</td>
119 <td class=
"md" colspan=
"2"></td>
126 <table cellspacing=
5 cellpadding=
0 border=
0>
134 Lookup a mapping for
<em>remoteEvent
</em>. The
<em>remoteEvent
</em> is the type returned from the remote server. The return value is that which was passed into
<a class=
"el" href=
"dmxmap_8h.html#a0">dmxMapInsert
</a> (i.e., a value from the XI_* list in include/extensions/XIproto.h). If a mapping is not available, -
1 is returned.
</td>
140 Generated June
29,
2004 for
<a
141 href=
"http://dmx.sourceforge.net">Distributed Multihead X
</a> by
142 <a href=
"http://www.doxygen.org/index.html">doxygen
</a>