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>KBDInitRegionEU</title>
10</head>
11
12<body>
13
14<h1>KBDInitRegionEU</h1>
15
16
17<h2>Syntax</h2>
18
19<dl>
20<dd><pre><code>#include &lt;revolution/kbd.h&gt;</code></pre>
21  </dd>
22<dd><pre><code>void KBDInitRegionEU (void);</code></pre>
23  </dd>
24</dl>
25
26<h2>Arguments</h2>
27<p>None.</p>
28
29<h2>Return Values</h2>
30<p>None.</p>
31
32<h2>Description</h2>
33
34<p>Initializes the keyboard maps for the EU region. One or more regions must be initialized after calling the <code><a href="KBDInit.html">KBDInit</a></code> function. The region initializers control which maps are linked in to the application code. If a region is not initialized, its maps are not included in the application code.
35</p>
36<p>The EU region maps include the following countries:</p>
37<ul>
38<li>Denmark</li>
39<li>Finland</li>
40<li>France</li>
41<li>Germany</li>
42<li>Greece</li>
43<li>Italy</li>
44<li>Netherlands</li>
45<li>Norway</li>
46<li>Portugal</li>
47<li>Spain</li>
48<li>Sweden</li>
49<li>United Kingdom</li>
50</ul>
51
52<h2>See Also</h2>
53
54<p><a href="list.html">Keyboard API Function List</a></p>
55
56<h2>Revision History</h2><p></p>
57
58<P>
592007/10/08  To reflect the API change, made modifications to call this function after calling <CODE>KBDInit</CODE>.<br>2007/03/19 Initial version 0.1.
60</p>
61
62<hr>
63
64<hr><p>CONFIDENTIAL</p></body>
65</HTML>