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>KBDInitRegionUS</title> 10</head> 11 12<body> 13 14<h1>KBDInitRegionUS</h1> 15 16 17<h2>Syntax</h2> 18 19<dl> 20<dd><pre><code>#include <revolution/kbd.h></code></pre> 21 </dd> 22<dd><pre><code>void KBDInitRegionUS (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 keyboard map for the US region. You must initialize at least one market (region) after calling <a href="KBDInit.html"><CODE>KBDInit</CODE></a>. 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 US region maps include the following countries:</p> 37<ul> 38<li>United States</li> 39<li>Canada (multilingual map)</li> 40<li>Latin America</li> 41</ul> 42 43<h2>See Also</h2> 44 45<p><a href="list.html">Keyboard API Function List</a></p> 46 47<h2>Revision History</h2><p></p> 48 49<P> 502008/09/26 Corrected the explanation to say this function is called after <CODE>KBDInit</CODE>.<br> 10/08/2007 Changed to call this function after the <CODE>KBDInit</CODE> function per changes to the API.<br>2007/03/19 Initial version 0.1. 51</p> 52 53 54<hr> 55 56<hr><p>CONFIDENTIAL</p></body> 57</HTML>