1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
2<html>
3
4<head>
5<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
6<META name="GENERATOR" content="Microsoft FrontPage 5.0">
7<META http-equiv="Content-Style-Type" content="text/css">
8<LINK rel="stylesheet" type="text/css" href="../CSS/revolution.css">
9<title>KBDDevEvent structure</title>
10</head>
11
12<body>
13
14<h1>KBDDevEvent structure</h1>
15
16<h2>Syntax</h2>
17<dl><dd><pre class="construction">
18#include &lt;revolution/kbd/kbd.h&gt;
19
20typedef struct _KBDDevEvent {
21  KBDChannel channel;
22} KBDDevEvent;
23</pre></dd></dl>
24
25<H2>Description</H2>
26<p>
27The <code>KBDDevEvent</code> structure contains a keyboard channel. An application function, if registered with <code><a href="KBDSetAttachCallback.html">KBDSetAttachCallback</code></a> or <a href="KBDSetDetachCallback.html"><code>KBDSetDetachCallback</code></a>, is called with a pointer to this structure.
28</p>
29
30<h2>See Also</h2>
31<P class="reference">
32<a href="list.html">Keyboard Functions</a>,
33<a href="KBDSetAttachCallback.html">KBDSetAttachCallback</a>,
34<a href="KBDSetDetachCallback.html">KBDSetDetachCallback</a>
35</p>
36
37<H2>Revision History</H2>
38<p>
392007/03/20 Initial version. <br>
40</p>
41
42<hr><p>CONFIDENTIAL</p></body>
43</HTML>