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>KBDInitRegionJP</title> 10</head> 11 12<body> 13 14<h1>KBDInitRegionJP</h1> 15 16 17<h2>C Specification</h2> 18 19<dl> 20<dd><pre><code>#include <revolution/kbd.h></code></pre> 21 </dd> 22<dd><pre><code>void KBDInitRegionJP (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 maps for the JP region. One or more regions must be initialized before calling <code><a href="KBDInit.html">KBDInit</a></code>. 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 JP region maps include the following country maps:</p> 37<ul> 38<li>Japan</li> 39</ul> 40 41<h2>See Also</h2> 42 43<p><a href="list.html">Keyboard API Function List</a></p> 44 45<h2>Revision History</h2><p></p> 46 47<P>2007/03/19 Initial version.</p> 48 49</BODY> 50</HTML>