39 lines
		
	
	
		
			80 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			39 lines
		
	
	
		
			80 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
| <!DOCTYPE html>
 | |
| <html lang="en"><!-- use theme color or fallback -->
 | |
| <!--use textcolor from settings, otherwise create a contrasting color to theme color-->
 | |
| <head><meta charset="utf-8"/><link href="../../bootstrap/css/bootstrap.min.css" rel="stylesheet"/><link href="../../bootstrap/css/bootstrap-responsive.min.css" rel="stylesheet"/><link href="../../bootstrap/css/bootstrap-select.min.css" rel="stylesheet"/><link href="http://fonts.googleapis.com/css?family=Open+Sans:400,700,700italic,400italic" rel="stylesheet" type="text/css"/><link href="http://fonts.googleapis.com/css?family=Source+Sans+Pro:200,600,600italic,400" rel="stylesheet" type="text/css"/><link href="http://netdna.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.css" rel="stylesheet" type="text/css"/><script src="../../jquery-1.9.1.min.js"></script><script src="../../bootstrap/js/bootstrap.min.js"></script><script src="../../bootstrap/js/bootstrap-select.min.js"></script><link href="../../styles.css" rel="stylesheet"/><link href="../../haxe-nav.css" rel="stylesheet"/><script type="text/javascript">var dox = {rootPath: "../../",platforms: ["Neko","Android","Flash","iOS","macOS","Linux","HTML5","Windows"]};</script><script type="text/javascript" src="../../nav.js"></script><script type="text/javascript" src="../../index.js"></script><link rel="icon" href="../../favicon.ico" type="image/x-icon"></link><title>js.html.KeyEvent - API Reference</title></head><body><style>
 | |
| a, code .type {
 | |
| 	color: #24afc4;
 | |
| }
 | |
| .navbar .brand {
 | |
| 	display: inline-block;
 | |
| 	float: none;
 | |
| 	text-shadow: 0 0 0 transparent;
 | |
| }
 | |
| .nav-list>.active>a.treeLink, .nav-list>.active>a.treeLink:hover, .nav-list>.active>a.treeLink:focus {
 | |
| 	background: #24afc4;
 | |
| 	color: #ffffff;
 | |
| 	text-shadow: 0 0 0 transparent;
 | |
| }
 | |
| .navbar .container {
 | |
| 	width: 940px ;
 | |
| }
 | |
| @media (max-width: 767px) {
 | |
| 	.navbar .container {
 | |
| 		width: auto;
 | |
| 	}
 | |
| }
 | |
| @media (max-width: 979px) and (min-width: 768px) {
 | |
| 	.navbar .container {
 | |
| 		width: 724px;
 | |
| 	}
 | |
| }
 | |
| @media (min-width: 1200px) {
 | |
| 	.navbar .container {
 | |
| 		width: 1170px;
 | |
| 	}
 | |
| }
 | |
| .navbar .container img {
 | |
| 	margin: 5px 0 0 4px;
 | |
| }
 | |
| </style><nav class="nav"><div class="navbar"><div class="navbar-inner" style="background:#FAFAFA; border-bottom:1px solid rgba(0,0,0,.09)"><div class="container"><a class="brand" href="http://www.openfl.org"><img alt="" src="http://www.openfl.org/images/logo.png"/></a><a class="brand" style="color:#777777" href="../../">API Reference</a></div></div></div></nav><div class="container main-content"><div class="row-fluid"><div class="span3"><div class="well sidebar-nav"><form class="form-search" id="searchForm"><div class="input-prepend input-block-level"><span class="add-on"><i class="icon-search"></i></span><input id="search" type="text" placeholder="Search" autocomplete="off"/></div></form><div class="dropdown"><select id="select-platform" class="selectpicker" title="Filter by platform" data-width="100%"><option value="all" selected="true">All Platforms</option><option>Neko</option><option>Android</option><option>Flash</option><option>iOS</option><option>macOS</option><option>Linux</option><option>HTML5</option><option>Windows</option></select></div></div><div class="well sidebar-nav"><div id="nav"></div></div></div><div class="span9"><div class="page-header"><h1><small>class</small> KeyEvent</h1><h4><small>package <a href="../../js/html/index.html">js.html</a></small></h4>    <p class="availability"><hr/><em>Available on  HTML5</em></p></div><div class="body"><div class="doc doc-main"><div class="indent"><p></p></div></div><h3 class="section">Methods</h3><div class="fields"><div class="field "><a name="initKeyEvent"></a><h3><p><code><a href="#initKeyEvent"><span class="identifier">initKeyEvent</span></a> (<span style="white-space:nowrap">type:<a class="type" title="The basic String class." href="../../String.html">String</a>,</span> <span style="white-space:nowrap">canBubble:<a class="type" title="The standard Boolean type, which can either be true or false." href="../../Bool.html">Bool</a>,</span> <span style="white-space:nowrap">cancelable:<a class="type" title="The standard Boolean type, which can either be true or false." href="../../Bool.html">Bool</a>,</span> <span style="white-space:nowrap">view:<a class="type" title="The window object represents a window containing a DOM document; the document property points to the DOM document loaded in that window." href="../../js/html/Window.html">Window</a>,</span> <span style="white-space:nowrap">ctrlKey:<a class="type" title="The standard Boolean type, which can either be true or false." href="../../Bool.html">Bool</a>,</span> <span style="white-space:nowrap">altKey:<a class="type" title="The standard Boolean type, which can either be true or false." href="../../Bool.html">Bool</a>,</span> <span style="white-space:nowrap">shiftKey:<a class="type" title="The standard Boolean type, which can either be true or false." href="../../Bool.html">Bool</a>,</span> <span style="white-space:nowrap">metaKey:<a class="type" title="The standard Boolean type, which can either be true or false." href="../../Bool.html">Bool</a>,</span> <span style="white-space:nowrap">keyCode:<a class="type" title="The standard Int type." href="../../Int.html">Int</a>,</span> <span style="white-space:nowrap">charCode:<a class="type" title="The standard Int type." href="../../Int.html">Int</a></span>):<a class="type" title="The standard Void type." href="../../Void.html">Void</a></code></p></h3><div class="doc"><p></p></div></div></div><h3 class="section">Static variables</h3><div class="fields"><div class="field "><a name="DOM_VK_0"></a><h3><p><code><span class="label">static</span><span class="label">inline</span> <span class="label">read only</span><a href="../../js/html/KeyEvent.html#DOM_VK_0"><span class="identifier">DOM_VK_0</span></a>:<a class="type" title="The standard Int type." href="../../Int.html">Int</a><span> = 48</span></code></p></h3><div class="doc"><p></p></div></div><div class="field "><a name="DOM_VK_1"></a><h3><p><code><span class="label">static</span><span class="label">inline</span> <span class="label">read only</span><a href="../../js/html/KeyEvent.html#DOM_VK_1"><span class="identifier">DOM_VK_1</span></a>:<a class="type" title="The standard Int type." href="../../Int.html">Int</a><span> = 49</span></code></p></h3><div class="doc"><p></p></div></div><div class="field "><a name="DOM_VK_2"></a><h3><p><code><span class="label">static</span><span class="label">inline</span> <span class="label">read only</span><a href="../../js/html/KeyEvent.html#DOM_VK_2"><span class="identifier">DOM_VK_2</span></a>:<a class="type" title="The standard Int type." href="../../Int.html">Int</a><span> = 50</span></code></p></h3><div class="doc"><p></p></div></div><div class="field "><a name="DOM_VK_3"></a><h3><p><code><span class="label">static</span><span class="label">inline</span> <span class="label">read only</span><a href="../../js/html/KeyEvent.html#DOM_VK_3"><span class="identifier">DOM_VK_3</span></a>:<a class="type" title="The standard Int type." href="../../Int.html">Int</a><span> = 51</span></code></p></h3><div class="doc"><p></p></div></div><div class="field "><a name="DOM_VK_4"></a><h3><p><code><span class="label">static</span><span class="label">inline</span> <span class="label">read only</span><a href="../../js/html/KeyEvent.html#DOM_VK_4"><span class="identifier">DOM_VK_4</span></a>:<a class="type" title="The standard Int type." href="../../Int.html">Int</a><span> = 52</span></code></p></h3><div class="doc"><p></p></div></div><div class="field "><a name="DOM_VK_5"></a><h3><p><code><span class="label">static</span><span class="label">inline</span> <span class="label">read only</span><a href="../../js/html/KeyEvent.html#DOM_VK_5"><span class="identifier">DOM_VK_5</span></a>:<a class="type" title="The standard Int type." href="../../Int.html">Int</a><span> = 53</span></code></p></h3><div class="doc"><p></p></div></div><div class="field "><a name="DOM_VK_6"></a><h3><p><code><span class="label">static</span><span class="label">inline</span> <span class="label">read only</span><a href="../../js/html/KeyEvent.html#DOM_VK_6"><span class="identifier">DOM_VK_6</span></a>:<a class="type" title="The standard Int type." href="../../Int.html">Int</a><span> = 54</span></code></p></h3><div class="doc"><p></p></div></div><div class="field "><a name="DOM_VK_7"></a><h3><p><code><span class="label">static</span><span class="label">inline</span> <span class="label">read only</span><a href="../../js/html/KeyEvent.html#DOM_VK_7"><span class="identifier">DOM_VK_7</span></a>:<a class="type" title="The standard Int type." href="../../Int.html">Int</a><span> = 55</span></code></p></h3><div class="doc"><p></p></div></div><div class="field "><a name="DOM_VK_8"></a><h3><p><code><span class="label">static</span><span class="label">inline</span> <span class="label">read only</span><a href="../../js/html/KeyEvent.html#DOM_VK_8"><span class="identifier">DOM_VK_8</span></a>:<a class="type" title="The standard Int type." href="../../Int.html">Int</a><span> = 56</span></code></p></h3><div class="doc"><p></p></div></div><div class="field "><a name="DOM_VK_9"></a><h3><p><code><span class="label">static</span><span class="label">inline</span> <span class="label">read only</span><a href="../../js/html/KeyEvent.html#DOM_VK_9"><span class="identifier">DOM_VK_9</span></a>:<a class="type" title="The standard Int type." href="../../Int.html">Int</a><span> = 57</span></code></p></h3><div class="doc"><p></p></div></div><div class="field "><a name="DOM_VK_A"></a><h3><p><code><span class="label">static</span><span class="label">inline</span> <span class="label">read only</span><a href="../../js/html/KeyEvent.html#DOM_VK_A"><span class="identifier">DOM_VK_A</span></a>:<a class="type" title="The standard Int type." href="../../Int.html">Int</a><span> = 65</span></code></p></h3><div class="doc"><p></p></div></div><div class="field "><a name="DOM_VK_ACCEPT"></a><h3><p><code><span class="label">static</span><span class="label">inline</span> <span class="label">read only</span><a href="../../js/html/KeyEvent.html#DOM_VK_ACCEPT"><span class="identifier">DOM_VK_ACCEPT</span></a>:<a class="type" title="The standard Int type." href="../../Int.html">Int</a><span> = 30</span></code></p></h3><div class="doc"><p></p></div></div><div class="field "><a name="DOM_VK_ADD"></a><h3><p><code><span class="label">static</span><span class="label">inline</span> <span class="label">read only</span><a href="../../js/html/KeyEvent.html#DOM_VK_ADD"><span class="identifier">DOM_VK_ADD</span></a>:<a class="type" title="The standard Int type." href="../../Int.html">Int</a><span> = 107</span></code></p></h3><div class="doc"><p></p></div></div><div class="field "><a name="DOM_VK_ALT"></a><h3><p><code><span class="label">static</span><span class="label">inline</span> <span class="label">read only</span><a href="../../js/html/KeyEvent.html#DOM_VK_ALT"><span class="identifier">DOM_VK_ALT</span></a>:<a class="type" title="The standard Int type." href="../../Int.html">Int</a><span> = 18</span></code></p></h3><div class="doc"><p></p></div></div><div class="field "><a name="DOM_VK_ALTGR"></a><h3><p><code><span class="label">static</span><span class="label">inline</span> <span class="label">read only</span><a href="../../js/html/KeyEvent.html#DOM_VK_ALTGR"><span class="identifier">DOM_VK_ALTGR</span></a>:<a class="type" title="The standard Int type." href="../../Int.html">Int</a><span> = 225</span></code></p></h3><div class="doc"><p></p></div></div><div class="field "><a name="DOM_VK_AMPERSAND"></a><h3><p><code><span class="label">static</span><span class="label">inline</span> <span class="label">read only</span><a href="../../js/html/KeyEvent.html#DOM_VK_AMPERSAND"><span class="identifier">DOM_VK_AMPERSAND</span></a>:<a class="type" title="The standard Int type." href="../../Int.html">Int</a><span> = 166</span></code></p></h3><div class="doc"><p></p></div></div><div class="field "><a name="DOM_VK_ASTERISK"></a><h3><p><code><span class="label">static</span><span class="label">inline</span> <span class="label">read only</span><a href="../../js/html/KeyEvent.html#DOM_VK_ASTERISK"><span class="identifier">DOM_VK_ASTERISK</span></a>:<a class="type" title="The standard Int type." href="../../Int.html">Int</a><span> = 170</span></code></p></h3><div class="doc"><p></p></div></div><div class="field "><a name="DOM_VK_AT"></a><h3><p><code><span class="label">static</span><span class="label">inline</span> <span class="label">read only</span><a href="../../js/html/KeyEvent.html#DOM_VK_AT"><span class="identifier">DOM_VK_AT</span></a>:<a class="type" title="The standard Int type." href="../../Int.html">Int</a><span> = 64</span></code></p></h3><div class="doc"><p></p></div></div><div class="field "><a name="DOM_VK_ATTN"></a><h3><p><code><span class="label">static</span><span class="label">inline</span> <span class="label">read only</span><a href="../../js/html/KeyEvent.html#DOM_VK_ATTN"><span class="identifier">DOM_VK_ATTN</span></a>:<a class="type" title="The standard Int type." href="../../Int.html">Int</a><span> = 246</span></code></p></h3><div class="doc"><p></p></div></div><div class="field "><a name="DOM_VK_B"></a><h3><p><code><span class="label">static</span><span class="label">inline</span> <span class="label">read only</span><a href="../../js/html/KeyEvent.html#DOM_VK_B"><span class="identifier">DOM_VK_B</span></a>:<a class="type" title="The standard Int type." href="../../Int.html">Int</a><span> = 66</span></code></p></h3><div class="doc"><p></p></div></div><div class="field "><a name="DOM_VK_BACK_QUOTE"></a><h3><p><code><span class="label">static</span><span class="label">inline</span> <span class="label">read only</span><a href="../../js/html/KeyEvent.html#DOM_VK_BACK_QUOTE"><span class="identifier">DOM_VK_BACK_QUOTE</span></a>:<a class="type" title="The standard Int type." href="../../Int.html">Int</a><span> = 192</span></code></p></h3><div class="doc"><p></p></div></div><div class="field "><a name="DOM_VK_BACK_SLASH"></a><h3><p><code><span class="label">static</span><span class="label">inline</span> <span class="label">read only</span><a href="../../js/html/KeyEvent.html#DOM_VK_BACK_SLASH"><span class="identifier">DOM_VK_BACK_SLASH</span></a>:<a class="type" title="The standard Int type." href="../../Int.html">Int</a><span> = 220</span></code></p></h3><div class="doc"><p></p></div></div><div class="field "><a name="DOM_VK_BACK_SPACE"></a><h3><p><code><span class="label">static</span><span class="label">inline</span> <span class="label">read only</span><a href="../../js/html/KeyEvent.html#DOM_VK_BACK_SPACE"><span class="identifier">DOM_VK_BACK_SPACE</span></a>:<a class="type" title="The standard Int type." href="../../Int.html">Int</a><span> = 8</span></code></p></h3><div class="doc"><p></p></div></div><div class="field "><a name="DOM_VK_C"></a><h3><p><code><span class="label">static</span><span class="label">inline</span> <span class="label">read only</span><a href="../../js/html/KeyEvent.html#DOM_VK_C"><span class="identifier">DOM_VK_C</span></a>:<a class="type" title="The standard Int type." href="../../Int.html">Int</a><span> = 67</span></code></p></h3><div class="doc"><p></p></div></div><div class="field "><a name="DOM_VK_CANCEL"></a><h3><p><code><span class="label">static</span><span class="label">inline</span> <span class="label">read only</span><a href="../../js/html/KeyEvent.html#DOM_VK_CANCEL"><span class="identifier">DOM_VK_CANCEL</span></a>:<a class="type" title="The standard Int type." href="../../Int.html">Int</a><span> = 3</span></code></p></h3><div class="doc"><p></p></div></div><div class="field "><a name="DOM_VK_CAPS_LOCK"></a><h3><p><code><span class="label">static</span><span class="label">inline</span> <span class="label">read only</span><a href="../../js/html/KeyEvent.html#DOM_VK_CAPS_LOCK"><span class="identifier">DOM_VK_CAPS_LOCK</span></a>:<a class="type" title="The standard Int type." href="../../Int.html">Int</a><span> = 20</span></code></p></h3><div class="doc"><p></p></div></div><div class="field "><a name="DOM_VK_CIRCUMFLEX"></a><h3><p><code><span class="label">static</span><span class="label">inline</span> <span class="label">read only</span><a href="../../js/html/KeyEvent.html#DOM_VK_CIRCUMFLEX"><span class="identifier">DOM_VK_CIRCUMFLEX</span></a>:<a class="type" title="The standard Int type." href="../../Int.html">Int</a><span> = 160</span></code></p></h3><div class="doc"><p></p></div></div><div class="field "><a name="DOM_VK_CLEAR"></a><h3><p><code><span class="label">static</span><span class="label">inline</span> <span class="label">read only</span><a href="../../js/html/KeyEvent.html#DOM_VK_CLEAR"><span class="identifier">DOM_VK_CLEAR</span></a>:<a class="type" title="The standard Int type." href="../../Int.html">Int</a><span> = 12</span></code></p></h3><div class="doc"><p></p></div></div><div class="field "><a name="DOM_VK_CLOSE_BRACKET"></a><h3><p><code><span class="label">static</span><span class="label">inline</span> <span class="label">read only</span><a href="../../js/html/KeyEvent.html#DOM_VK_CLOSE_BRACKET"><span class="identifier">DOM_VK_CLOSE_BRACKET</span></a>:<a class="type" title="The standard Int type." href="../../Int.html">Int</a><span> = 221</span></code></p></h3><div class="doc"><p></p></div></div><div class="field "><a name="DOM_VK_CLOSE_CURLY_BRACKET"></a><h3><p><code><span class="label">static</span><span class="label">inline</span> <span class="label">read only</span><a href="../../js/html/KeyEvent.html#DOM_VK_CLOSE_CURLY_BRACKET"><span class="identifier">DOM_VK_CLOSE_CURLY_BRACKET</span></a>:<a class="type" title="The standard Int type." href="../../Int.html">Int</a><span> = 175</span></code></p></h3><div class="doc"><p></p></div></div><div class="field "><a name="DOM_VK_CLOSE_PAREN"></a><h3><p><code><span class="label">static</span><span class="label">inline</span> <span class="label">read only</span><a href="../../js/html/KeyEvent.html#DOM_VK_CLOSE_PAREN"><span class="identifier">DOM_VK_CLOSE_PAREN</span></a>:<a class="type" title="The standard Int type." href="../../Int.html">Int</a><span> = 169</span></code></p></h3><div class="doc"><p></p></div></div><div class="field "><a name="DOM_VK_COLON"></a><h3><p><code><span class="label">static</span><span class="label">inline</span> <span class="label">read only</span><a href="../../js/html/KeyEvent.html#DOM_VK_COLON"><span class="identifier">DOM_VK_COLON</span></a>:<a class="type" title="The standard Int type." href="../../Int.html">Int</a><span> = 58</span></code></p></h3><div class="doc"><p></p></div></div><div class="field "><a name="DOM_VK_COMMA"></a><h3><p><code><span class="label">static</span><span class="label">inline</span> <span class="label">read only</span><a href="../../js/html/KeyEvent.html#DOM_VK_COMMA"><span class="identifier">DOM_VK_COMMA</span></a>:<a class="type" title="The standard Int type." href="../../Int.html">Int</a><span> = 188</span></code></p></h3><div class="doc"><p></p></div></div><div class="field "><a name="DOM_VK_CONTEXT_MENU"></a><h3><p><code><span class="label">static</span><span class="label">inline</span> <span class="label">read only</span><a href="../../js/html/KeyEvent.html#DOM_VK_CONTEXT_MENU"><span class="identifier">DOM_VK_CONTEXT_MENU</span></a>:<a class="type" title="The standard Int type." href="../../Int.html">Int</a><span> = 93</span></code></p></h3><div class="doc"><p></p></div></div><div class="field "><a name="DOM_VK_CONTROL"></a><h3><p><code><span class="label">static</span><span class="label">inline</span> <span class="label">read only</span><a href="../../js/html/KeyEvent.html#DOM_VK_CONTROL"><span class="identifier">DOM_VK_CONTROL</span></a>:<a class="type" title="The standard Int type." href="../../Int.html">Int</a><span> = 17</span></code></p></h3><div class="doc"><p></p></div></div><div class="field "><a name="DOM_VK_CONVERT"></a><h3><p><code><span class="label">static</span><span class="label">inline</span> <span class="label">read only</span><a href="../../js/html/KeyEvent.html#DOM_VK_CONVERT"><span class="identifier">DOM_VK_CONVERT</span></a>:<a class="type" title="The standard Int type." href="../../Int.html">Int</a><span> = 28</span></code></p></h3><div class="doc"><p></p></div></div><div class="field "><a name="DOM_VK_CRSEL"></a><h3><p><code><span class="label">static</span><span class="label">inline</span> <span class="label">read only</span><a href="../../js/html/KeyEvent.html#DOM_VK_CRSEL"><span class="identifier">DOM_VK_CRSEL</span></a>:<a class="type" title="The standard Int type." href="../../Int.html">Int</a><span> = 247</span></code></p></h3><div class="doc"><p></p></div></div><div class="field "><a name="DOM_VK_D"></a><h3><p><code><span class="label">static</span><span class="label">inline</span> <span class="label">read only</span><a href="../../js/html/KeyEvent.html#DOM_VK_D"><span class="identifier">DOM_VK_D</span></a>:<a class="type" title="The standard Int type." href="../../Int.html">Int</a><span> = 68</span></code></p></h3><div class="doc"><p></p></div></div><div class="field "><a name="DOM_VK_DECIMAL"></a><h3><p><code><span class="label">static</span><span class="label">inline</span> <span class="label">read only</span><a href="../../js/html/KeyEvent.html#DOM_VK_DECIMAL"><span class="identifier">DOM_VK_DECIMAL</span></a>:<a class="type" title="The standard Int type." href="../../Int.html">Int</a><span> = 110</span></code></p></h3><div class="doc"><p></p></div></div><div class="field "><a name="DOM_VK_DELETE"></a><h3><p><code><span class="label">static</span><span class="label">inline</span> <span class="label">read only</span><a href="../../js/html/KeyEvent.html#DOM_VK_DELETE"><span class="identifier">DOM_VK_DELETE</span></a>:<a class="type" title="The standard Int type." href="../../Int.html">Int</a><span> = 46</span></code></p></h3><div class="doc"><p></p></div></div><div class="field "><a name="DOM_VK_DIVIDE"></a><h3><p><code><span class="label">static</span><span class="label">inline</span> <span class="label">read only</span><a href="../../js/html/KeyEvent.html#DOM_VK_DIVIDE"><span class="identifier">DOM_VK_DIVIDE</span></a>:<a class="type" title="The standard Int type." href="../../Int.html">Int</a><span> = 111</span></code></p></h3><div class="doc"><p></p></div></div><div class="field "><a name="DOM_VK_DOLLAR"></a><h3><p><code><span class="label">static</span><span class="label">inline</span> <span class="label">read only</span><a href="../../js/html/KeyEvent.html#DOM_VK_DOLLAR"><span class="identifier">DOM_VK_DOLLAR</span></a>:<a class="type" title="The standard Int type." href="../../Int.html">Int</a><span> = 164</span></code></p></h3><div class="doc"><p></p></div></div><div class="field "><a name="DOM_VK_DOUBLE_QUOTE"></a><h3><p><code><span class="label">static</span><span class="label">inline</span> <span class="label">read only</span><a href="../../js/html/KeyEvent.html#DOM_VK_DOUBLE_QUOTE"><span class="identifier">DOM_VK_DOUBLE_QUOTE</span></a>:<a class="type" title="The standard Int type." href="../../Int.html">Int</a><span> = 162</span></code></p></h3><div class="doc"><p></p></div></div><div class="field "><a name="DOM_VK_DOWN"></a><h3><p><code><span class="label">static</span><span class="label">inline</span> <span class="label">read only</span><a href="../../js/html/KeyEvent.html#DOM_VK_DOWN"><span class="identifier">DOM_VK_DOWN</span></a>:<a class="type" title="The standard Int type." href="../../Int.html">Int</a><span> = 40</span></code></p></h3><div class="doc"><p></p></div></div><div class="field "><a name="DOM_VK_E"></a><h3><p><code><span class="label">static</span><span class="label">inline</span> <span class="label">read only</span><a href="../../js/html/KeyEvent.html#DOM_VK_E"><span class="identifier">DOM_VK_E</span></a>:<a class="type" title="The standard Int type." href="../../Int.html">Int</a><span> = 69</span></code></p></h3><div class="doc"><p></p></div></div><div class="field "><a name="DOM_VK_EISU"></a><h3><p><code><span class="label">static</span><span class="label">inline</span> <span class="label">read only</span><a href="../../js/html/KeyEvent.html#DOM_VK_EISU"><span class="identifier">DOM_VK_EISU</span></a>:<a class="type" title="The standard Int type." href="../../Int.html">Int</a><span> = 22</span></code></p></h3><div class="doc"><p></p></div></div><div class="field "><a name="DOM_VK_END"></a><h3><p><code><span class="label">static</span><span class="label">inline</span> <span class="label">read only</span><a href="../../js/html/KeyEvent.html#DOM_VK_END"><span class="identifier">DOM_VK_END</span></a>:<a class="type" title="The standard Int type." href="../../Int.html">Int</a><span> = 35</span></code></p></h3><div class="doc"><p></p></div></div><div class="field "><a name="DOM_VK_EQUALS"></a><h3><p><code><span class="label">static</span><span class="label">inline</span> <span class="label">read only</span><a href="../../js/html/KeyEvent.html#DOM_VK_EQUALS"><span class="identifier">DOM_VK_EQUALS</span></a>:<a class="type" title="The standard Int type." href="../../Int.html">Int</a><span> = 61</span></code></p></h3><div class="doc"><p></p></div></div><div class="field "><a name="DOM_VK_EREOF"></a><h3><p><code><span class="label">static</span><span class="label">inline</span> <span class="label">read only</span><a href="../../js/html/KeyEvent.html#DOM_VK_EREOF"><span class="identifier">DOM_VK_EREOF</span></a>:<a class="type" title="The standard Int type." href="../../Int.html">Int</a><span> = 249</span></code></p></h3><div class="doc"><p></p></div></div><div class="field "><a name="DOM_VK_ESCAPE"></a><h3><p><code><span class="label">static</span><span class="label">inline</span> <span class="label">read only</span><a href="../../js/html/KeyEvent.html#DOM_VK_ESCAPE"><span class="identifier">DOM_VK_ESCAPE</span></a>:<a class="type" title="The standard Int type." href="../../Int.html">Int</a><span> = 27</span></code></p></h3><div class="doc"><p></p></div></div><div class="field "><a name="DOM_VK_EXCLAMATION"></a><h3><p><code><span class="label">static</span><span class="label">inline</span> <span class="label">read only</span><a href="../../js/html/KeyEvent.html#DOM_VK_EXCLAMATION"><span class="identifier">DOM_VK_EXCLAMATION</span></a>:<a class="type" title="The standard Int type." href="../../Int.html">Int</a><span> = 161</span></code></p></h3><div class="doc"><p></p></div></div><div class="field "><a name="DOM_VK_EXECUTE"></a><h3><p><code><span class="label">static</span><span class="label">inline</span> <span class="label">read only</span><a href="../../js/html/KeyEvent.html#DOM_VK_EXECUTE"><span class="identifier">DOM_VK_EXECUTE</span></a>:<a class="type" title="The standard Int type." href="../../Int.html">Int</a><span> = 43</span></code></p></h3><div class="doc"><p></p></div></div><div class="field "><a name="DOM_VK_EXSEL"></a><h3><p><code><span class="label">static</span><span class="label">inline</span> <span class="label">read only</span><a href="../../js/html/KeyEvent.html#DOM_VK_EXSEL"><span class="identifier">DOM_VK_EXSEL</span></a>:<a class="type" title="The standard Int type." href="../../Int.html">Int</a><span> = 248</span></code></p></h3><div class="doc"><p></p></div></div><div class="field "><a name="DOM_VK_F"></a><h3><p><code><span class="label">static</span><span class="label">inline</span> <span class="label">read only</span><a href="../../js/html/KeyEvent.html#DOM_VK_F"><span class="identifier">DOM_VK_F</span></a>:<a class="type" title="The standard Int type." href="../../Int.html">Int</a><span> = 70</span></code></p></h3><div class="doc"><p></p></div></div><div class="field "><a name="DOM_VK_F1"></a><h3><p><code><span class="label">static</span><span class="label">inline</span> <span class="label">read only</span><a href="../../js/html/KeyEvent.html#DOM_VK_F1"><span class="identifier">DOM_VK_F1</span></a>:<a class="type" title="The standard Int type." href="../../Int.html">Int</a><span> = 112</span></code></p></h3><div class="doc"><p></p></div></div><div class="field "><a name="DOM_VK_F10"></a><h3><p><code><span class="label">static</span><span class="label">inline</span> <span class="label">read only</span><a href="../../js/html/KeyEvent.html#DOM_VK_F10"><span class="identifier">DOM_VK_F10</span></a>:<a class="type" title="The standard Int type." href="../../Int.html">Int</a><span> = 121</span></code></p></h3><div class="doc"><p></p></div></div><div class="field "><a name="DOM_VK_F11"></a><h3><p><code><span class="label">static</span><span class="label">inline</span> <span class="label">read only</span><a href="../../js/html/KeyEvent.html#DOM_VK_F11"><span class="identifier">DOM_VK_F11</span></a>:<a class="type" title="The standard Int type." href="../../Int.html">Int</a><span> = 122</span></code></p></h3><div class="doc"><p></p></div></div><div class="field "><a name="DOM_VK_F12"></a><h3><p><code><span class="label">static</span><span class="label">inline</span> <span class="label">read only</span><a href="../../js/html/KeyEvent.html#DOM_VK_F12"><span class="identifier">DOM_VK_F12</span></a>:<a class="type" title="The standard Int type." href="../../Int.html">Int</a><span> = 123</span></code></p></h3><div class="doc"><p></p></div></div><div class="field "><a name="DOM_VK_F13"></a><h3><p><code><span class="label">static</span><span class="label">inline</span> <span class="label">read only</span><a href="../../js/html/KeyEvent.html#DOM_VK_F13"><span class="identifier">DOM_VK_F13</span></a>:<a class="type" title="The standard Int type." href="../../Int.html">Int</a><span> = 124</span></code></p></h3><div class="doc"><p></p></div></div><div class="field "><a name="DOM_VK_F14"></a><h3><p><code><span class="label">static</span><span class="label">inline</span> <span class="label">read only</span><a href="../../js/html/KeyEvent.html#DOM_VK_F14"><span class="identifier">DOM_VK_F14</span></a>:<a class="type" title="The standard Int type." href="../../Int.html">Int</a><span> = 125</span></code></p></h3><div class="doc"><p></p></div></div><div class="field "><a name="DOM_VK_F15"></a><h3><p><code><span class="label">static</span><span class="label">inline</span> <span class="label">read only</span><a href="../../js/html/KeyEvent.html#DOM_VK_F15"><span class="identifier">DOM_VK_F15</span></a>:<a class="type" title="The standard Int type." href="../../Int.html">Int</a><span> = 126</span></code></p></h3><div class="doc"><p></p></div></div><div class="field "><a name="DOM_VK_F16"></a><h3><p><code><span class="label">static</span><span class="label">inline</span> <span class="label">read only</span><a href="../../js/html/KeyEvent.html#DOM_VK_F16"><span class="identifier">DOM_VK_F16</span></a>:<a class="type" title="The standard Int type." href="../../Int.html">Int</a><span> = 127</span></code></p></h3><div class="doc"><p></p></div></div><div class="field "><a name="DOM_VK_F17"></a><h3><p><code><span class="label">static</span><span class="label">inline</span> <span class="label">read only</span><a href="../../js/html/KeyEvent.html#DOM_VK_F17"><span class="identifier">DOM_VK_F17</span></a>:<a class="type" title="The standard Int type." href="../../Int.html">Int</a><span> = 128</span></code></p></h3><div class="doc"><p></p></div></div><div class="field "><a name="DOM_VK_F18"></a><h3><p><code><span class="label">static</span><span class="label">inline</span> <span class="label">read only</span><a href="../../js/html/KeyEvent.html#DOM_VK_F18"><span class="identifier">DOM_VK_F18</span></a>:<a class="type" title="The standard Int type." href="../../Int.html">Int</a><span> = 129</span></code></p></h3><div class="doc"><p></p></div></div><div class="field "><a name="DOM_VK_F19"></a><h3><p><code><span class="label">static</span><span class="label">inline</span> <span class="label">read only</span><a href="../../js/html/KeyEvent.html#DOM_VK_F19"><span class="identifier">DOM_VK_F19</span></a>:<a class="type" title="The standard Int type." href="../../Int.html">Int</a><span> = 130</span></code></p></h3><div class="doc"><p></p></div></div><div class="field "><a name="DOM_VK_F2"></a><h3><p><code><span class="label">static</span><span class="label">inline</span> <span class="label">read only</span><a href="../../js/html/KeyEvent.html#DOM_VK_F2"><span class="identifier">DOM_VK_F2</span></a>:<a class="type" title="The standard Int type." href="../../Int.html">Int</a><span> = 113</span></code></p></h3><div class="doc"><p></p></div></div><div class="field "><a name="DOM_VK_F20"></a><h3><p><code><span class="label">static</span><span class="label">inline</span> <span class="label">read only</span><a href="../../js/html/KeyEvent.html#DOM_VK_F20"><span class="identifier">DOM_VK_F20</span></a>:<a class="type" title="The standard Int type." href="../../Int.html">Int</a><span> = 131</span></code></p></h3><div class="doc"><p></p></div></div><div class="field "><a name="DOM_VK_F21"></a><h3><p><code><span class="label">static</span><span class="label">inline</span> <span class="label">read only</span><a href="../../js/html/KeyEvent.html#DOM_VK_F21"><span class="identifier">DOM_VK_F21</span></a>:<a class="type" title="The standard Int type." href="../../Int.html">Int</a><span> = 132</span></code></p></h3><div class="doc"><p></p></div></div><div class="field "><a name="DOM_VK_F22"></a><h3><p><code><span class="label">static</span><span class="label">inline</span> <span class="label">read only</span><a href="../../js/html/KeyEvent.html#DOM_VK_F22"><span class="identifier">DOM_VK_F22</span></a>:<a class="type" title="The standard Int type." href="../../Int.html">Int</a><span> = 133</span></code></p></h3><div class="doc"><p></p></div></div><div class="field "><a name="DOM_VK_F23"></a><h3><p><code><span class="label">static</span><span class="label">inline</span> <span class="label">read only</span><a href="../../js/html/KeyEvent.html#DOM_VK_F23"><span class="identifier">DOM_VK_F23</span></a>:<a class="type" title="The standard Int type." href="../../Int.html">Int</a><span> = 134</span></code></p></h3><div class="doc"><p></p></div></div><div class="field "><a name="DOM_VK_F24"></a><h3><p><code><span class="label">static</span><span class="label">inline</span> <span class="label">read only</span><a href="../../js/html/KeyEvent.html#DOM_VK_F24"><span class="identifier">DOM_VK_F24</span></a>:<a class="type" title="The standard Int type." href="../../Int.html">Int</a><span> = 135</span></code></p></h3><div class="doc"><p></p></div></div><div class="field "><a name="DOM_VK_F3"></a><h3><p><code><span class="label">static</span><span class="label">inline</span> <span class="label">read only</span><a href="../../js/html/KeyEvent.html#DOM_VK_F3"><span class="identifier">DOM_VK_F3</span></a>:<a class="type" title="The standard Int type." href="../../Int.html">Int</a><span> = 114</span></code></p></h3><div class="doc"><p></p></div></div><div class="field "><a name="DOM_VK_F4"></a><h3><p><code><span class="label">static</span><span class="label">inline</span> <span class="label">read only</span><a href="../../js/html/KeyEvent.html#DOM_VK_F4"><span class="identifier">DOM_VK_F4</span></a>:<a class="type" title="The standard Int type." href="../../Int.html">Int</a><span> = 115</span></code></p></h3><div class="doc"><p></p></div></div><div class="field "><a name="DOM_VK_F5"></a><h3><p><code><span class="label">static</span><span class="label">inline</span> <span class="label">read only</span><a href="../../js/html/KeyEvent.html#DOM_VK_F5"><span class="identifier">DOM_VK_F5</span></a>:<a class="type" title="The standard Int type." href="../../Int.html">Int</a><span> = 116</span></code></p></h3><div class="doc"><p></p></div></div><div class="field "><a name="DOM_VK_F6"></a><h3><p><code><span class="label">static</span><span class="label">inline</span> <span class="label">read only</span><a href="../../js/html/KeyEvent.html#DOM_VK_F6"><span class="identifier">DOM_VK_F6</span></a>:<a class="type" title="The standard Int type." href="../../Int.html">Int</a><span> = 117</span></code></p></h3><div class="doc"><p></p></div></div><div class="field "><a name="DOM_VK_F7"></a><h3><p><code><span class="label">static</span><span class="label">inline</span> <span class="label">read only</span><a href="../../js/html/KeyEvent.html#DOM_VK_F7"><span class="identifier">DOM_VK_F7</span></a>:<a class="type" title="The standard Int type." href="../../Int.html">Int</a><span> = 118</span></code></p></h3><div class="doc"><p></p></div></div><div class="field "><a name="DOM_VK_F8"></a><h3><p><code><span class="label">static</span><span class="label">inline</span> <span class="label">read only</span><a href="../../js/html/KeyEvent.html#DOM_VK_F8"><span class="identifier">DOM_VK_F8</span></a>:<a class="type" title="The standard Int type." href="../../Int.html">Int</a><span> = 119</span></code></p></h3><div class="doc"><p></p></div></div><div class="field "><a name="DOM_VK_F9"></a><h3><p><code><span class="label">static</span><span class="label">inline</span> <span class="label">read only</span><a href="../../js/html/KeyEvent.html#DOM_VK_F9"><span class="identifier">DOM_VK_F9</span></a>:<a class="type" title="The standard Int type." href="../../Int.html">Int</a><span> = 120</span></code></p></h3><div class="doc"><p></p></div></div><div class="field "><a name="DOM_VK_FINAL"></a><h3><p><code><span class="label">static</span><span class="label">inline</span> <span class="label">read only</span><a href="../../js/html/KeyEvent.html#DOM_VK_FINAL"><span class="identifier">DOM_VK_FINAL</span></a>:<a class="type" title="The standard Int type." href="../../Int.html">Int</a><span> = 24</span></code></p></h3><div class="doc"><p></p></div></div><div class="field "><a name="DOM_VK_G"></a><h3><p><code><span class="label">static</span><span class="label">inline</span> <span class="label">read only</span><a href="../../js/html/KeyEvent.html#DOM_VK_G"><span class="identifier">DOM_VK_G</span></a>:<a class="type" title="The standard Int type." href="../../Int.html">Int</a><span> = 71</span></code></p></h3><div class="doc"><p></p></div></div><div class="field "><a name="DOM_VK_GREATER_THAN"></a><h3><p><code><span class="label">static</span><span class="label">inline</span> <span class="label">read only</span><a href="../../js/html/KeyEvent.html#DOM_VK_GREATER_THAN"><span class="identifier">DOM_VK_GREATER_THAN</span></a>:<a class="type" title="The standard Int type." href="../../Int.html">Int</a><span> = 62</span></code></p></h3><div class="doc"><p></p></div></div><div class="field "><a name="DOM_VK_H"></a><h3><p><code><span class="label">static</span><span class="label">inline</span> <span class="label">read only</span><a href="../../js/html/KeyEvent.html#DOM_VK_H"><span class="identifier">DOM_VK_H</span></a>:<a class="type" title="The standard Int type." href="../../Int.html">Int</a><span> = 72</span></code></p></h3><div class="doc"><p></p></div></div><div class="field "><a name="DOM_VK_HANGUL"></a><h3><p><code><span class="label">static</span><span class="label">inline</span> <span class="label">read only</span><a href="../../js/html/KeyEvent.html#DOM_VK_HANGUL"><span class="identifier">DOM_VK_HANGUL</span></a>:<a class="type" title="The standard Int type." href="../../Int.html">Int</a><span> = 21</span></code></p></h3><div class="doc"><p></p></div></div><div class="field "><a name="DOM_VK_HANJA"></a><h3><p><code><span class="label">static</span><span class="label">inline</span> <span class="label">read only</span><a href="../../js/html/KeyEvent.html#DOM_VK_HANJA"><span class="identifier">DOM_VK_HANJA</span></a>:<a class="type" title="The standard Int type." href="../../Int.html">Int</a><span> = 25</span></code></p></h3><div class="doc"><p></p></div></div><div class="field "><a name="DOM_VK_HASH"></a><h3><p><code><span class="label">static</span><span class="label">inline</span> <span class="label">read only</span><a href="../../js/html/KeyEvent.html#DOM_VK_HASH"><span class="identifier">DOM_VK_HASH</span></a>:<a class="type" title="The standard Int type." href="../../Int.html">Int</a><span> = 163</span></code></p></h3><div class="doc"><p></p></div></div><div class="field "><a name="DOM_VK_HELP"></a><h3><p><code><span class="label">static</span><span class="label">inline</span> <span class="label">read only</span><a href="../../js/html/KeyEvent.html#DOM_VK_HELP"><span class="identifier">DOM_VK_HELP</span></a>:<a class="type" title="The standard Int type." href="../../Int.html">Int</a><span> = 6</span></code></p></h3><div class="doc"><p></p></div></div><div class="field "><a name="DOM_VK_HOME"></a><h3><p><code><span class="label">static</span><span class="label">inline</span> <span class="label">read only</span><a href="../../js/html/KeyEvent.html#DOM_VK_HOME"><span class="identifier">DOM_VK_HOME</span></a>:<a class="type" title="The standard Int type." href="../../Int.html">Int</a><span> = 36</span></code></p></h3><div class="doc"><p></p></div></div><div class="field "><a name="DOM_VK_HYPHEN_MINUS"></a><h3><p><code><span class="label">static</span><span class="label">inline</span> <span class="label">read only</span><a href="../../js/html/KeyEvent.html#DOM_VK_HYPHEN_MINUS"><span class="identifier">DOM_VK_HYPHEN_MINUS</span></a>:<a class="type" title="The standard Int type." href="../../Int.html">Int</a><span> = 173</span></code></p></h3><div class="doc"><p></p></div></div><div class="field "><a name="DOM_VK_I"></a><h3><p><code><span class="label">static</span><span class="label">inline</span> <span class="label">read only</span><a href="../../js/html/KeyEvent.html#DOM_VK_I"><span class="identifier">DOM_VK_I</span></a>:<a class="type" title="The standard Int type." href="../../Int.html">Int</a><span> = 73</span></code></p></h3><div class="doc"><p></p></div></div><div class="field "><a name="DOM_VK_INSERT"></a><h3><p><code><span class="label">static</span><span class="label">inline</span> <span class="label">read only</span><a href="../../js/html/KeyEvent.html#DOM_VK_INSERT"><span class="identifier">DOM_VK_INSERT</span></a>:<a class="type" title="The standard Int type." href="../../Int.html">Int</a><span> = 45</span></code></p></h3><div class="doc"><p></p></div></div><div class="field "><a name="DOM_VK_J"></a><h3><p><code><span class="label">static</span><span class="label">inline</span> <span class="label">read only</span><a href="../../js/html/KeyEvent.html#DOM_VK_J"><span class="identifier">DOM_VK_J</span></a>:<a class="type" title="The standard Int type." href="../../Int.html">Int</a><span> = 74</span></code></p></h3><div class="doc"><p></p></div></div><div class="field "><a name="DOM_VK_JUNJA"></a><h3><p><code><span class="label">static</span><span class="label">inline</span> <span class="label">read only</span><a href="../../js/html/KeyEvent.html#DOM_VK_JUNJA"><span class="identifier">DOM_VK_JUNJA</span></a>:<a class="type" title="The standard Int type." href="../../Int.html">Int</a><span> = 23</span></code></p></h3><div class="doc"><p></p></div></div><div class="field "><a name="DOM_VK_K"></a><h3><p><code><span class="label">static</span><span class="label">inline</span> <span class="label">read only</span><a href="../../js/html/KeyEvent.html#DOM_VK_K"><span class="identifier">DOM_VK_K</span></a>:<a class="type" title="The standard Int type." href="../../Int.html">Int</a><span> = 75</span></code></p></h3><div class="doc"><p></p></div></div><div class="field "><a name="DOM_VK_KANA"></a><h3><p><code><span class="label">static</span><span class="label">inline</span> <span class="label">read only</span><a href="../../js/html/KeyEvent.html#DOM_VK_KANA"><span class="identifier">DOM_VK_KANA</span></a>:<a class="type" title="The standard Int type." href="../../Int.html">Int</a><span> = 21</span></code></p></h3><div class="doc"><p></p></div></div><div class="field "><a name="DOM_VK_KANJI"></a><h3><p><code><span class="label">static</span><span class="label">inline</span> <span class="label">read only</span><a href="../../js/html/KeyEvent.html#DOM_VK_KANJI"><span class="identifier">DOM_VK_KANJI</span></a>:<a class="type" title="The standard Int type." href="../../Int.html">Int</a><span> = 25</span></code></p></h3><div class="doc"><p></p></div></div><div class="field "><a name="DOM_VK_L"></a><h3><p><code><span class="label">static</span><span class="label">inline</span> <span class="label">read only</span><a href="../../js/html/KeyEvent.html#DOM_VK_L"><span class="identifier">DOM_VK_L</span></a>:<a class="type" title="The standard Int type." href="../../Int.html">Int</a><span> = 76</span></code></p></h3><div class="doc"><p></p></div></div><div class="field "><a name="DOM_VK_LEFT"></a><h3><p><code><span class="label">static</span><span class="label">inline</span> <span class="label">read only</span><a href="../../js/html/KeyEvent.html#DOM_VK_LEFT"><span class="identifier">DOM_VK_LEFT</span></a>:<a class="type" title="The standard Int type." href="../../Int.html">Int</a><span> = 37</span></code></p></h3><div class="doc"><p></p></div></div><div class="field "><a name="DOM_VK_LESS_THAN"></a><h3><p><code><span class="label">static</span><span class="label">inline</span> <span class="label">read only</span><a href="../../js/html/KeyEvent.html#DOM_VK_LESS_THAN"><span class="identifier">DOM_VK_LESS_THAN</span></a>:<a class="type" title="The standard Int type." href="../../Int.html">Int</a><span> = 60</span></code></p></h3><div class="doc"><p></p></div></div><div class="field "><a name="DOM_VK_M"></a><h3><p><code><span class="label">static</span><span class="label">inline</span> <span class="label">read only</span><a href="../../js/html/KeyEvent.html#DOM_VK_M"><span class="identifier">DOM_VK_M</span></a>:<a class="type" title="The standard Int type." href="../../Int.html">Int</a><span> = 77</span></code></p></h3><div class="doc"><p></p></div></div><div class="field "><a name="DOM_VK_META"></a><h3><p><code><span class="label">static</span><span class="label">inline</span> <span class="label">read only</span><a href="../../js/html/KeyEvent.html#DOM_VK_META"><span class="identifier">DOM_VK_META</span></a>:<a class="type" title="The standard Int type." href="../../Int.html">Int</a><span> = 224</span></code></p></h3><div class="doc"><p></p></div></div><div class="field "><a name="DOM_VK_MODECHANGE"></a><h3><p><code><span class="label">static</span><span class="label">inline</span> <span class="label">read only</span><a href="../../js/html/KeyEvent.html#DOM_VK_MODECHANGE"><span class="identifier">DOM_VK_MODECHANGE</span></a>:<a class="type" title="The standard Int type." href="../../Int.html">Int</a><span> = 31</span></code></p></h3><div class="doc"><p></p></div></div><div class="field "><a name="DOM_VK_MULTIPLY"></a><h3><p><code><span class="label">static</span><span class="label">inline</span> <span class="label">read only</span><a href="../../js/html/KeyEvent.html#DOM_VK_MULTIPLY"><span class="identifier">DOM_VK_MULTIPLY</span></a>:<a class="type" title="The standard Int type." href="../../Int.html">Int</a><span> = 106</span></code></p></h3><div class="doc"><p></p></div></div><div class="field "><a name="DOM_VK_N"></a><h3><p><code><span class="label">static</span><span class="label">inline</span> <span class="label">read only</span><a href="../../js/html/KeyEvent.html#DOM_VK_N"><span class="identifier">DOM_VK_N</span></a>:<a class="type" title="The standard Int type." href="../../Int.html">Int</a><span> = 78</span></code></p></h3><div class="doc"><p></p></div></div><div class="field "><a name="DOM_VK_NONCONVERT"></a><h3><p><code><span class="label">static</span><span class="label">inline</span> <span class="label">read only</span><a href="../../js/html/KeyEvent.html#DOM_VK_NONCONVERT"><span class="identifier">DOM_VK_NONCONVERT</span></a>:<a class="type" title="The standard Int type." href="../../Int.html">Int</a><span> = 29</span></code></p></h3><div class="doc"><p></p></div></div><div class="field "><a name="DOM_VK_NUMPAD0"></a><h3><p><code><span class="label">static</span><span class="label">inline</span> <span class="label">read only</span><a href="../../js/html/KeyEvent.html#DOM_VK_NUMPAD0"><span class="identifier">DOM_VK_NUMPAD0</span></a>:<a class="type" title="The standard Int type." href="../../Int.html">Int</a><span> = 96</span></code></p></h3><div class="doc"><p></p></div></div><div class="field "><a name="DOM_VK_NUMPAD1"></a><h3><p><code><span class="label">static</span><span class="label">inline</span> <span class="label">read only</span><a href="../../js/html/KeyEvent.html#DOM_VK_NUMPAD1"><span class="identifier">DOM_VK_NUMPAD1</span></a>:<a class="type" title="The standard Int type." href="../../Int.html">Int</a><span> = 97</span></code></p></h3><div class="doc"><p></p></div></div><div class="field "><a name="DOM_VK_NUMPAD2"></a><h3><p><code><span class="label">static</span><span class="label">inline</span> <span class="label">read only</span><a href="../../js/html/KeyEvent.html#DOM_VK_NUMPAD2"><span class="identifier">DOM_VK_NUMPAD2</span></a>:<a class="type" title="The standard Int type." href="../../Int.html">Int</a><span> = 98</span></code></p></h3><div class="doc"><p></p></div></div><div class="field "><a name="DOM_VK_NUMPAD3"></a><h3><p><code><span class="label">static</span><span class="label">inline</span> <span class="label">read only</span><a href="../../js/html/KeyEvent.html#DOM_VK_NUMPAD3"><span class="identifier">DOM_VK_NUMPAD3</span></a>:<a class="type" title="The standard Int type." href="../../Int.html">Int</a><span> = 99</span></code></p></h3><div class="doc"><p></p></div></div><div class="field "><a name="DOM_VK_NUMPAD4"></a><h3><p><code><span class="label">static</span><span class="label">inline</span> <span class="label">read only</span><a href="../../js/html/KeyEvent.html#DOM_VK_NUMPAD4"><span class="identifier">DOM_VK_NUMPAD4</span></a>:<a class="type" title="The standard Int type." href="../../Int.html">Int</a><span> = 100</span></code></p></h3><div class="doc"><p></p></div></div><div class="field "><a name="DOM_VK_NUMPAD5"></a><h3><p><code><span class="label">static</span><span class="label">inline</span> <span class="label">read only</span><a href="../../js/html/KeyEvent.html#DOM_VK_NUMPAD5"><span class="identifier">DOM_VK_NUMPAD5</span></a>:<a class="type" title="The standard Int type." href="../../Int.html">Int</a><span> = 101</span></code></p></h3><div class="doc"><p></p></div></div><div class="field "><a name="DOM_VK_NUMPAD6"></a><h3><p><code><span class="label">static</span><span class="label">inline</span> <span class="label">read only</span><a href="../../js/html/KeyEvent.html#DOM_VK_NUMPAD6"><span class="identifier">DOM_VK_NUMPAD6</span></a>:<a class="type" title="The standard Int type." href="../../Int.html">Int</a><span> = 102</span></code></p></h3><div class="doc"><p></p></div></div><div class="field "><a name="DOM_VK_NUMPAD7"></a><h3><p><code><span class="label">static</span><span class="label">inline</span> <span class="label">read only</span><a href="../../js/html/KeyEvent.html#DOM_VK_NUMPAD7"><span class="identifier">DOM_VK_NUMPAD7</span></a>:<a class="type" title="The standard Int type." href="../../Int.html">Int</a><span> = 103</span></code></p></h3><div class="doc"><p></p></div></div><div class="field "><a name="DOM_VK_NUMPAD8"></a><h3><p><code><span class="label">static</span><span class="label">inline</span> <span class="label">read only</span><a href="../../js/html/KeyEvent.html#DOM_VK_NUMPAD8"><span class="identifier">DOM_VK_NUMPAD8</span></a>:<a class="type" title="The standard Int type." href="../../Int.html">Int</a><span> = 104</span></code></p></h3><div class="doc"><p></p></div></div><div class="field "><a name="DOM_VK_NUMPAD9"></a><h3><p><code><span class="label">static</span><span class="label">inline</span> <span class="label">read only</span><a href="../../js/html/KeyEvent.html#DOM_VK_NUMPAD9"><span class="identifier">DOM_VK_NUMPAD9</span></a>:<a class="type" title="The standard Int type." href="../../Int.html">Int</a><span> = 105</span></code></p></h3><div class="doc"><p></p></div></div><div class="field "><a name="DOM_VK_NUM_LOCK"></a><h3><p><code><span class="label">static</span><span class="label">inline</span> <span class="label">read only</span><a href="../../js/html/KeyEvent.html#DOM_VK_NUM_LOCK"><span class="identifier">DOM_VK_NUM_LOCK</span></a>:<a class="type" title="The standard Int type." href="../../Int.html">Int</a><span> = 144</span></code></p></h3><div class="doc"><p></p></div></div><div class="field "><a name="DOM_VK_O"></a><h3><p><code><span class="label">static</span><span class="label">inline</span> <span class="label">read only</span><a href="../../js/html/KeyEvent.html#DOM_VK_O"><span class="identifier">DOM_VK_O</span></a>:<a class="type" title="The standard Int type." href="../../Int.html">Int</a><span> = 79</span></code></p></h3><div class="doc"><p></p></div></div><div class="field "><a name="DOM_VK_OPEN_BRACKET"></a><h3><p><code><span class="label">static</span><span class="label">inline</span> <span class="label">read only</span><a href="../../js/html/KeyEvent.html#DOM_VK_OPEN_BRACKET"><span class="identifier">DOM_VK_OPEN_BRACKET</span></a>:<a class="type" title="The standard Int type." href="../../Int.html">Int</a><span> = 219</span></code></p></h3><div class="doc"><p></p></div></div><div class="field "><a name="DOM_VK_OPEN_CURLY_BRACKET"></a><h3><p><code><span class="label">static</span><span class="label">inline</span> <span class="label">read only</span><a href="../../js/html/KeyEvent.html#DOM_VK_OPEN_CURLY_BRACKET"><span class="identifier">DOM_VK_OPEN_CURLY_BRACKET</span></a>:<a class="type" title="The standard Int type." href="../../Int.html">Int</a><span> = 174</span></code></p></h3><div class="doc"><p></p></div></div><div class="field "><a name="DOM_VK_OPEN_PAREN"></a><h3><p><code><span class="label">static</span><span class="label">inline</span> <span class="label">read only</span><a href="../../js/html/KeyEvent.html#DOM_VK_OPEN_PAREN"><span class="identifier">DOM_VK_OPEN_PAREN</span></a>:<a class="type" title="The standard Int type." href="../../Int.html">Int</a><span> = 168</span></code></p></h3><div class="doc"><p></p></div></div><div class="field "><a name="DOM_VK_P"></a><h3><p><code><span class="label">static</span><span class="label">inline</span> <span class="label">read only</span><a href="../../js/html/KeyEvent.html#DOM_VK_P"><span class="identifier">DOM_VK_P</span></a>:<a class="type" title="The standard Int type." href="../../Int.html">Int</a><span> = 80</span></code></p></h3><div class="doc"><p></p></div></div><div class="field "><a name="DOM_VK_PA1"></a><h3><p><code><span class="label">static</span><span class="label">inline</span> <span class="label">read only</span><a href="../../js/html/KeyEvent.html#DOM_VK_PA1"><span class="identifier">DOM_VK_PA1</span></a>:<a class="type" title="The standard Int type." href="../../Int.html">Int</a><span> = 253</span></code></p></h3><div class="doc"><p></p></div></div><div class="field "><a name="DOM_VK_PAGE_DOWN"></a><h3><p><code><span class="label">static</span><span class="label">inline</span> <span class="label">read only</span><a href="../../js/html/KeyEvent.html#DOM_VK_PAGE_DOWN"><span class="identifier">DOM_VK_PAGE_DOWN</span></a>:<a class="type" title="The standard Int type." href="../../Int.html">Int</a><span> = 34</span></code></p></h3><div class="doc"><p></p></div></div><div class="field "><a name="DOM_VK_PAGE_UP"></a><h3><p><code><span class="label">static</span><span class="label">inline</span> <span class="label">read only</span><a href="../../js/html/KeyEvent.html#DOM_VK_PAGE_UP"><span class="identifier">DOM_VK_PAGE_UP</span></a>:<a class="type" title="The standard Int type." href="../../Int.html">Int</a><span> = 33</span></code></p></h3><div class="doc"><p></p></div></div><div class="field "><a name="DOM_VK_PAUSE"></a><h3><p><code><span class="label">static</span><span class="label">inline</span> <span class="label">read only</span><a href="../../js/html/KeyEvent.html#DOM_VK_PAUSE"><span class="identifier">DOM_VK_PAUSE</span></a>:<a class="type" title="The standard Int type." href="../../Int.html">Int</a><span> = 19</span></code></p></h3><div class="doc"><p></p></div></div><div class="field "><a name="DOM_VK_PERCENT"></a><h3><p><code><span class="label">static</span><span class="label">inline</span> <span class="label">read only</span><a href="../../js/html/KeyEvent.html#DOM_VK_PERCENT"><span class="identifier">DOM_VK_PERCENT</span></a>:<a class="type" title="The standard Int type." href="../../Int.html">Int</a><span> = 165</span></code></p></h3><div class="doc"><p></p></div></div><div class="field "><a name="DOM_VK_PERIOD"></a><h3><p><code><span class="label">static</span><span class="label">inline</span> <span class="label">read only</span><a href="../../js/html/KeyEvent.html#DOM_VK_PERIOD"><span class="identifier">DOM_VK_PERIOD</span></a>:<a class="type" title="The standard Int type." href="../../Int.html">Int</a><span> = 190</span></code></p></h3><div class="doc"><p></p></div></div><div class="field "><a name="DOM_VK_PIPE"></a><h3><p><code><span class="label">static</span><span class="label">inline</span> <span class="label">read only</span><a href="../../js/html/KeyEvent.html#DOM_VK_PIPE"><span class="identifier">DOM_VK_PIPE</span></a>:<a class="type" title="The standard Int type." href="../../Int.html">Int</a><span> = 172</span></code></p></h3><div class="doc"><p></p></div></div><div class="field "><a name="DOM_VK_PLAY"></a><h3><p><code><span class="label">static</span><span class="label">inline</span> <span class="label">read only</span><a href="../../js/html/KeyEvent.html#DOM_VK_PLAY"><span class="identifier">DOM_VK_PLAY</span></a>:<a class="type" title="The standard Int type." href="../../Int.html">Int</a><span> = 250</span></code></p></h3><div class="doc"><p></p></div></div><div class="field "><a name="DOM_VK_PLUS"></a><h3><p><code><span class="label">static</span><span class="label">inline</span> <span class="label">read only</span><a href="../../js/html/KeyEvent.html#DOM_VK_PLUS"><span class="identifier">DOM_VK_PLUS</span></a>:<a class="type" title="The standard Int type." href="../../Int.html">Int</a><span> = 171</span></code></p></h3><div class="doc"><p></p></div></div><div class="field "><a name="DOM_VK_PRINT"></a><h3><p><code><span class="label">static</span><span class="label">inline</span> <span class="label">read only</span><a href="../../js/html/KeyEvent.html#DOM_VK_PRINT"><span class="identifier">DOM_VK_PRINT</span></a>:<a class="type" title="The standard Int type." href="../../Int.html">Int</a><span> = 42</span></code></p></h3><div class="doc"><p></p></div></div><div class="field "><a name="DOM_VK_PRINTSCREEN"></a><h3><p><code><span class="label">static</span><span class="label">inline</span> <span class="label">read only</span><a href="../../js/html/KeyEvent.html#DOM_VK_PRINTSCREEN"><span class="identifier">DOM_VK_PRINTSCREEN</span></a>:<a class="type" title="The standard Int type." href="../../Int.html">Int</a><span> = 44</span></code></p></h3><div class="doc"><p></p></div></div><div class="field "><a name="DOM_VK_Q"></a><h3><p><code><span class="label">static</span><span class="label">inline</span> <span class="label">read only</span><a href="../../js/html/KeyEvent.html#DOM_VK_Q"><span class="identifier">DOM_VK_Q</span></a>:<a class="type" title="The standard Int type." href="../../Int.html">Int</a><span> = 81</span></code></p></h3><div class="doc"><p></p></div></div><div class="field "><a name="DOM_VK_QUESTION_MARK"></a><h3><p><code><span class="label">static</span><span class="label">inline</span> <span class="label">read only</span><a href="../../js/html/KeyEvent.html#DOM_VK_QUESTION_MARK"><span class="identifier">DOM_VK_QUESTION_MARK</span></a>:<a class="type" title="The standard Int type." href="../../Int.html">Int</a><span> = 63</span></code></p></h3><div class="doc"><p></p></div></div><div class="field "><a name="DOM_VK_QUOTE"></a><h3><p><code><span class="label">static</span><span class="label">inline</span> <span class="label">read only</span><a href="../../js/html/KeyEvent.html#DOM_VK_QUOTE"><span class="identifier">DOM_VK_QUOTE</span></a>:<a class="type" title="The standard Int type." href="../../Int.html">Int</a><span> = 222</span></code></p></h3><div class="doc"><p></p></div></div><div class="field "><a name="DOM_VK_R"></a><h3><p><code><span class="label">static</span><span class="label">inline</span> <span class="label">read only</span><a href="../../js/html/KeyEvent.html#DOM_VK_R"><span class="identifier">DOM_VK_R</span></a>:<a class="type" title="The standard Int type." href="../../Int.html">Int</a><span> = 82</span></code></p></h3><div class="doc"><p></p></div></div><div class="field "><a name="DOM_VK_RETURN"></a><h3><p><code><span class="label">static</span><span class="label">inline</span> <span class="label">read only</span><a href="../../js/html/KeyEvent.html#DOM_VK_RETURN"><span class="identifier">DOM_VK_RETURN</span></a>:<a class="type" title="The standard Int type." href="../../Int.html">Int</a><span> = 13</span></code></p></h3><div class="doc"><p></p></div></div><div class="field "><a name="DOM_VK_RIGHT"></a><h3><p><code><span class="label">static</span><span class="label">inline</span> <span class="label">read only</span><a href="../../js/html/KeyEvent.html#DOM_VK_RIGHT"><span class="identifier">DOM_VK_RIGHT</span></a>:<a class="type" title="The standard Int type." href="../../Int.html">Int</a><span> = 39</span></code></p></h3><div class="doc"><p></p></div></div><div class="field "><a name="DOM_VK_S"></a><h3><p><code><span class="label">static</span><span class="label">inline</span> <span class="label">read only</span><a href="../../js/html/KeyEvent.html#DOM_VK_S"><span class="identifier">DOM_VK_S</span></a>:<a class="type" title="The standard Int type." href="../../Int.html">Int</a><span> = 83</span></code></p></h3><div class="doc"><p></p></div></div><div class="field "><a name="DOM_VK_SCROLL_LOCK"></a><h3><p><code><span class="label">static</span><span class="label">inline</span> <span class="label">read only</span><a href="../../js/html/KeyEvent.html#DOM_VK_SCROLL_LOCK"><span class="identifier">DOM_VK_SCROLL_LOCK</span></a>:<a class="type" title="The standard Int type." href="../../Int.html">Int</a><span> = 145</span></code></p></h3><div class="doc"><p></p></div></div><div class="field "><a name="DOM_VK_SELECT"></a><h3><p><code><span class="label">static</span><span class="label">inline</span> <span class="label">read only</span><a href="../../js/html/KeyEvent.html#DOM_VK_SELECT"><span class="identifier">DOM_VK_SELECT</span></a>:<a class="type" title="The standard Int type." href="../../Int.html">Int</a><span> = 41</span></code></p></h3><div class="doc"><p></p></div></div><div class="field "><a name="DOM_VK_SEMICOLON"></a><h3><p><code><span class="label">static</span><span class="label">inline</span> <span class="label">read only</span><a href="../../js/html/KeyEvent.html#DOM_VK_SEMICOLON"><span class="identifier">DOM_VK_SEMICOLON</span></a>:<a class="type" title="The standard Int type." href="../../Int.html">Int</a><span> = 59</span></code></p></h3><div class="doc"><p></p></div></div><div class="field "><a name="DOM_VK_SEPARATOR"></a><h3><p><code><span class="label">static</span><span class="label">inline</span> <span class="label">read only</span><a href="../../js/html/KeyEvent.html#DOM_VK_SEPARATOR"><span class="identifier">DOM_VK_SEPARATOR</span></a>:<a class="type" title="The standard Int type." href="../../Int.html">Int</a><span> = 108</span></code></p></h3><div class="doc"><p></p></div></div><div class="field "><a name="DOM_VK_SHIFT"></a><h3><p><code><span class="label">static</span><span class="label">inline</span> <span class="label">read only</span><a href="../../js/html/KeyEvent.html#DOM_VK_SHIFT"><span class="identifier">DOM_VK_SHIFT</span></a>:<a class="type" title="The standard Int type." href="../../Int.html">Int</a><span> = 16</span></code></p></h3><div class="doc"><p></p></div></div><div class="field "><a name="DOM_VK_SLASH"></a><h3><p><code><span class="label">static</span><span class="label">inline</span> <span class="label">read only</span><a href="../../js/html/KeyEvent.html#DOM_VK_SLASH"><span class="identifier">DOM_VK_SLASH</span></a>:<a class="type" title="The standard Int type." href="../../Int.html">Int</a><span> = 191</span></code></p></h3><div class="doc"><p></p></div></div><div class="field "><a name="DOM_VK_SLEEP"></a><h3><p><code><span class="label">static</span><span class="label">inline</span> <span class="label">read only</span><a href="../../js/html/KeyEvent.html#DOM_VK_SLEEP"><span class="identifier">DOM_VK_SLEEP</span></a>:<a class="type" title="The standard Int type." href="../../Int.html">Int</a><span> = 95</span></code></p></h3><div class="doc"><p></p></div></div><div class="field "><a name="DOM_VK_SPACE"></a><h3><p><code><span class="label">static</span><span class="label">inline</span> <span class="label">read only</span><a href="../../js/html/KeyEvent.html#DOM_VK_SPACE"><span class="identifier">DOM_VK_SPACE</span></a>:<a class="type" title="The standard Int type." href="../../Int.html">Int</a><span> = 32</span></code></p></h3><div class="doc"><p></p></div></div><div class="field "><a name="DOM_VK_SUBTRACT"></a><h3><p><code><span class="label">static</span><span class="label">inline</span> <span class="label">read only</span><a href="../../js/html/KeyEvent.html#DOM_VK_SUBTRACT"><span class="identifier">DOM_VK_SUBTRACT</span></a>:<a class="type" title="The standard Int type." href="../../Int.html">Int</a><span> = 109</span></code></p></h3><div class="doc"><p></p></div></div><div class="field "><a name="DOM_VK_T"></a><h3><p><code><span class="label">static</span><span class="label">inline</span> <span class="label">read only</span><a href="../../js/html/KeyEvent.html#DOM_VK_T"><span class="identifier">DOM_VK_T</span></a>:<a class="type" title="The standard Int type." href="../../Int.html">Int</a><span> = 84</span></code></p></h3><div class="doc"><p></p></div></div><div class="field "><a name="DOM_VK_TAB"></a><h3><p><code><span class="label">static</span><span class="label">inline</span> <span class="label">read only</span><a href="../../js/html/KeyEvent.html#DOM_VK_TAB"><span class="identifier">DOM_VK_TAB</span></a>:<a class="type" title="The standard Int type." href="../../Int.html">Int</a><span> = 9</span></code></p></h3><div class="doc"><p></p></div></div><div class="field "><a name="DOM_VK_TILDE"></a><h3><p><code><span class="label">static</span><span class="label">inline</span> <span class="label">read only</span><a href="../../js/html/KeyEvent.html#DOM_VK_TILDE"><span class="identifier">DOM_VK_TILDE</span></a>:<a class="type" title="The standard Int type." href="../../Int.html">Int</a><span> = 176</span></code></p></h3><div class="doc"><p></p></div></div><div class="field "><a name="DOM_VK_U"></a><h3><p><code><span class="label">static</span><span class="label">inline</span> <span class="label">read only</span><a href="../../js/html/KeyEvent.html#DOM_VK_U"><span class="identifier">DOM_VK_U</span></a>:<a class="type" title="The standard Int type." href="../../Int.html">Int</a><span> = 85</span></code></p></h3><div class="doc"><p></p></div></div><div class="field "><a name="DOM_VK_UNDERSCORE"></a><h3><p><code><span class="label">static</span><span class="label">inline</span> <span class="label">read only</span><a href="../../js/html/KeyEvent.html#DOM_VK_UNDERSCORE"><span class="identifier">DOM_VK_UNDERSCORE</span></a>:<a class="type" title="The standard Int type." href="../../Int.html">Int</a><span> = 167</span></code></p></h3><div class="doc"><p></p></div></div><div class="field "><a name="DOM_VK_UP"></a><h3><p><code><span class="label">static</span><span class="label">inline</span> <span class="label">read only</span><a href="../../js/html/KeyEvent.html#DOM_VK_UP"><span class="identifier">DOM_VK_UP</span></a>:<a class="type" title="The standard Int type." href="../../Int.html">Int</a><span> = 38</span></code></p></h3><div class="doc"><p></p></div></div><div class="field "><a name="DOM_VK_V"></a><h3><p><code><span class="label">static</span><span class="label">inline</span> <span class="label">read only</span><a href="../../js/html/KeyEvent.html#DOM_VK_V"><span class="identifier">DOM_VK_V</span></a>:<a class="type" title="The standard Int type." href="../../Int.html">Int</a><span> = 86</span></code></p></h3><div class="doc"><p></p></div></div><div class="field "><a name="DOM_VK_VOLUME_DOWN"></a><h3><p><code><span class="label">static</span><span class="label">inline</span> <span class="label">read only</span><a href="../../js/html/KeyEvent.html#DOM_VK_VOLUME_DOWN"><span class="identifier">DOM_VK_VOLUME_DOWN</span></a>:<a class="type" title="The standard Int type." href="../../Int.html">Int</a><span> = 182</span></code></p></h3><div class="doc"><p></p></div></div><div class="field "><a name="DOM_VK_VOLUME_MUTE"></a><h3><p><code><span class="label">static</span><span class="label">inline</span> <span class="label">read only</span><a href="../../js/html/KeyEvent.html#DOM_VK_VOLUME_MUTE"><span class="identifier">DOM_VK_VOLUME_MUTE</span></a>:<a class="type" title="The standard Int type." href="../../Int.html">Int</a><span> = 181</span></code></p></h3><div class="doc"><p></p></div></div><div class="field "><a name="DOM_VK_VOLUME_UP"></a><h3><p><code><span class="label">static</span><span class="label">inline</span> <span class="label">read only</span><a href="../../js/html/KeyEvent.html#DOM_VK_VOLUME_UP"><span class="identifier">DOM_VK_VOLUME_UP</span></a>:<a class="type" title="The standard Int type." href="../../Int.html">Int</a><span> = 183</span></code></p></h3><div class="doc"><p></p></div></div><div class="field "><a name="DOM_VK_W"></a><h3><p><code><span class="label">static</span><span class="label">inline</span> <span class="label">read only</span><a href="../../js/html/KeyEvent.html#DOM_VK_W"><span class="identifier">DOM_VK_W</span></a>:<a class="type" title="The standard Int type." href="../../Int.html">Int</a><span> = 87</span></code></p></h3><div class="doc"><p></p></div></div><div class="field "><a name="DOM_VK_WIN"></a><h3><p><code><span class="label">static</span><span class="label">inline</span> <span class="label">read only</span><a href="../../js/html/KeyEvent.html#DOM_VK_WIN"><span class="identifier">DOM_VK_WIN</span></a>:<a class="type" title="The standard Int type." href="../../Int.html">Int</a><span> = 91</span></code></p></h3><div class="doc"><p></p></div></div><div class="field "><a name="DOM_VK_WIN_ICO_00"></a><h3><p><code><span class="label">static</span><span class="label">inline</span> <span class="label">read only</span><a href="../../js/html/KeyEvent.html#DOM_VK_WIN_ICO_00"><span class="identifier">DOM_VK_WIN_ICO_00</span></a>:<a class="type" title="The standard Int type." href="../../Int.html">Int</a><span> = 228</span></code></p></h3><div class="doc"><p></p></div></div><div class="field "><a name="DOM_VK_WIN_ICO_CLEAR"></a><h3><p><code><span class="label">static</span><span class="label">inline</span> <span class="label">read only</span><a href="../../js/html/KeyEvent.html#DOM_VK_WIN_ICO_CLEAR"><span class="identifier">DOM_VK_WIN_ICO_CLEAR</span></a>:<a class="type" title="The standard Int type." href="../../Int.html">Int</a><span> = 230</span></code></p></h3><div class="doc"><p></p></div></div><div class="field "><a name="DOM_VK_WIN_ICO_HELP"></a><h3><p><code><span class="label">static</span><span class="label">inline</span> <span class="label">read only</span><a href="../../js/html/KeyEvent.html#DOM_VK_WIN_ICO_HELP"><span class="identifier">DOM_VK_WIN_ICO_HELP</span></a>:<a class="type" title="The standard Int type." href="../../Int.html">Int</a><span> = 227</span></code></p></h3><div class="doc"><p></p></div></div><div class="field "><a name="DOM_VK_WIN_OEM_ATTN"></a><h3><p><code><span class="label">static</span><span class="label">inline</span> <span class="label">read only</span><a href="../../js/html/KeyEvent.html#DOM_VK_WIN_OEM_ATTN"><span class="identifier">DOM_VK_WIN_OEM_ATTN</span></a>:<a class="type" title="The standard Int type." href="../../Int.html">Int</a><span> = 240</span></code></p></h3><div class="doc"><p></p></div></div><div class="field "><a name="DOM_VK_WIN_OEM_AUTO"></a><h3><p><code><span class="label">static</span><span class="label">inline</span> <span class="label">read only</span><a href="../../js/html/KeyEvent.html#DOM_VK_WIN_OEM_AUTO"><span class="identifier">DOM_VK_WIN_OEM_AUTO</span></a>:<a class="type" title="The standard Int type." href="../../Int.html">Int</a><span> = 243</span></code></p></h3><div class="doc"><p></p></div></div><div class="field "><a name="DOM_VK_WIN_OEM_BACKTAB"></a><h3><p><code><span class="label">static</span><span class="label">inline</span> <span class="label">read only</span><a href="../../js/html/KeyEvent.html#DOM_VK_WIN_OEM_BACKTAB"><span class="identifier">DOM_VK_WIN_OEM_BACKTAB</span></a>:<a class="type" title="The standard Int type." href="../../Int.html">Int</a><span> = 245</span></code></p></h3><div class="doc"><p></p></div></div><div class="field "><a name="DOM_VK_WIN_OEM_CLEAR"></a><h3><p><code><span class="label">static</span><span class="label">inline</span> <span class="label">read only</span><a href="../../js/html/KeyEvent.html#DOM_VK_WIN_OEM_CLEAR"><span class="identifier">DOM_VK_WIN_OEM_CLEAR</span></a>:<a class="type" title="The standard Int type." href="../../Int.html">Int</a><span> = 254</span></code></p></h3><div class="doc"><p></p></div></div><div class="field "><a name="DOM_VK_WIN_OEM_COPY"></a><h3><p><code><span class="label">static</span><span class="label">inline</span> <span class="label">read only</span><a href="../../js/html/KeyEvent.html#DOM_VK_WIN_OEM_COPY"><span class="identifier">DOM_VK_WIN_OEM_COPY</span></a>:<a class="type" title="The standard Int type." href="../../Int.html">Int</a><span> = 242</span></code></p></h3><div class="doc"><p></p></div></div><div class="field "><a name="DOM_VK_WIN_OEM_CUSEL"></a><h3><p><code><span class="label">static</span><span class="label">inline</span> <span class="label">read only</span><a href="../../js/html/KeyEvent.html#DOM_VK_WIN_OEM_CUSEL"><span class="identifier">DOM_VK_WIN_OEM_CUSEL</span></a>:<a class="type" title="The standard Int type." href="../../Int.html">Int</a><span> = 239</span></code></p></h3><div class="doc"><p></p></div></div><div class="field "><a name="DOM_VK_WIN_OEM_ENLW"></a><h3><p><code><span class="label">static</span><span class="label">inline</span> <span class="label">read only</span><a href="../../js/html/KeyEvent.html#DOM_VK_WIN_OEM_ENLW"><span class="identifier">DOM_VK_WIN_OEM_ENLW</span></a>:<a class="type" title="The standard Int type." href="../../Int.html">Int</a><span> = 244</span></code></p></h3><div class="doc"><p></p></div></div><div class="field "><a name="DOM_VK_WIN_OEM_FINISH"></a><h3><p><code><span class="label">static</span><span class="label">inline</span> <span class="label">read only</span><a href="../../js/html/KeyEvent.html#DOM_VK_WIN_OEM_FINISH"><span class="identifier">DOM_VK_WIN_OEM_FINISH</span></a>:<a class="type" title="The standard Int type." href="../../Int.html">Int</a><span> = 241</span></code></p></h3><div class="doc"><p></p></div></div><div class="field "><a name="DOM_VK_WIN_OEM_FJ_JISHO"></a><h3><p><code><span class="label">static</span><span class="label">inline</span> <span class="label">read only</span><a href="../../js/html/KeyEvent.html#DOM_VK_WIN_OEM_FJ_JISHO"><span class="identifier">DOM_VK_WIN_OEM_FJ_JISHO</span></a>:<a class="type" title="The standard Int type." href="../../Int.html">Int</a><span> = 146</span></code></p></h3><div class="doc"><p></p></div></div><div class="field "><a name="DOM_VK_WIN_OEM_FJ_LOYA"></a><h3><p><code><span class="label">static</span><span class="label">inline</span> <span class="label">read only</span><a href="../../js/html/KeyEvent.html#DOM_VK_WIN_OEM_FJ_LOYA"><span class="identifier">DOM_VK_WIN_OEM_FJ_LOYA</span></a>:<a class="type" title="The standard Int type." href="../../Int.html">Int</a><span> = 149</span></code></p></h3><div class="doc"><p></p></div></div><div class="field "><a name="DOM_VK_WIN_OEM_FJ_MASSHOU"></a><h3><p><code><span class="label">static</span><span class="label">inline</span> <span class="label">read only</span><a href="../../js/html/KeyEvent.html#DOM_VK_WIN_OEM_FJ_MASSHOU"><span class="identifier">DOM_VK_WIN_OEM_FJ_MASSHOU</span></a>:<a class="type" title="The standard Int type." href="../../Int.html">Int</a><span> = 147</span></code></p></h3><div class="doc"><p></p></div></div><div class="field "><a name="DOM_VK_WIN_OEM_FJ_ROYA"></a><h3><p><code><span class="label">static</span><span class="label">inline</span> <span class="label">read only</span><a href="../../js/html/KeyEvent.html#DOM_VK_WIN_OEM_FJ_ROYA"><span class="identifier">DOM_VK_WIN_OEM_FJ_ROYA</span></a>:<a class="type" title="The standard Int type." href="../../Int.html">Int</a><span> = 150</span></code></p></h3><div class="doc"><p></p></div></div><div class="field "><a name="DOM_VK_WIN_OEM_FJ_TOUROKU"></a><h3><p><code><span class="label">static</span><span class="label">inline</span> <span class="label">read only</span><a href="../../js/html/KeyEvent.html#DOM_VK_WIN_OEM_FJ_TOUROKU"><span class="identifier">DOM_VK_WIN_OEM_FJ_TOUROKU</span></a>:<a class="type" title="The standard Int type." href="../../Int.html">Int</a><span> = 148</span></code></p></h3><div class="doc"><p></p></div></div><div class="field "><a name="DOM_VK_WIN_OEM_JUMP"></a><h3><p><code><span class="label">static</span><span class="label">inline</span> <span class="label">read only</span><a href="../../js/html/KeyEvent.html#DOM_VK_WIN_OEM_JUMP"><span class="identifier">DOM_VK_WIN_OEM_JUMP</span></a>:<a class="type" title="The standard Int type." href="../../Int.html">Int</a><span> = 234</span></code></p></h3><div class="doc"><p></p></div></div><div class="field "><a name="DOM_VK_WIN_OEM_PA1"></a><h3><p><code><span class="label">static</span><span class="label">inline</span> <span class="label">read only</span><a href="../../js/html/KeyEvent.html#DOM_VK_WIN_OEM_PA1"><span class="identifier">DOM_VK_WIN_OEM_PA1</span></a>:<a class="type" title="The standard Int type." href="../../Int.html">Int</a><span> = 235</span></code></p></h3><div class="doc"><p></p></div></div><div class="field "><a name="DOM_VK_WIN_OEM_PA2"></a><h3><p><code><span class="label">static</span><span class="label">inline</span> <span class="label">read only</span><a href="../../js/html/KeyEvent.html#DOM_VK_WIN_OEM_PA2"><span class="identifier">DOM_VK_WIN_OEM_PA2</span></a>:<a class="type" title="The standard Int type." href="../../Int.html">Int</a><span> = 236</span></code></p></h3><div class="doc"><p></p></div></div><div class="field "><a name="DOM_VK_WIN_OEM_PA3"></a><h3><p><code><span class="label">static</span><span class="label">inline</span> <span class="label">read only</span><a href="../../js/html/KeyEvent.html#DOM_VK_WIN_OEM_PA3"><span class="identifier">DOM_VK_WIN_OEM_PA3</span></a>:<a class="type" title="The standard Int type." href="../../Int.html">Int</a><span> = 237</span></code></p></h3><div class="doc"><p></p></div></div><div class="field "><a name="DOM_VK_WIN_OEM_RESET"></a><h3><p><code><span class="label">static</span><span class="label">inline</span> <span class="label">read only</span><a href="../../js/html/KeyEvent.html#DOM_VK_WIN_OEM_RESET"><span class="identifier">DOM_VK_WIN_OEM_RESET</span></a>:<a class="type" title="The standard Int type." href="../../Int.html">Int</a><span> = 233</span></code></p></h3><div class="doc"><p></p></div></div><div class="field "><a name="DOM_VK_WIN_OEM_WSCTRL"></a><h3><p><code><span class="label">static</span><span class="label">inline</span> <span class="label">read only</span><a href="../../js/html/KeyEvent.html#DOM_VK_WIN_OEM_WSCTRL"><span class="identifier">DOM_VK_WIN_OEM_WSCTRL</span></a>:<a class="type" title="The standard Int type." href="../../Int.html">Int</a><span> = 238</span></code></p></h3><div class="doc"><p></p></div></div><div class="field "><a name="DOM_VK_X"></a><h3><p><code><span class="label">static</span><span class="label">inline</span> <span class="label">read only</span><a href="../../js/html/KeyEvent.html#DOM_VK_X"><span class="identifier">DOM_VK_X</span></a>:<a class="type" title="The standard Int type." href="../../Int.html">Int</a><span> = 88</span></code></p></h3><div class="doc"><p></p></div></div><div class="field "><a name="DOM_VK_Y"></a><h3><p><code><span class="label">static</span><span class="label">inline</span> <span class="label">read only</span><a href="../../js/html/KeyEvent.html#DOM_VK_Y"><span class="identifier">DOM_VK_Y</span></a>:<a class="type" title="The standard Int type." href="../../Int.html">Int</a><span> = 89</span></code></p></h3><div class="doc"><p></p></div></div><div class="field "><a name="DOM_VK_Z"></a><h3><p><code><span class="label">static</span><span class="label">inline</span> <span class="label">read only</span><a href="../../js/html/KeyEvent.html#DOM_VK_Z"><span class="identifier">DOM_VK_Z</span></a>:<a class="type" title="The standard Int type." href="../../Int.html">Int</a><span> = 90</span></code></p></h3><div class="doc"><p></p></div></div><div class="field "><a name="DOM_VK_ZOOM"></a><h3><p><code><span class="label">static</span><span class="label">inline</span> <span class="label">read only</span><a href="../../js/html/KeyEvent.html#DOM_VK_ZOOM"><span class="identifier">DOM_VK_ZOOM</span></a>:<a class="type" title="The standard Int type." href="../../Int.html">Int</a><span> = 251</span></code></p></h3><div class="doc"><p></p></div></div></div></div></div></div></div><footer class="section site-footer" style="background:#FAFAFA"><div class="container"><div class="copyright"><p style="color:#777777">© 2017  <a style="color:#777777" href="http://www.openfl.org">http://www.openfl.org</a></p></div></div></footer><script src="../..//highlighter.js"></script><link href="../../highlighter.css" rel="stylesheet"/></body></html> |