2132 lines
		
	
	
		
			134 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			2132 lines
		
	
	
		
			134 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
| <!doctype html>
 | |
| <html class="default no-js">
 | |
| <head>
 | |
| 	<meta charset="utf-8">
 | |
| 	<meta http-equiv="X-UA-Compatible" content="IE=edge">
 | |
| 	<title>TouchEvent | openfl</title>
 | |
| 	<meta name="description" content="">
 | |
| 	<meta name="viewport" content="width=device-width, initial-scale=1">
 | |
| 	<link rel="stylesheet" href="../assets/css/main.css">
 | |
| </head>
 | |
| <body>
 | |
| <header>
 | |
| 	<div class="tsd-page-toolbar">
 | |
| 		<div class="container">
 | |
| 			<div class="table-wrap">
 | |
| 				<div class="table-cell" id="tsd-search" data-index="../assets/js/search.js" data-base="..">
 | |
| 					<div class="field">
 | |
| 						<label for="tsd-search-field" class="tsd-widget search no-caption">Search</label>
 | |
| 						<input id="tsd-search-field" type="text" />
 | |
| 					</div>
 | |
| 					<ul class="results">
 | |
| 						<li class="state loading">Preparing search index...</li>
 | |
| 						<li class="state failure">The search index is not available</li>
 | |
| 					</ul>
 | |
| 					<a href="../index.html" class="title">openfl</a>
 | |
| 				</div>
 | |
| 				<div class="table-cell" id="tsd-widgets">
 | |
| 					<div id="tsd-filter">
 | |
| 						<a href="#" class="tsd-widget options no-caption" data-toggle="options">Options</a>
 | |
| 						<div class="tsd-filter-group">
 | |
| 							<div class="tsd-select" id="tsd-filter-visibility">
 | |
| 								<span class="tsd-select-label">All</span>
 | |
| 								<ul class="tsd-select-list">
 | |
| 									<li data-value="public">Public</li>
 | |
| 									<li data-value="protected">Public/Protected</li>
 | |
| 									<li data-value="private" class="selected">All</li>
 | |
| 								</ul>
 | |
| 							</div>
 | |
| 							<input type="checkbox" id="tsd-filter-inherited" checked />
 | |
| 							<label class="tsd-widget" for="tsd-filter-inherited">Inherited</label>
 | |
| 							<input type="checkbox" id="tsd-filter-externals" checked />
 | |
| 							<label class="tsd-widget" for="tsd-filter-externals">Externals</label>
 | |
| 							<input type="checkbox" id="tsd-filter-only-exported" />
 | |
| 							<label class="tsd-widget" for="tsd-filter-only-exported">Only exported</label>
 | |
| 						</div>
 | |
| 					</div>
 | |
| 					<a href="#" class="tsd-widget menu no-caption" data-toggle="menu">Menu</a>
 | |
| 				</div>
 | |
| 			</div>
 | |
| 		</div>
 | |
| 	</div>
 | |
| 	<div class="tsd-page-title">
 | |
| 		<div class="container">
 | |
| 			<ul class="tsd-breadcrumb">
 | |
| 				<li>
 | |
| 					<a href="../index.html">openfl</a>
 | |
| 				</li>
 | |
| 				<li>
 | |
| 					<a href="../modules/openfl.events.html">events</a>
 | |
| 				</li>
 | |
| 				<li>
 | |
| 					<a href="openfl.events.touchevent.html">TouchEvent</a>
 | |
| 				</li>
 | |
| 			</ul>
 | |
| 			<h1>Class TouchEvent</h1>
 | |
| 		</div>
 | |
| 	</div>
 | |
| </header>
 | |
| <div class="container container-main">
 | |
| 	<div class="row">
 | |
| 		<div class="col-8 col-content">
 | |
| 			<section class="tsd-panel tsd-comment">
 | |
| 				<div class="tsd-comment tsd-typography">
 | |
| 					<div class="lead">
 | |
| 						<p>The TouchEvent class lets you handle events on devices that detect user
 | |
| 							contact with the device(such as a finger on a touch screen). When a user
 | |
| 							interacts with a device such as a mobile phone or tablet with a touch
 | |
| 							screen, the user typically touches the screen with his or her fingers or a
 | |
| 							pointing device. You can develop applications that respond to basic touch
 | |
| 							events(such as a single finger tap) with the TouchEvent class. Create
 | |
| 							event listeners using the event types defined in this class. For user
 | |
| 							interaction with multiple points of contact(such as several fingers moving
 | |
| 							across a touch screen at the same time) use the related GestureEvent,
 | |
| 							PressAndTapGestureEvent, and TransformGestureEvent classes. And, use the
 | |
| 							properties and methods of these classes to construct event handlers that
 | |
| 						respond to the user touching the device.</p>
 | |
| 					</div>
 | |
| 					<p>Use the Multitouch class to determine the current environment's support
 | |
| 						for touch interaction, and to manage the support of touch interaction if
 | |
| 					the current environment supports it.</p>
 | |
| 					<p><strong>Note:</strong> When objects are nested on the display list, touch events
 | |
| 						target the deepest possible nested object that is visible in the display
 | |
| 						list. This object is called the target node. To have a target node's
 | |
| 						ancestor(an object containing the target node in the display list) receive
 | |
| 						notification of a touch event, use
 | |
| 						<code>EventDispatcher.addEventListener()</code> on the ancestor node with
 | |
| 					the type parameter set to the specific touch event you want to detect.</p>
 | |
| 				</div>
 | |
| 			</section>
 | |
| 			<section class="tsd-panel tsd-hierarchy">
 | |
| 				<h3>Hierarchy</h3>
 | |
| 				<ul class="tsd-hierarchy">
 | |
| 					<li>
 | |
| 						<a href="openfl.events.event.html" class="tsd-signature-type">Event</a>
 | |
| 						<ul class="tsd-hierarchy">
 | |
| 							<li>
 | |
| 								<span class="target">TouchEvent</span>
 | |
| 							</li>
 | |
| 						</ul>
 | |
| 					</li>
 | |
| 				</ul>
 | |
| 			</section>
 | |
| 			<section class="tsd-panel-group tsd-index-group">
 | |
| 				<h2>Index</h2>
 | |
| 				<section class="tsd-panel tsd-index-panel">
 | |
| 					<div class="tsd-index-content">
 | |
| 						<section class="tsd-index-section tsd-is-external">
 | |
| 							<h3>Constructors</h3>
 | |
| 							<ul class="tsd-index-list">
 | |
| 								<li class="tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite tsd-is-external"><a href="openfl.events.touchevent.html#constructor" class="tsd-kind-icon">constructor</a></li>
 | |
| 							</ul>
 | |
| 						</section>
 | |
| 						<section class="tsd-index-section tsd-is-external">
 | |
| 							<h3>Properties</h3>
 | |
| 							<ul class="tsd-index-list">
 | |
| 								<li class="tsd-kind-property tsd-parent-kind-class tsd-is-external"><a href="openfl.events.touchevent.html#altkey" class="tsd-kind-icon">alt<wbr>Key</a></li>
 | |
| 								<li class="tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-external"><a href="openfl.events.touchevent.html#bubbles" class="tsd-kind-icon">bubbles</a></li>
 | |
| 								<li class="tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-external"><a href="openfl.events.touchevent.html#cancelable" class="tsd-kind-icon">cancelable</a></li>
 | |
| 								<li class="tsd-kind-property tsd-parent-kind-class tsd-is-external"><a href="openfl.events.touchevent.html#commandkey" class="tsd-kind-icon">command<wbr>Key</a></li>
 | |
| 								<li class="tsd-kind-property tsd-parent-kind-class tsd-is-external"><a href="openfl.events.touchevent.html#controlkey" class="tsd-kind-icon">control<wbr>Key</a></li>
 | |
| 								<li class="tsd-kind-property tsd-parent-kind-class tsd-is-external"><a href="openfl.events.touchevent.html#ctrlkey" class="tsd-kind-icon">ctrl<wbr>Key</a></li>
 | |
| 								<li class="tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-external"><a href="openfl.events.touchevent.html#currenttarget" class="tsd-kind-icon">current<wbr>Target</a></li>
 | |
| 								<li class="tsd-kind-property tsd-parent-kind-class tsd-is-external"><a href="openfl.events.touchevent.html#delta" class="tsd-kind-icon">delta</a></li>
 | |
| 								<li class="tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-external"><a href="openfl.events.touchevent.html#eventphase" class="tsd-kind-icon">event<wbr>Phase</a></li>
 | |
| 								<li class="tsd-kind-property tsd-parent-kind-class tsd-is-external"><a href="openfl.events.touchevent.html#isprimarytouchpoint" class="tsd-kind-icon">is<wbr>Primary<wbr>Touch<wbr>Point</a></li>
 | |
| 								<li class="tsd-kind-property tsd-parent-kind-class tsd-is-external"><a href="openfl.events.touchevent.html#localx" class="tsd-kind-icon">localX</a></li>
 | |
| 								<li class="tsd-kind-property tsd-parent-kind-class tsd-is-external"><a href="openfl.events.touchevent.html#localy" class="tsd-kind-icon">localY</a></li>
 | |
| 								<li class="tsd-kind-property tsd-parent-kind-class tsd-is-external"><a href="openfl.events.touchevent.html#pressure" class="tsd-kind-icon">pressure</a></li>
 | |
| 								<li class="tsd-kind-property tsd-parent-kind-class tsd-is-external"><a href="openfl.events.touchevent.html#relatedobject" class="tsd-kind-icon">related<wbr>Object</a></li>
 | |
| 								<li class="tsd-kind-property tsd-parent-kind-class tsd-is-external"><a href="openfl.events.touchevent.html#shiftkey" class="tsd-kind-icon">shift<wbr>Key</a></li>
 | |
| 								<li class="tsd-kind-property tsd-parent-kind-class tsd-is-external"><a href="openfl.events.touchevent.html#sizex" class="tsd-kind-icon">sizeX</a></li>
 | |
| 								<li class="tsd-kind-property tsd-parent-kind-class tsd-is-external"><a href="openfl.events.touchevent.html#sizey" class="tsd-kind-icon">sizeY</a></li>
 | |
| 								<li class="tsd-kind-property tsd-parent-kind-class tsd-is-external"><a href="openfl.events.touchevent.html#stagex" class="tsd-kind-icon">stageX</a></li>
 | |
| 								<li class="tsd-kind-property tsd-parent-kind-class tsd-is-external"><a href="openfl.events.touchevent.html#stagey" class="tsd-kind-icon">stageY</a></li>
 | |
| 								<li class="tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-external"><a href="openfl.events.touchevent.html#target" class="tsd-kind-icon">target</a></li>
 | |
| 								<li class="tsd-kind-property tsd-parent-kind-class tsd-is-external"><a href="openfl.events.touchevent.html#touchpointid" class="tsd-kind-icon">touch<wbr>PointID</a></li>
 | |
| 								<li class="tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-external"><a href="openfl.events.touchevent.html#type" class="tsd-kind-icon">type</a></li>
 | |
| 								<li class="tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-static tsd-is-external"><a href="openfl.events.touchevent.html#activate" class="tsd-kind-icon">ACTIVATE</a></li>
 | |
| 								<li class="tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-static tsd-is-external"><a href="openfl.events.touchevent.html#added" class="tsd-kind-icon">ADDED</a></li>
 | |
| 								<li class="tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-static tsd-is-external"><a href="openfl.events.touchevent.html#added_to_stage" class="tsd-kind-icon">ADDED_<wbr>TO_<wbr>STAGE</a></li>
 | |
| 								<li class="tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-static tsd-is-external"><a href="openfl.events.touchevent.html#cancel" class="tsd-kind-icon">CANCEL</a></li>
 | |
| 								<li class="tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-static tsd-is-external"><a href="openfl.events.touchevent.html#change" class="tsd-kind-icon">CHANGE</a></li>
 | |
| 								<li class="tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-static tsd-is-external"><a href="openfl.events.touchevent.html#clear" class="tsd-kind-icon">CLEAR</a></li>
 | |
| 								<li class="tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-static tsd-is-external"><a href="openfl.events.touchevent.html#close" class="tsd-kind-icon">CLOSE</a></li>
 | |
| 								<li class="tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-static tsd-is-external"><a href="openfl.events.touchevent.html#complete" class="tsd-kind-icon">COMPLETE</a></li>
 | |
| 								<li class="tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-static tsd-is-external"><a href="openfl.events.touchevent.html#connect" class="tsd-kind-icon">CONNECT</a></li>
 | |
| 								<li class="tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-static tsd-is-external"><a href="openfl.events.touchevent.html#context3d_create" class="tsd-kind-icon">CONTEXT3<wbr>D_<wbr>CREATE</a></li>
 | |
| 								<li class="tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-static tsd-is-external"><a href="openfl.events.touchevent.html#copy" class="tsd-kind-icon">COPY</a></li>
 | |
| 								<li class="tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-static tsd-is-external"><a href="openfl.events.touchevent.html#cut" class="tsd-kind-icon">CUT</a></li>
 | |
| 								<li class="tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-static tsd-is-external"><a href="openfl.events.touchevent.html#deactivate" class="tsd-kind-icon">DEACTIVATE</a></li>
 | |
| 								<li class="tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-static tsd-is-external"><a href="openfl.events.touchevent.html#enter_frame" class="tsd-kind-icon">ENTER_<wbr>FRAME</a></li>
 | |
| 								<li class="tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-static tsd-is-external"><a href="openfl.events.touchevent.html#exit_frame" class="tsd-kind-icon">EXIT_<wbr>FRAME</a></li>
 | |
| 								<li class="tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-static tsd-is-external"><a href="openfl.events.touchevent.html#frame_constructed" class="tsd-kind-icon">FRAME_<wbr>CONSTRUCTED</a></li>
 | |
| 								<li class="tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-static tsd-is-external"><a href="openfl.events.touchevent.html#frame_label" class="tsd-kind-icon">FRAME_<wbr>LABEL</a></li>
 | |
| 								<li class="tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-static tsd-is-external"><a href="openfl.events.touchevent.html#fullscreen" class="tsd-kind-icon">FULLSCREEN</a></li>
 | |
| 								<li class="tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-static tsd-is-external"><a href="openfl.events.touchevent.html#id3" class="tsd-kind-icon">ID3</a></li>
 | |
| 								<li class="tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-static tsd-is-external"><a href="openfl.events.touchevent.html#init" class="tsd-kind-icon">INIT</a></li>
 | |
| 								<li class="tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-static tsd-is-external"><a href="openfl.events.touchevent.html#mouse_leave" class="tsd-kind-icon">MOUSE_<wbr>LEAVE</a></li>
 | |
| 								<li class="tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-static tsd-is-external"><a href="openfl.events.touchevent.html#open" class="tsd-kind-icon">OPEN</a></li>
 | |
| 								<li class="tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-static tsd-is-external"><a href="openfl.events.touchevent.html#paste" class="tsd-kind-icon">PASTE</a></li>
 | |
| 								<li class="tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-static tsd-is-external"><a href="openfl.events.touchevent.html#removed" class="tsd-kind-icon">REMOVED</a></li>
 | |
| 								<li class="tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-static tsd-is-external"><a href="openfl.events.touchevent.html#removed_from_stage" class="tsd-kind-icon">REMOVED_<wbr>FROM_<wbr>STAGE</a></li>
 | |
| 								<li class="tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-static tsd-is-external"><a href="openfl.events.touchevent.html#render" class="tsd-kind-icon">RENDER</a></li>
 | |
| 								<li class="tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-static tsd-is-external"><a href="openfl.events.touchevent.html#resize" class="tsd-kind-icon">RESIZE</a></li>
 | |
| 								<li class="tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-static tsd-is-external"><a href="openfl.events.touchevent.html#scroll" class="tsd-kind-icon">SCROLL</a></li>
 | |
| 								<li class="tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-static tsd-is-external"><a href="openfl.events.touchevent.html#select" class="tsd-kind-icon">SELECT</a></li>
 | |
| 								<li class="tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-static tsd-is-external"><a href="openfl.events.touchevent.html#select_all" class="tsd-kind-icon">SELECT_<wbr>ALL</a></li>
 | |
| 								<li class="tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-static tsd-is-external"><a href="openfl.events.touchevent.html#sound_complete" class="tsd-kind-icon">SOUND_<wbr>COMPLETE</a></li>
 | |
| 								<li class="tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-static tsd-is-external"><a href="openfl.events.touchevent.html#tab_children_change" class="tsd-kind-icon">TAB_<wbr>CHILDREN_<wbr>CHANGE</a></li>
 | |
| 								<li class="tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-static tsd-is-external"><a href="openfl.events.touchevent.html#tab_enabled_change" class="tsd-kind-icon">TAB_<wbr>ENABLED_<wbr>CHANGE</a></li>
 | |
| 								<li class="tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-static tsd-is-external"><a href="openfl.events.touchevent.html#tab_index_change" class="tsd-kind-icon">TAB_<wbr>INDEX_<wbr>CHANGE</a></li>
 | |
| 								<li class="tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-static tsd-is-external"><a href="openfl.events.touchevent.html#texture_ready" class="tsd-kind-icon">TEXTURE_<wbr>READY</a></li>
 | |
| 								<li class="tsd-kind-property tsd-parent-kind-class tsd-is-static tsd-is-external"><a href="openfl.events.touchevent.html#touch_begin" class="tsd-kind-icon">TOUCH_<wbr>BEGIN</a></li>
 | |
| 								<li class="tsd-kind-property tsd-parent-kind-class tsd-is-static tsd-is-external"><a href="openfl.events.touchevent.html#touch_end" class="tsd-kind-icon">TOUCH_<wbr>END</a></li>
 | |
| 								<li class="tsd-kind-property tsd-parent-kind-class tsd-is-static tsd-is-external"><a href="openfl.events.touchevent.html#touch_move" class="tsd-kind-icon">TOUCH_<wbr>MOVE</a></li>
 | |
| 								<li class="tsd-kind-property tsd-parent-kind-class tsd-is-static tsd-is-external"><a href="openfl.events.touchevent.html#touch_out" class="tsd-kind-icon">TOUCH_<wbr>OUT</a></li>
 | |
| 								<li class="tsd-kind-property tsd-parent-kind-class tsd-is-static tsd-is-external"><a href="openfl.events.touchevent.html#touch_over" class="tsd-kind-icon">TOUCH_<wbr>OVER</a></li>
 | |
| 								<li class="tsd-kind-property tsd-parent-kind-class tsd-is-static tsd-is-external"><a href="openfl.events.touchevent.html#touch_roll_out" class="tsd-kind-icon">TOUCH_<wbr>ROLL_<wbr>OUT</a></li>
 | |
| 								<li class="tsd-kind-property tsd-parent-kind-class tsd-is-static tsd-is-external"><a href="openfl.events.touchevent.html#touch_roll_over" class="tsd-kind-icon">TOUCH_<wbr>ROLL_<wbr>OVER</a></li>
 | |
| 								<li class="tsd-kind-property tsd-parent-kind-class tsd-is-static tsd-is-external"><a href="openfl.events.touchevent.html#touch_tap" class="tsd-kind-icon">TOUCH_<wbr>TAP</a></li>
 | |
| 								<li class="tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-static tsd-is-external"><a href="openfl.events.touchevent.html#unload" class="tsd-kind-icon">UNLOAD</a></li>
 | |
| 							</ul>
 | |
| 						</section>
 | |
| 						<section class="tsd-index-section tsd-is-external">
 | |
| 							<h3>Methods</h3>
 | |
| 							<ul class="tsd-index-list">
 | |
| 								<li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-external"><a href="openfl.events.touchevent.html#clone" class="tsd-kind-icon">clone</a></li>
 | |
| 								<li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-external"><a href="openfl.events.touchevent.html#formattostring" class="tsd-kind-icon">format<wbr>ToString</a></li>
 | |
| 								<li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-external"><a href="openfl.events.touchevent.html#isdefaultprevented" class="tsd-kind-icon">is<wbr>Default<wbr>Prevented</a></li>
 | |
| 								<li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-external"><a href="openfl.events.touchevent.html#preventdefault" class="tsd-kind-icon">prevent<wbr>Default</a></li>
 | |
| 								<li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-external"><a href="openfl.events.touchevent.html#stopimmediatepropagation" class="tsd-kind-icon">stop<wbr>Immediate<wbr>Propagation</a></li>
 | |
| 								<li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-external"><a href="openfl.events.touchevent.html#stoppropagation" class="tsd-kind-icon">stop<wbr>Propagation</a></li>
 | |
| 								<li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-external"><a href="openfl.events.touchevent.html#tostring" class="tsd-kind-icon">to<wbr>String</a></li>
 | |
| 								<li class="tsd-kind-method tsd-parent-kind-class tsd-is-external"><a href="openfl.events.touchevent.html#updateafterevent" class="tsd-kind-icon">update<wbr>After<wbr>Event</a></li>
 | |
| 							</ul>
 | |
| 						</section>
 | |
| 					</div>
 | |
| 				</section>
 | |
| 			</section>
 | |
| 			<section class="tsd-panel-group tsd-member-group tsd-is-external">
 | |
| 				<h2>Constructors</h2>
 | |
| 				<section class="tsd-panel tsd-member tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite tsd-is-external">
 | |
| 					<a name="constructor" class="tsd-anchor"></a>
 | |
| 					<h3>constructor</h3>
 | |
| 					<ul class="tsd-signatures tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite tsd-is-external">
 | |
| 						<li class="tsd-signature tsd-kind-icon">new <wbr>Touch<wbr>Event<span class="tsd-signature-symbol">(</span>type<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span>, bubbles<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">boolean</span>, cancelable<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">boolean</span>, touchPointID<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">number</span>, isPrimaryTouchPoint<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">boolean</span>, localX<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">number</span>, localY<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">number</span>, sizeX<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">number</span>, sizeY<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">number</span>, pressure<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">number</span>, relatedObject<span class="tsd-signature-symbol">?: </span><a href="openfl.display.interactiveobject.html" class="tsd-signature-type">InteractiveObject</a>, ctrlKey<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">boolean</span>, altKey<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">boolean</span>, shiftKey<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">boolean</span>, commandKey<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">boolean</span>, controlKey<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">boolean</span>, timestamp<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">number</span>, touchIntent<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">string</span>, samples<span class="tsd-signature-symbol">?: </span><a href="openfl.utils.bytearray.html" class="tsd-signature-type">ByteArray</a>, isTouchPointCanceled<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="openfl.events.touchevent.html" class="tsd-signature-type">TouchEvent</a></li>
 | |
| 					</ul>
 | |
| 					<ul class="tsd-descriptions">
 | |
| 						<li class="tsd-description">
 | |
| 							<aside class="tsd-sources">
 | |
| 								<p>Overrides <a href="openfl.events.event.html">Event</a>.<a href="openfl.events.event.html#constructor">constructor</a></p>
 | |
| 								<ul>
 | |
| 									<li>Defined in <a href="https://github.com/openfl/openfl/blob/9921d3bf/lib/openfl/events/TouchEvent.d.ts#L232">lib/openfl/events/TouchEvent.d.ts:232</a></li>
 | |
| 								</ul>
 | |
| 							</aside>
 | |
| 							<div class="tsd-comment tsd-typography">
 | |
| 								<div class="lead">
 | |
| 									<p>Creates an Event object that contains information about touch events.
 | |
| 									Event objects are passed as parameters to event listeners.</p>
 | |
| 								</div>
 | |
| 							</div>
 | |
| 							<h4 class="tsd-parameters-title">Parameters</h4>
 | |
| 							<ul class="tsd-parameters">
 | |
| 								<li>
 | |
| 									<h5>type: <span class="tsd-signature-type">string</span></h5>
 | |
| 									<div class="tsd-comment tsd-typography">
 | |
| 										<div class="lead">
 | |
| 											<p>The type of the event. Possible values are:
 | |
| 												<code>TouchEvent.TOUCH_BEGIN</code>,
 | |
| 												<code>TouchEvent.TOUCH_END</code>,
 | |
| 												<code>TouchEvent.TOUCH_MOVE</code>,
 | |
| 												<code>TouchEvent.TOUCH_OUT</code>,
 | |
| 												<code>TouchEvent.TOUCH_OVER</code>,
 | |
| 												<code>TouchEvent.TOUCH_ROLL_OUT</code>,
 | |
| 												<code>TouchEvent.TOUCH_ROLL_OVER</code>, and
 | |
| 											<code>TouchEvent.TOUCH_TAP</code>.</p>
 | |
| 										</div>
 | |
| 									</div>
 | |
| 								</li>
 | |
| 								<li>
 | |
| 									<h5><span class="tsd-flag ts-flagOptional">Optional</span> bubbles: <span class="tsd-signature-type">boolean</span></h5>
 | |
| 									<div class="tsd-comment tsd-typography">
 | |
| 										<div class="lead">
 | |
| 											<p>Determines whether the Event object
 | |
| 												participates in the bubbling phase of the event
 | |
| 											flow.</p>
 | |
| 										</div>
 | |
| 									</div>
 | |
| 								</li>
 | |
| 								<li>
 | |
| 									<h5><span class="tsd-flag ts-flagOptional">Optional</span> cancelable: <span class="tsd-signature-type">boolean</span></h5>
 | |
| 									<div class="tsd-comment tsd-typography">
 | |
| 										<div class="lead">
 | |
| 											<p>Determines whether the Event object can be
 | |
| 											canceled.</p>
 | |
| 										</div>
 | |
| 									</div>
 | |
| 								</li>
 | |
| 								<li>
 | |
| 									<h5><span class="tsd-flag ts-flagOptional">Optional</span> touchPointID: <span class="tsd-signature-type">number</span></h5>
 | |
| 									<div class="tsd-comment tsd-typography">
 | |
| 										<div class="lead">
 | |
| 											<p>A unique identification number(as an int)
 | |
| 											assigned to the touch point.</p>
 | |
| 										</div>
 | |
| 									</div>
 | |
| 								</li>
 | |
| 								<li>
 | |
| 									<h5><span class="tsd-flag ts-flagOptional">Optional</span> isPrimaryTouchPoint: <span class="tsd-signature-type">boolean</span></h5>
 | |
| 									<div class="tsd-comment tsd-typography">
 | |
| 										<div class="lead">
 | |
| 											<p>Indicates whether the first point of contact is
 | |
| 											mapped to mouse events.</p>
 | |
| 										</div>
 | |
| 									</div>
 | |
| 								</li>
 | |
| 								<li>
 | |
| 									<h5><span class="tsd-flag ts-flagOptional">Optional</span> localX: <span class="tsd-signature-type">number</span></h5>
 | |
| 								</li>
 | |
| 								<li>
 | |
| 									<h5><span class="tsd-flag ts-flagOptional">Optional</span> localY: <span class="tsd-signature-type">number</span></h5>
 | |
| 								</li>
 | |
| 								<li>
 | |
| 									<h5><span class="tsd-flag ts-flagOptional">Optional</span> sizeX: <span class="tsd-signature-type">number</span></h5>
 | |
| 								</li>
 | |
| 								<li>
 | |
| 									<h5><span class="tsd-flag ts-flagOptional">Optional</span> sizeY: <span class="tsd-signature-type">number</span></h5>
 | |
| 								</li>
 | |
| 								<li>
 | |
| 									<h5><span class="tsd-flag ts-flagOptional">Optional</span> pressure: <span class="tsd-signature-type">number</span></h5>
 | |
| 								</li>
 | |
| 								<li>
 | |
| 									<h5><span class="tsd-flag ts-flagOptional">Optional</span> relatedObject: <a href="openfl.display.interactiveobject.html" class="tsd-signature-type">InteractiveObject</a></h5>
 | |
| 									<div class="tsd-comment tsd-typography">
 | |
| 										<div class="lead">
 | |
| 											<p>The complementary InteractiveObject instance
 | |
| 												that is affected by the event. For example,
 | |
| 												when a <code>touchOut</code> event occurs,
 | |
| 												<code>relatedObject</code> represents the
 | |
| 												display list object to which the pointing
 | |
| 											device now points.</p>
 | |
| 										</div>
 | |
| 									</div>
 | |
| 								</li>
 | |
| 								<li>
 | |
| 									<h5><span class="tsd-flag ts-flagOptional">Optional</span> ctrlKey: <span class="tsd-signature-type">boolean</span></h5>
 | |
| 									<div class="tsd-comment tsd-typography">
 | |
| 										<div class="lead">
 | |
| 											<p>On Windows or Linux, indicates whether the Ctrl
 | |
| 												key is activated. On Mac, indicates whether
 | |
| 												either the Ctrl key or the Command key is
 | |
| 											activated.</p>
 | |
| 										</div>
 | |
| 									</div>
 | |
| 								</li>
 | |
| 								<li>
 | |
| 									<h5><span class="tsd-flag ts-flagOptional">Optional</span> altKey: <span class="tsd-signature-type">boolean</span></h5>
 | |
| 									<div class="tsd-comment tsd-typography">
 | |
| 										<div class="lead">
 | |
| 											<p>Indicates whether the Alt key is activated
 | |
| 											(Windows or Linux only).</p>
 | |
| 										</div>
 | |
| 									</div>
 | |
| 								</li>
 | |
| 								<li>
 | |
| 									<h5><span class="tsd-flag ts-flagOptional">Optional</span> shiftKey: <span class="tsd-signature-type">boolean</span></h5>
 | |
| 									<div class="tsd-comment tsd-typography">
 | |
| 										<div class="lead">
 | |
| 											<p>Indicates whether the Shift key is activated.</p>
 | |
| 										</div>
 | |
| 									</div>
 | |
| 								</li>
 | |
| 								<li>
 | |
| 									<h5><span class="tsd-flag ts-flagOptional">Optional</span> commandKey: <span class="tsd-signature-type">boolean</span></h5>
 | |
| 								</li>
 | |
| 								<li>
 | |
| 									<h5><span class="tsd-flag ts-flagOptional">Optional</span> controlKey: <span class="tsd-signature-type">boolean</span></h5>
 | |
| 								</li>
 | |
| 								<li>
 | |
| 									<h5><span class="tsd-flag ts-flagOptional">Optional</span> timestamp: <span class="tsd-signature-type">number</span></h5>
 | |
| 								</li>
 | |
| 								<li>
 | |
| 									<h5><span class="tsd-flag ts-flagOptional">Optional</span> touchIntent: <span class="tsd-signature-type">string</span></h5>
 | |
| 								</li>
 | |
| 								<li>
 | |
| 									<h5><span class="tsd-flag ts-flagOptional">Optional</span> samples: <a href="openfl.utils.bytearray.html" class="tsd-signature-type">ByteArray</a></h5>
 | |
| 								</li>
 | |
| 								<li>
 | |
| 									<h5><span class="tsd-flag ts-flagOptional">Optional</span> isTouchPointCanceled: <span class="tsd-signature-type">boolean</span></h5>
 | |
| 								</li>
 | |
| 							</ul>
 | |
| 							<h4 class="tsd-returns-title">Returns <a href="openfl.events.touchevent.html" class="tsd-signature-type">TouchEvent</a></h4>
 | |
| 						</li>
 | |
| 					</ul>
 | |
| 				</section>
 | |
| 			</section>
 | |
| 			<section class="tsd-panel-group tsd-member-group tsd-is-external">
 | |
| 				<h2>Properties</h2>
 | |
| 				<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class tsd-is-external">
 | |
| 					<a name="altkey" class="tsd-anchor"></a>
 | |
| 					<h3>alt<wbr>Key</h3>
 | |
| 					<div class="tsd-signature tsd-kind-icon">alt<wbr>Key<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">boolean</span></div>
 | |
| 					<aside class="tsd-sources">
 | |
| 						<ul>
 | |
| 							<li>Defined in <a href="https://github.com/openfl/openfl/blob/9921d3bf/lib/openfl/events/TouchEvent.d.ts#L138">lib/openfl/events/TouchEvent.d.ts:138</a></li>
 | |
| 						</ul>
 | |
| 					</aside>
 | |
| 					<div class="tsd-comment tsd-typography">
 | |
| 						<div class="lead">
 | |
| 							<p>Indicates whether the Alt key is active(<code>true</code>) or inactive
 | |
| 								(<code>false</code>). Supported for Windows and Linux operating systems
 | |
| 							only.</p>
 | |
| 						</div>
 | |
| 					</div>
 | |
| 				</section>
 | |
| 				<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-external">
 | |
| 					<a name="bubbles" class="tsd-anchor"></a>
 | |
| 					<h3>bubbles</h3>
 | |
| 					<div class="tsd-signature tsd-kind-icon">bubbles<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">boolean</span></div>
 | |
| 					<aside class="tsd-sources">
 | |
| 						<p>Inherited from <a href="openfl.events.event.html">Event</a>.<a href="openfl.events.event.html#bubbles">bubbles</a></p>
 | |
| 						<ul>
 | |
| 							<li>Defined in <a href="https://github.com/openfl/openfl/blob/9921d3bf/lib/openfl/events/Event.d.ts#L346">lib/openfl/events/Event.d.ts:346</a></li>
 | |
| 						</ul>
 | |
| 					</aside>
 | |
| 					<div class="tsd-comment tsd-typography">
 | |
| 						<div class="lead">
 | |
| 							<p>Indicates whether an event is a bubbling event. If the event can bubble,
 | |
| 							this value is <code>true</code>; otherwise it is <code>false</code>.</p>
 | |
| 						</div>
 | |
| 						<p>When an event occurs, it moves through the three phases of the event
 | |
| 							flow: the capture phase, which flows from the top of the display list
 | |
| 							hierarchy to the node just before the target node; the target phase, which
 | |
| 							comprises the target node; and the bubbling phase, which flows from the
 | |
| 						node subsequent to the target node back up the display list hierarchy.</p>
 | |
| 						<p>Some events, such as the <code>activate</code> and <code>unload</code>
 | |
| 							events, do not have a bubbling phase. The <code>bubbles</code> property
 | |
| 							has a value of <code>false</code> for events that do not have a bubbling
 | |
| 						phase.</p>
 | |
| 					</div>
 | |
| 				</section>
 | |
| 				<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-external">
 | |
| 					<a name="cancelable" class="tsd-anchor"></a>
 | |
| 					<h3>cancelable</h3>
 | |
| 					<div class="tsd-signature tsd-kind-icon">cancelable<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">boolean</span></div>
 | |
| 					<aside class="tsd-sources">
 | |
| 						<p>Inherited from <a href="openfl.events.event.html">Event</a>.<a href="openfl.events.event.html#cancelable">cancelable</a></p>
 | |
| 						<ul>
 | |
| 							<li>Defined in <a href="https://github.com/openfl/openfl/blob/9921d3bf/lib/openfl/events/Event.d.ts#L353">lib/openfl/events/Event.d.ts:353</a></li>
 | |
| 						</ul>
 | |
| 					</aside>
 | |
| 					<div class="tsd-comment tsd-typography">
 | |
| 						<div class="lead">
 | |
| 							<p>Indicates whether the behavior associated with the event can be prevented.
 | |
| 								If the behavior can be canceled, this value is <code>true</code>;
 | |
| 							otherwise it is <code>false</code>.</p>
 | |
| 						</div>
 | |
| 					</div>
 | |
| 				</section>
 | |
| 				<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class tsd-is-external">
 | |
| 					<a name="commandkey" class="tsd-anchor"></a>
 | |
| 					<h3>command<wbr>Key</h3>
 | |
| 					<div class="tsd-signature tsd-kind-icon">command<wbr>Key<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">boolean</span></div>
 | |
| 					<aside class="tsd-sources">
 | |
| 						<ul>
 | |
| 							<li>Defined in <a href="https://github.com/openfl/openfl/blob/9921d3bf/lib/openfl/events/TouchEvent.d.ts#L140">lib/openfl/events/TouchEvent.d.ts:140</a></li>
 | |
| 						</ul>
 | |
| 					</aside>
 | |
| 				</section>
 | |
| 				<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class tsd-is-external">
 | |
| 					<a name="controlkey" class="tsd-anchor"></a>
 | |
| 					<h3>control<wbr>Key</h3>
 | |
| 					<div class="tsd-signature tsd-kind-icon">control<wbr>Key<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">boolean</span></div>
 | |
| 					<aside class="tsd-sources">
 | |
| 						<ul>
 | |
| 							<li>Defined in <a href="https://github.com/openfl/openfl/blob/9921d3bf/lib/openfl/events/TouchEvent.d.ts#L142">lib/openfl/events/TouchEvent.d.ts:142</a></li>
 | |
| 						</ul>
 | |
| 					</aside>
 | |
| 				</section>
 | |
| 				<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class tsd-is-external">
 | |
| 					<a name="ctrlkey" class="tsd-anchor"></a>
 | |
| 					<h3>ctrl<wbr>Key</h3>
 | |
| 					<div class="tsd-signature tsd-kind-icon">ctrl<wbr>Key<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">boolean</span></div>
 | |
| 					<aside class="tsd-sources">
 | |
| 						<ul>
 | |
| 							<li>Defined in <a href="https://github.com/openfl/openfl/blob/9921d3bf/lib/openfl/events/TouchEvent.d.ts#L149">lib/openfl/events/TouchEvent.d.ts:149</a></li>
 | |
| 						</ul>
 | |
| 					</aside>
 | |
| 					<div class="tsd-comment tsd-typography">
 | |
| 						<div class="lead">
 | |
| 							<p>On Windows or Linux, indicates whether the Ctrl key is active
 | |
| 								(<code>true</code>) or inactive(<code>false</code>). On Macintosh,
 | |
| 							indicates whether either the Control key or the Command key is activated.</p>
 | |
| 						</div>
 | |
| 					</div>
 | |
| 				</section>
 | |
| 				<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-external">
 | |
| 					<a name="currenttarget" class="tsd-anchor"></a>
 | |
| 					<h3>current<wbr>Target</h3>
 | |
| 					<div class="tsd-signature tsd-kind-icon">current<wbr>Target<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">any</span></div>
 | |
| 					<aside class="tsd-sources">
 | |
| 						<p>Inherited from <a href="openfl.events.event.html">Event</a>.<a href="openfl.events.event.html#currenttarget">currentTarget</a></p>
 | |
| 						<ul>
 | |
| 							<li>Defined in <a href="https://github.com/openfl/openfl/blob/9921d3bf/lib/openfl/events/Event.d.ts#L361">lib/openfl/events/Event.d.ts:361</a></li>
 | |
| 						</ul>
 | |
| 					</aside>
 | |
| 					<div class="tsd-comment tsd-typography">
 | |
| 						<div class="lead">
 | |
| 							<p>The object that is actively processing the Event object with an event
 | |
| 								listener. For example, if a user clicks an OK button, the current target
 | |
| 								could be the node containing that button or one of its ancestors that has
 | |
| 							registered an event listener for that event.</p>
 | |
| 						</div>
 | |
| 					</div>
 | |
| 				</section>
 | |
| 				<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class tsd-is-external">
 | |
| 					<a name="delta" class="tsd-anchor"></a>
 | |
| 					<h3>delta</h3>
 | |
| 					<div class="tsd-signature tsd-kind-icon">delta<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">number</span></div>
 | |
| 					<aside class="tsd-sources">
 | |
| 						<ul>
 | |
| 							<li>Defined in <a href="https://github.com/openfl/openfl/blob/9921d3bf/lib/openfl/events/TouchEvent.d.ts#L151">lib/openfl/events/TouchEvent.d.ts:151</a></li>
 | |
| 						</ul>
 | |
| 					</aside>
 | |
| 				</section>
 | |
| 				<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-external">
 | |
| 					<a name="eventphase" class="tsd-anchor"></a>
 | |
| 					<h3>event<wbr>Phase</h3>
 | |
| 					<div class="tsd-signature tsd-kind-icon">event<wbr>Phase<span class="tsd-signature-symbol">:</span> <a href="../enums/openfl.events.eventphase.html" class="tsd-signature-type">EventPhase</a></div>
 | |
| 					<aside class="tsd-sources">
 | |
| 						<p>Inherited from <a href="openfl.events.event.html">Event</a>.<a href="openfl.events.event.html#eventphase">eventPhase</a></p>
 | |
| 						<ul>
 | |
| 							<li>Defined in <a href="https://github.com/openfl/openfl/blob/9921d3bf/lib/openfl/events/Event.d.ts#L372">lib/openfl/events/Event.d.ts:372</a></li>
 | |
| 						</ul>
 | |
| 					</aside>
 | |
| 					<div class="tsd-comment tsd-typography">
 | |
| 						<div class="lead">
 | |
| 							<p>The current phase in the event flow. This property can contain the
 | |
| 							following numeric values:</p>
 | |
| 						</div>
 | |
| 						<ul>
 | |
| 							<li>The capture phase(<code>EventPhase.CAPTURING_PHASE</code>).</li>
 | |
| 							<li>The target phase(<code>EventPhase.AT_TARGET</code>).</li>
 | |
| 							<li>The bubbling phase(<code>EventPhase.BUBBLING_PHASE</code>).</li>
 | |
| 						</ul>
 | |
| 					</div>
 | |
| 				</section>
 | |
| 				<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class tsd-is-external">
 | |
| 					<a name="isprimarytouchpoint" class="tsd-anchor"></a>
 | |
| 					<h3>is<wbr>Primary<wbr>Touch<wbr>Point</h3>
 | |
| 					<div class="tsd-signature tsd-kind-icon">is<wbr>Primary<wbr>Touch<wbr>Point<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">boolean</span></div>
 | |
| 					<aside class="tsd-sources">
 | |
| 						<ul>
 | |
| 							<li>Defined in <a href="https://github.com/openfl/openfl/blob/9921d3bf/lib/openfl/events/TouchEvent.d.ts#L156">lib/openfl/events/TouchEvent.d.ts:156</a></li>
 | |
| 						</ul>
 | |
| 					</aside>
 | |
| 					<div class="tsd-comment tsd-typography">
 | |
| 						<div class="lead">
 | |
| 							<p>Indicates whether the first point of contact is mapped to mouse events.</p>
 | |
| 						</div>
 | |
| 					</div>
 | |
| 				</section>
 | |
| 				<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class tsd-is-external">
 | |
| 					<a name="localx" class="tsd-anchor"></a>
 | |
| 					<h3>localX</h3>
 | |
| 					<div class="tsd-signature tsd-kind-icon">localX<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">number</span></div>
 | |
| 					<aside class="tsd-sources">
 | |
| 						<ul>
 | |
| 							<li>Defined in <a href="https://github.com/openfl/openfl/blob/9921d3bf/lib/openfl/events/TouchEvent.d.ts#L166">lib/openfl/events/TouchEvent.d.ts:166</a></li>
 | |
| 						</ul>
 | |
| 					</aside>
 | |
| 					<div class="tsd-comment tsd-typography">
 | |
| 						<div class="lead">
 | |
| 							<p>The horizontal coordinate at which the event occurred relative to the
 | |
| 							containing sprite.</p>
 | |
| 						</div>
 | |
| 					</div>
 | |
| 				</section>
 | |
| 				<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class tsd-is-external">
 | |
| 					<a name="localy" class="tsd-anchor"></a>
 | |
| 					<h3>localY</h3>
 | |
| 					<div class="tsd-signature tsd-kind-icon">localY<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">number</span></div>
 | |
| 					<aside class="tsd-sources">
 | |
| 						<ul>
 | |
| 							<li>Defined in <a href="https://github.com/openfl/openfl/blob/9921d3bf/lib/openfl/events/TouchEvent.d.ts#L172">lib/openfl/events/TouchEvent.d.ts:172</a></li>
 | |
| 						</ul>
 | |
| 					</aside>
 | |
| 					<div class="tsd-comment tsd-typography">
 | |
| 						<div class="lead">
 | |
| 							<p>The vertical coordinate at which the event occurred relative to the
 | |
| 							containing sprite.</p>
 | |
| 						</div>
 | |
| 					</div>
 | |
| 				</section>
 | |
| 				<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class tsd-is-external">
 | |
| 					<a name="pressure" class="tsd-anchor"></a>
 | |
| 					<h3>pressure</h3>
 | |
| 					<div class="tsd-signature tsd-kind-icon">pressure<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">number</span></div>
 | |
| 					<aside class="tsd-sources">
 | |
| 						<ul>
 | |
| 							<li>Defined in <a href="https://github.com/openfl/openfl/blob/9921d3bf/lib/openfl/events/TouchEvent.d.ts#L179">lib/openfl/events/TouchEvent.d.ts:179</a></li>
 | |
| 						</ul>
 | |
| 					</aside>
 | |
| 					<div class="tsd-comment tsd-typography">
 | |
| 						<div class="lead">
 | |
| 							<p>A value between <code>0.0</code> and <code>1.0</code> indicating force of
 | |
| 								the contact with the device. If the device does not support detecting the
 | |
| 							pressure, the value is <code>1.0</code>.</p>
 | |
| 						</div>
 | |
| 					</div>
 | |
| 				</section>
 | |
| 				<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class tsd-is-external">
 | |
| 					<a name="relatedobject" class="tsd-anchor"></a>
 | |
| 					<h3>related<wbr>Object</h3>
 | |
| 					<div class="tsd-signature tsd-kind-icon">related<wbr>Object<span class="tsd-signature-symbol">:</span> <a href="openfl.display.interactiveobject.html" class="tsd-signature-type">InteractiveObject</a></div>
 | |
| 					<aside class="tsd-sources">
 | |
| 						<ul>
 | |
| 							<li>Defined in <a href="https://github.com/openfl/openfl/blob/9921d3bf/lib/openfl/events/TouchEvent.d.ts#L195">lib/openfl/events/TouchEvent.d.ts:195</a></li>
 | |
| 						</ul>
 | |
| 					</aside>
 | |
| 					<div class="tsd-comment tsd-typography">
 | |
| 						<div class="lead">
 | |
| 							<p>A reference to a display list object that is related to the event. For
 | |
| 								example, when a <code>touchOut</code> event occurs,
 | |
| 								<code>relatedObject</code> represents the display list object to which the
 | |
| 								pointing device now points. This property applies to the
 | |
| 								<code>touchOut</code>, <code>touchOver</code>, <code>touchRollOut</code>,
 | |
| 							and <code>touchRollOver</code> events.</p>
 | |
| 						</div>
 | |
| 						<p>The value of this property can be <code>null</code> in two
 | |
| 							circumstances: if there is no related object, or there is a related
 | |
| 							object, but it is in a security sandbox to which you don't have access.
 | |
| 							Use the <code>isRelatedObjectInaccessible()</code> property to determine
 | |
| 						which of these reasons applies.</p>
 | |
| 					</div>
 | |
| 				</section>
 | |
| 				<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class tsd-is-external">
 | |
| 					<a name="shiftkey" class="tsd-anchor"></a>
 | |
| 					<h3>shift<wbr>Key</h3>
 | |
| 					<div class="tsd-signature tsd-kind-icon">shift<wbr>Key<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">boolean</span></div>
 | |
| 					<aside class="tsd-sources">
 | |
| 						<ul>
 | |
| 							<li>Defined in <a href="https://github.com/openfl/openfl/blob/9921d3bf/lib/openfl/events/TouchEvent.d.ts#L201">lib/openfl/events/TouchEvent.d.ts:201</a></li>
 | |
| 						</ul>
 | |
| 					</aside>
 | |
| 					<div class="tsd-comment tsd-typography">
 | |
| 						<div class="lead">
 | |
| 							<p>Indicates whether the Shift key is active(<code>true</code>) or inactive
 | |
| 							(<code>false</code>).</p>
 | |
| 						</div>
 | |
| 					</div>
 | |
| 				</section>
 | |
| 				<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class tsd-is-external">
 | |
| 					<a name="sizex" class="tsd-anchor"></a>
 | |
| 					<h3>sizeX</h3>
 | |
| 					<div class="tsd-signature tsd-kind-icon">sizeX<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">number</span></div>
 | |
| 					<aside class="tsd-sources">
 | |
| 						<ul>
 | |
| 							<li>Defined in <a href="https://github.com/openfl/openfl/blob/9921d3bf/lib/openfl/events/TouchEvent.d.ts#L207">lib/openfl/events/TouchEvent.d.ts:207</a></li>
 | |
| 						</ul>
 | |
| 					</aside>
 | |
| 					<div class="tsd-comment tsd-typography">
 | |
| 						<div class="lead">
 | |
| 							<p>Width of the contact area.
 | |
| 							Only supported on Android(C++ target), in the range of 0-1.</p>
 | |
| 						</div>
 | |
| 					</div>
 | |
| 				</section>
 | |
| 				<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class tsd-is-external">
 | |
| 					<a name="sizey" class="tsd-anchor"></a>
 | |
| 					<h3>sizeY</h3>
 | |
| 					<div class="tsd-signature tsd-kind-icon">sizeY<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">number</span></div>
 | |
| 					<aside class="tsd-sources">
 | |
| 						<ul>
 | |
| 							<li>Defined in <a href="https://github.com/openfl/openfl/blob/9921d3bf/lib/openfl/events/TouchEvent.d.ts#L213">lib/openfl/events/TouchEvent.d.ts:213</a></li>
 | |
| 						</ul>
 | |
| 					</aside>
 | |
| 					<div class="tsd-comment tsd-typography">
 | |
| 						<div class="lead">
 | |
| 							<p>Height of the contact area.
 | |
| 							Only supported on Android(C++ target), in the range of 0-1.</p>
 | |
| 						</div>
 | |
| 					</div>
 | |
| 				</section>
 | |
| 				<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class tsd-is-external">
 | |
| 					<a name="stagex" class="tsd-anchor"></a>
 | |
| 					<h3>stageX</h3>
 | |
| 					<div class="tsd-signature tsd-kind-icon">stageX<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">number</span></div>
 | |
| 					<aside class="tsd-sources">
 | |
| 						<ul>
 | |
| 							<li>Defined in <a href="https://github.com/openfl/openfl/blob/9921d3bf/lib/openfl/events/TouchEvent.d.ts#L220">lib/openfl/events/TouchEvent.d.ts:220</a></li>
 | |
| 						</ul>
 | |
| 					</aside>
 | |
| 					<div class="tsd-comment tsd-typography">
 | |
| 						<div class="lead">
 | |
| 							<p>The horizontal coordinate at which the event occurred in global Stage
 | |
| 								coordinates. This property is calculated when the <code>localX</code>
 | |
| 							property is set.</p>
 | |
| 						</div>
 | |
| 					</div>
 | |
| 				</section>
 | |
| 				<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class tsd-is-external">
 | |
| 					<a name="stagey" class="tsd-anchor"></a>
 | |
| 					<h3>stageY</h3>
 | |
| 					<div class="tsd-signature tsd-kind-icon">stageY<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">number</span></div>
 | |
| 					<aside class="tsd-sources">
 | |
| 						<ul>
 | |
| 							<li>Defined in <a href="https://github.com/openfl/openfl/blob/9921d3bf/lib/openfl/events/TouchEvent.d.ts#L227">lib/openfl/events/TouchEvent.d.ts:227</a></li>
 | |
| 						</ul>
 | |
| 					</aside>
 | |
| 					<div class="tsd-comment tsd-typography">
 | |
| 						<div class="lead">
 | |
| 							<p>The vertical coordinate at which the event occurred in global Stage
 | |
| 								coordinates. This property is calculated when the <code>localY</code>
 | |
| 							property is set.</p>
 | |
| 						</div>
 | |
| 					</div>
 | |
| 				</section>
 | |
| 				<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-external">
 | |
| 					<a name="target" class="tsd-anchor"></a>
 | |
| 					<h3>target</h3>
 | |
| 					<div class="tsd-signature tsd-kind-icon">target<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">any</span></div>
 | |
| 					<aside class="tsd-sources">
 | |
| 						<p>Inherited from <a href="openfl.events.event.html">Event</a>.<a href="openfl.events.event.html#target">target</a></p>
 | |
| 						<ul>
 | |
| 							<li>Defined in <a href="https://github.com/openfl/openfl/blob/9921d3bf/lib/openfl/events/Event.d.ts#L379">lib/openfl/events/Event.d.ts:379</a></li>
 | |
| 						</ul>
 | |
| 					</aside>
 | |
| 					<div class="tsd-comment tsd-typography">
 | |
| 						<div class="lead">
 | |
| 							<p>The event target. This property contains the target node. For example, if
 | |
| 								a user clicks an OK button, the target node is the display list node
 | |
| 							containing that button.</p>
 | |
| 						</div>
 | |
| 					</div>
 | |
| 				</section>
 | |
| 				<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class tsd-is-external">
 | |
| 					<a name="touchpointid" class="tsd-anchor"></a>
 | |
| 					<h3>touch<wbr>PointID</h3>
 | |
| 					<div class="tsd-signature tsd-kind-icon">touch<wbr>PointID<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">number</span></div>
 | |
| 					<aside class="tsd-sources">
 | |
| 						<ul>
 | |
| 							<li>Defined in <a href="https://github.com/openfl/openfl/blob/9921d3bf/lib/openfl/events/TouchEvent.d.ts#L232">lib/openfl/events/TouchEvent.d.ts:232</a></li>
 | |
| 						</ul>
 | |
| 					</aside>
 | |
| 					<div class="tsd-comment tsd-typography">
 | |
| 						<div class="lead">
 | |
| 							<p>A unique identification number(as an int) assigned to the touch point.</p>
 | |
| 						</div>
 | |
| 					</div>
 | |
| 				</section>
 | |
| 				<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-external">
 | |
| 					<a name="type" class="tsd-anchor"></a>
 | |
| 					<h3>type</h3>
 | |
| 					<div class="tsd-signature tsd-kind-icon">type<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div>
 | |
| 					<aside class="tsd-sources">
 | |
| 						<p>Inherited from <a href="openfl.events.event.html">Event</a>.<a href="openfl.events.event.html#type">type</a></p>
 | |
| 						<ul>
 | |
| 							<li>Defined in <a href="https://github.com/openfl/openfl/blob/9921d3bf/lib/openfl/events/Event.d.ts#L384">lib/openfl/events/Event.d.ts:384</a></li>
 | |
| 						</ul>
 | |
| 					</aside>
 | |
| 					<div class="tsd-comment tsd-typography">
 | |
| 						<div class="lead">
 | |
| 							<p>The type of event. The type is case-sensitive.</p>
 | |
| 						</div>
 | |
| 					</div>
 | |
| 				</section>
 | |
| 				<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-static tsd-is-external">
 | |
| 					<a name="activate" class="tsd-anchor"></a>
 | |
| 					<h3><span class="tsd-flag ts-flagStatic">Static</span> ACTIVATE</h3>
 | |
| 					<div class="tsd-signature tsd-kind-icon">ACTIVATE<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div>
 | |
| 					<aside class="tsd-sources">
 | |
| 						<p>Inherited from <a href="openfl.events.event.html">Event</a>.<a href="openfl.events.event.html#activate">ACTIVATE</a></p>
 | |
| 						<ul>
 | |
| 							<li>Defined in <a href="https://github.com/openfl/openfl/blob/9921d3bf/lib/openfl/events/Event.d.ts#L64">lib/openfl/events/Event.d.ts:64</a></li>
 | |
| 						</ul>
 | |
| 					</aside>
 | |
| 					<div class="tsd-comment tsd-typography">
 | |
| 						<div class="lead">
 | |
| 							<p>The <code>ACTIVATE</code> constant defines the value of the
 | |
| 							<code>type</code> property of an <code>activate</code> event object.</p>
 | |
| 						</div>
 | |
| 						<p><strong>Note:</strong> This event has neither a "capture phase" nor a "bubble
 | |
| 							phase", which means that event listeners must be added directly to any
 | |
| 						potential targets, whether the target is on the display list or not.</p>
 | |
| 						<p>AIR for TV devices never automatically dispatch this event. You can,
 | |
| 						however, dispatch it manually.</p>
 | |
| 						<p>This event has the following properties:</p>
 | |
| 					</div>
 | |
| 				</section>
 | |
| 				<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-static tsd-is-external">
 | |
| 					<a name="added" class="tsd-anchor"></a>
 | |
| 					<h3><span class="tsd-flag ts-flagStatic">Static</span> ADDED</h3>
 | |
| 					<div class="tsd-signature tsd-kind-icon">ADDED<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div>
 | |
| 					<aside class="tsd-sources">
 | |
| 						<p>Inherited from <a href="openfl.events.event.html">Event</a>.<a href="openfl.events.event.html#added">ADDED</a></p>
 | |
| 						<ul>
 | |
| 							<li>Defined in <a href="https://github.com/openfl/openfl/blob/9921d3bf/lib/openfl/events/Event.d.ts#L72">lib/openfl/events/Event.d.ts:72</a></li>
 | |
| 						</ul>
 | |
| 					</aside>
 | |
| 					<div class="tsd-comment tsd-typography">
 | |
| 						<div class="lead">
 | |
| 							<p>The <code>Event.ADDED</code> constant defines the value of the
 | |
| 							<code>type</code> property of an <code>added</code> event object.</p>
 | |
| 						</div>
 | |
| 						<p>This event has the following properties:</p>
 | |
| 					</div>
 | |
| 				</section>
 | |
| 				<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-static tsd-is-external">
 | |
| 					<a name="added_to_stage" class="tsd-anchor"></a>
 | |
| 					<h3><span class="tsd-flag ts-flagStatic">Static</span> ADDED_<wbr>TO_<wbr>STAGE</h3>
 | |
| 					<div class="tsd-signature tsd-kind-icon">ADDED_<wbr>TO_<wbr>STAGE<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div>
 | |
| 					<aside class="tsd-sources">
 | |
| 						<p>Inherited from <a href="openfl.events.event.html">Event</a>.<a href="openfl.events.event.html#added_to_stage">ADDED_TO_STAGE</a></p>
 | |
| 						<ul>
 | |
| 							<li>Defined in <a href="https://github.com/openfl/openfl/blob/9921d3bf/lib/openfl/events/Event.d.ts#L80">lib/openfl/events/Event.d.ts:80</a></li>
 | |
| 						</ul>
 | |
| 					</aside>
 | |
| 					<div class="tsd-comment tsd-typography">
 | |
| 						<div class="lead">
 | |
| 							<p>The <code>Event.ADDED_TO_STAGE</code> constant defines the value of the
 | |
| 							<code>type</code> property of an <code>addedToStage</code> event object.</p>
 | |
| 						</div>
 | |
| 						<p>This event has the following properties:</p>
 | |
| 					</div>
 | |
| 				</section>
 | |
| 				<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-static tsd-is-external">
 | |
| 					<a name="cancel" class="tsd-anchor"></a>
 | |
| 					<h3><span class="tsd-flag ts-flagStatic">Static</span> CANCEL</h3>
 | |
| 					<div class="tsd-signature tsd-kind-icon">CANCEL<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div>
 | |
| 					<aside class="tsd-sources">
 | |
| 						<p>Inherited from <a href="openfl.events.event.html">Event</a>.<a href="openfl.events.event.html#cancel">CANCEL</a></p>
 | |
| 						<ul>
 | |
| 							<li>Defined in <a href="https://github.com/openfl/openfl/blob/9921d3bf/lib/openfl/events/Event.d.ts#L92">lib/openfl/events/Event.d.ts:92</a></li>
 | |
| 						</ul>
 | |
| 					</aside>
 | |
| 					<div class="tsd-comment tsd-typography">
 | |
| 						<div class="lead">
 | |
| 							<p>The <code>Event.CANCEL</code> constant defines the value of the
 | |
| 							<code>type</code> property of a <code>cancel</code> event object.</p>
 | |
| 						</div>
 | |
| 						<p>This event has the following properties:</p>
 | |
| 					</div>
 | |
| 				</section>
 | |
| 				<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-static tsd-is-external">
 | |
| 					<a name="change" class="tsd-anchor"></a>
 | |
| 					<h3><span class="tsd-flag ts-flagStatic">Static</span> CHANGE</h3>
 | |
| 					<div class="tsd-signature tsd-kind-icon">CHANGE<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div>
 | |
| 					<aside class="tsd-sources">
 | |
| 						<p>Inherited from <a href="openfl.events.event.html">Event</a>.<a href="openfl.events.event.html#change">CHANGE</a></p>
 | |
| 						<ul>
 | |
| 							<li>Defined in <a href="https://github.com/openfl/openfl/blob/9921d3bf/lib/openfl/events/Event.d.ts#L100">lib/openfl/events/Event.d.ts:100</a></li>
 | |
| 						</ul>
 | |
| 					</aside>
 | |
| 					<div class="tsd-comment tsd-typography">
 | |
| 						<div class="lead">
 | |
| 							<p>The <code>Event.CHANGE</code> constant defines the value of the
 | |
| 							<code>type</code> property of a <code>change</code> event object.</p>
 | |
| 						</div>
 | |
| 						<p>This event has the following properties:</p>
 | |
| 					</div>
 | |
| 				</section>
 | |
| 				<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-static tsd-is-external">
 | |
| 					<a name="clear" class="tsd-anchor"></a>
 | |
| 					<h3><span class="tsd-flag ts-flagStatic">Static</span> CLEAR</h3>
 | |
| 					<div class="tsd-signature tsd-kind-icon">CLEAR<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div>
 | |
| 					<aside class="tsd-sources">
 | |
| 						<p>Inherited from <a href="openfl.events.event.html">Event</a>.<a href="openfl.events.event.html#clear">CLEAR</a></p>
 | |
| 						<ul>
 | |
| 							<li>Defined in <a href="https://github.com/openfl/openfl/blob/9921d3bf/lib/openfl/events/Event.d.ts#L110">lib/openfl/events/Event.d.ts:110</a></li>
 | |
| 						</ul>
 | |
| 					</aside>
 | |
| 				</section>
 | |
| 				<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-static tsd-is-external">
 | |
| 					<a name="close" class="tsd-anchor"></a>
 | |
| 					<h3><span class="tsd-flag ts-flagStatic">Static</span> CLOSE</h3>
 | |
| 					<div class="tsd-signature tsd-kind-icon">CLOSE<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div>
 | |
| 					<aside class="tsd-sources">
 | |
| 						<p>Inherited from <a href="openfl.events.event.html">Event</a>.<a href="openfl.events.event.html#close">CLOSE</a></p>
 | |
| 						<ul>
 | |
| 							<li>Defined in <a href="https://github.com/openfl/openfl/blob/9921d3bf/lib/openfl/events/Event.d.ts#L118">lib/openfl/events/Event.d.ts:118</a></li>
 | |
| 						</ul>
 | |
| 					</aside>
 | |
| 					<div class="tsd-comment tsd-typography">
 | |
| 						<div class="lead">
 | |
| 							<p>The <code>Event.CLOSE</code> constant defines the value of the
 | |
| 							<code>type</code> property of a <code>close</code> event object.</p>
 | |
| 						</div>
 | |
| 						<p>This event has the following properties:</p>
 | |
| 					</div>
 | |
| 				</section>
 | |
| 				<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-static tsd-is-external">
 | |
| 					<a name="complete" class="tsd-anchor"></a>
 | |
| 					<h3><span class="tsd-flag ts-flagStatic">Static</span> COMPLETE</h3>
 | |
| 					<div class="tsd-signature tsd-kind-icon">COMPLETE<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div>
 | |
| 					<aside class="tsd-sources">
 | |
| 						<p>Inherited from <a href="openfl.events.event.html">Event</a>.<a href="openfl.events.event.html#complete">COMPLETE</a></p>
 | |
| 						<ul>
 | |
| 							<li>Defined in <a href="https://github.com/openfl/openfl/blob/9921d3bf/lib/openfl/events/Event.d.ts#L126">lib/openfl/events/Event.d.ts:126</a></li>
 | |
| 						</ul>
 | |
| 					</aside>
 | |
| 					<div class="tsd-comment tsd-typography">
 | |
| 						<div class="lead">
 | |
| 							<p>The <code>Event.COMPLETE</code> constant defines the value of the
 | |
| 							<code>type</code> property of a <code>complete</code> event object.</p>
 | |
| 						</div>
 | |
| 						<p>This event has the following properties:</p>
 | |
| 					</div>
 | |
| 				</section>
 | |
| 				<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-static tsd-is-external">
 | |
| 					<a name="connect" class="tsd-anchor"></a>
 | |
| 					<h3><span class="tsd-flag ts-flagStatic">Static</span> CONNECT</h3>
 | |
| 					<div class="tsd-signature tsd-kind-icon">CONNECT<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div>
 | |
| 					<aside class="tsd-sources">
 | |
| 						<p>Inherited from <a href="openfl.events.event.html">Event</a>.<a href="openfl.events.event.html#connect">CONNECT</a></p>
 | |
| 						<ul>
 | |
| 							<li>Defined in <a href="https://github.com/openfl/openfl/blob/9921d3bf/lib/openfl/events/Event.d.ts#L134">lib/openfl/events/Event.d.ts:134</a></li>
 | |
| 						</ul>
 | |
| 					</aside>
 | |
| 					<div class="tsd-comment tsd-typography">
 | |
| 						<div class="lead">
 | |
| 							<p>The <code>Event.CONNECT</code> constant defines the value of the
 | |
| 							<code>type</code> property of a <code>connect</code> event object.</p>
 | |
| 						</div>
 | |
| 						<p>This event has the following properties:</p>
 | |
| 					</div>
 | |
| 				</section>
 | |
| 				<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-static tsd-is-external">
 | |
| 					<a name="context3d_create" class="tsd-anchor"></a>
 | |
| 					<h3><span class="tsd-flag ts-flagStatic">Static</span> CONTEXT3<wbr>D_<wbr>CREATE</h3>
 | |
| 					<div class="tsd-signature tsd-kind-icon">CONTEXT3<wbr>D_<wbr>CREATE<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div>
 | |
| 					<aside class="tsd-sources">
 | |
| 						<p>Inherited from <a href="openfl.events.event.html">Event</a>.<a href="openfl.events.event.html#context3d_create">CONTEXT3D_CREATE</a></p>
 | |
| 						<ul>
 | |
| 							<li>Defined in <a href="https://github.com/openfl/openfl/blob/9921d3bf/lib/openfl/events/Event.d.ts#L136">lib/openfl/events/Event.d.ts:136</a></li>
 | |
| 						</ul>
 | |
| 					</aside>
 | |
| 				</section>
 | |
| 				<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-static tsd-is-external">
 | |
| 					<a name="copy" class="tsd-anchor"></a>
 | |
| 					<h3><span class="tsd-flag ts-flagStatic">Static</span> COPY</h3>
 | |
| 					<div class="tsd-signature tsd-kind-icon">COPY<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div>
 | |
| 					<aside class="tsd-sources">
 | |
| 						<p>Inherited from <a href="openfl.events.event.html">Event</a>.<a href="openfl.events.event.html#copy">COPY</a></p>
 | |
| 						<ul>
 | |
| 							<li>Defined in <a href="https://github.com/openfl/openfl/blob/9921d3bf/lib/openfl/events/Event.d.ts#L138">lib/openfl/events/Event.d.ts:138</a></li>
 | |
| 						</ul>
 | |
| 					</aside>
 | |
| 				</section>
 | |
| 				<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-static tsd-is-external">
 | |
| 					<a name="cut" class="tsd-anchor"></a>
 | |
| 					<h3><span class="tsd-flag ts-flagStatic">Static</span> CUT</h3>
 | |
| 					<div class="tsd-signature tsd-kind-icon">CUT<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div>
 | |
| 					<aside class="tsd-sources">
 | |
| 						<p>Inherited from <a href="openfl.events.event.html">Event</a>.<a href="openfl.events.event.html#cut">CUT</a></p>
 | |
| 						<ul>
 | |
| 							<li>Defined in <a href="https://github.com/openfl/openfl/blob/9921d3bf/lib/openfl/events/Event.d.ts#L140">lib/openfl/events/Event.d.ts:140</a></li>
 | |
| 						</ul>
 | |
| 					</aside>
 | |
| 				</section>
 | |
| 				<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-static tsd-is-external">
 | |
| 					<a name="deactivate" class="tsd-anchor"></a>
 | |
| 					<h3><span class="tsd-flag ts-flagStatic">Static</span> DEACTIVATE</h3>
 | |
| 					<div class="tsd-signature tsd-kind-icon">DEACTIVATE<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div>
 | |
| 					<aside class="tsd-sources">
 | |
| 						<p>Inherited from <a href="openfl.events.event.html">Event</a>.<a href="openfl.events.event.html#deactivate">DEACTIVATE</a></p>
 | |
| 						<ul>
 | |
| 							<li>Defined in <a href="https://github.com/openfl/openfl/blob/9921d3bf/lib/openfl/events/Event.d.ts#L155">lib/openfl/events/Event.d.ts:155</a></li>
 | |
| 						</ul>
 | |
| 					</aside>
 | |
| 					<div class="tsd-comment tsd-typography">
 | |
| 						<div class="lead">
 | |
| 							<p>The <code>Event.DEACTIVATE</code> constant defines the value of the
 | |
| 							<code>type</code> property of a <code>deactivate</code> event object.</p>
 | |
| 						</div>
 | |
| 						<p><strong>Note:</strong> This event has neither a "capture phase" nor a "bubble
 | |
| 							phase", which means that event listeners must be added directly to any
 | |
| 						potential targets, whether the target is on the display list or not.</p>
 | |
| 						<p>AIR for TV devices never automatically dispatch this event. You can,
 | |
| 						however, dispatch it manually.</p>
 | |
| 						<p>This event has the following properties:</p>
 | |
| 					</div>
 | |
| 				</section>
 | |
| 				<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-static tsd-is-external">
 | |
| 					<a name="enter_frame" class="tsd-anchor"></a>
 | |
| 					<h3><span class="tsd-flag ts-flagStatic">Static</span> ENTER_<wbr>FRAME</h3>
 | |
| 					<div class="tsd-signature tsd-kind-icon">ENTER_<wbr>FRAME<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div>
 | |
| 					<aside class="tsd-sources">
 | |
| 						<p>Inherited from <a href="openfl.events.event.html">Event</a>.<a href="openfl.events.event.html#enter_frame">ENTER_FRAME</a></p>
 | |
| 						<ul>
 | |
| 							<li>Defined in <a href="https://github.com/openfl/openfl/blob/9921d3bf/lib/openfl/events/Event.d.ts#L167">lib/openfl/events/Event.d.ts:167</a></li>
 | |
| 						</ul>
 | |
| 					</aside>
 | |
| 					<div class="tsd-comment tsd-typography">
 | |
| 						<div class="lead">
 | |
| 							<p>The <code>Event.ENTER_FRAME</code> constant defines the value of the
 | |
| 							<code>type</code> property of an <code>enterFrame</code> event object.</p>
 | |
| 						</div>
 | |
| 						<p><strong>Note:</strong> This event has neither a "capture phase" nor a "bubble
 | |
| 							phase", which means that event listeners must be added directly to any
 | |
| 						potential targets, whether the target is on the display list or not.</p>
 | |
| 						<p>This event has the following properties:</p>
 | |
| 					</div>
 | |
| 				</section>
 | |
| 				<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-static tsd-is-external">
 | |
| 					<a name="exit_frame" class="tsd-anchor"></a>
 | |
| 					<h3><span class="tsd-flag ts-flagStatic">Static</span> EXIT_<wbr>FRAME</h3>
 | |
| 					<div class="tsd-signature tsd-kind-icon">EXIT_<wbr>FRAME<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div>
 | |
| 					<aside class="tsd-sources">
 | |
| 						<p>Inherited from <a href="openfl.events.event.html">Event</a>.<a href="openfl.events.event.html#exit_frame">EXIT_FRAME</a></p>
 | |
| 						<ul>
 | |
| 							<li>Defined in <a href="https://github.com/openfl/openfl/blob/9921d3bf/lib/openfl/events/Event.d.ts#L173">lib/openfl/events/Event.d.ts:173</a></li>
 | |
| 						</ul>
 | |
| 					</aside>
 | |
| 				</section>
 | |
| 				<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-static tsd-is-external">
 | |
| 					<a name="frame_constructed" class="tsd-anchor"></a>
 | |
| 					<h3><span class="tsd-flag ts-flagStatic">Static</span> FRAME_<wbr>CONSTRUCTED</h3>
 | |
| 					<div class="tsd-signature tsd-kind-icon">FRAME_<wbr>CONSTRUCTED<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div>
 | |
| 					<aside class="tsd-sources">
 | |
| 						<p>Inherited from <a href="openfl.events.event.html">Event</a>.<a href="openfl.events.event.html#frame_constructed">FRAME_CONSTRUCTED</a></p>
 | |
| 						<ul>
 | |
| 							<li>Defined in <a href="https://github.com/openfl/openfl/blob/9921d3bf/lib/openfl/events/Event.d.ts#L175">lib/openfl/events/Event.d.ts:175</a></li>
 | |
| 						</ul>
 | |
| 					</aside>
 | |
| 				</section>
 | |
| 				<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-static tsd-is-external">
 | |
| 					<a name="frame_label" class="tsd-anchor"></a>
 | |
| 					<h3><span class="tsd-flag ts-flagStatic">Static</span> FRAME_<wbr>LABEL</h3>
 | |
| 					<div class="tsd-signature tsd-kind-icon">FRAME_<wbr>LABEL<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div>
 | |
| 					<aside class="tsd-sources">
 | |
| 						<p>Inherited from <a href="openfl.events.event.html">Event</a>.<a href="openfl.events.event.html#frame_label">FRAME_LABEL</a></p>
 | |
| 						<ul>
 | |
| 							<li>Defined in <a href="https://github.com/openfl/openfl/blob/9921d3bf/lib/openfl/events/Event.d.ts#L177">lib/openfl/events/Event.d.ts:177</a></li>
 | |
| 						</ul>
 | |
| 					</aside>
 | |
| 				</section>
 | |
| 				<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-static tsd-is-external">
 | |
| 					<a name="fullscreen" class="tsd-anchor"></a>
 | |
| 					<h3><span class="tsd-flag ts-flagStatic">Static</span> FULLSCREEN</h3>
 | |
| 					<div class="tsd-signature tsd-kind-icon">FULLSCREEN<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div>
 | |
| 					<aside class="tsd-sources">
 | |
| 						<p>Inherited from <a href="openfl.events.event.html">Event</a>.<a href="openfl.events.event.html#fullscreen">FULLSCREEN</a></p>
 | |
| 						<ul>
 | |
| 							<li>Defined in <a href="https://github.com/openfl/openfl/blob/9921d3bf/lib/openfl/events/Event.d.ts#L179">lib/openfl/events/Event.d.ts:179</a></li>
 | |
| 						</ul>
 | |
| 					</aside>
 | |
| 				</section>
 | |
| 				<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-static tsd-is-external">
 | |
| 					<a name="id3" class="tsd-anchor"></a>
 | |
| 					<h3><span class="tsd-flag ts-flagStatic">Static</span> ID3</h3>
 | |
| 					<div class="tsd-signature tsd-kind-icon">ID3<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div>
 | |
| 					<aside class="tsd-sources">
 | |
| 						<p>Inherited from <a href="openfl.events.event.html">Event</a>.<a href="openfl.events.event.html#id3">ID3</a></p>
 | |
| 						<ul>
 | |
| 							<li>Defined in <a href="https://github.com/openfl/openfl/blob/9921d3bf/lib/openfl/events/Event.d.ts#L187">lib/openfl/events/Event.d.ts:187</a></li>
 | |
| 						</ul>
 | |
| 					</aside>
 | |
| 					<div class="tsd-comment tsd-typography">
 | |
| 						<div class="lead">
 | |
| 							<p>The <code>Event.ID3</code> constant defines the value of the
 | |
| 							<code>type</code> property of an <code>id3</code> event object.</p>
 | |
| 						</div>
 | |
| 						<p>This event has the following properties:</p>
 | |
| 					</div>
 | |
| 				</section>
 | |
| 				<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-static tsd-is-external">
 | |
| 					<a name="init" class="tsd-anchor"></a>
 | |
| 					<h3><span class="tsd-flag ts-flagStatic">Static</span> INIT</h3>
 | |
| 					<div class="tsd-signature tsd-kind-icon">INIT<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div>
 | |
| 					<aside class="tsd-sources">
 | |
| 						<p>Inherited from <a href="openfl.events.event.html">Event</a>.<a href="openfl.events.event.html#init">INIT</a></p>
 | |
| 						<ul>
 | |
| 							<li>Defined in <a href="https://github.com/openfl/openfl/blob/9921d3bf/lib/openfl/events/Event.d.ts#L195">lib/openfl/events/Event.d.ts:195</a></li>
 | |
| 						</ul>
 | |
| 					</aside>
 | |
| 					<div class="tsd-comment tsd-typography">
 | |
| 						<div class="lead">
 | |
| 							<p>The <code>Event.INIT</code> constant defines the value of the
 | |
| 							<code>type</code> property of an <code>init</code> event object.</p>
 | |
| 						</div>
 | |
| 						<p>This event has the following properties:</p>
 | |
| 					</div>
 | |
| 				</section>
 | |
| 				<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-static tsd-is-external">
 | |
| 					<a name="mouse_leave" class="tsd-anchor"></a>
 | |
| 					<h3><span class="tsd-flag ts-flagStatic">Static</span> MOUSE_<wbr>LEAVE</h3>
 | |
| 					<div class="tsd-signature tsd-kind-icon">MOUSE_<wbr>LEAVE<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div>
 | |
| 					<aside class="tsd-sources">
 | |
| 						<p>Inherited from <a href="openfl.events.event.html">Event</a>.<a href="openfl.events.event.html#mouse_leave">MOUSE_LEAVE</a></p>
 | |
| 						<ul>
 | |
| 							<li>Defined in <a href="https://github.com/openfl/openfl/blob/9921d3bf/lib/openfl/events/Event.d.ts#L203">lib/openfl/events/Event.d.ts:203</a></li>
 | |
| 						</ul>
 | |
| 					</aside>
 | |
| 					<div class="tsd-comment tsd-typography">
 | |
| 						<div class="lead">
 | |
| 							<p>The <code>Event.MOUSE_LEAVE</code> constant defines the value of the
 | |
| 							<code>type</code> property of a <code>mouseLeave</code> event object.</p>
 | |
| 						</div>
 | |
| 						<p>This event has the following properties:</p>
 | |
| 					</div>
 | |
| 				</section>
 | |
| 				<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-static tsd-is-external">
 | |
| 					<a name="open" class="tsd-anchor"></a>
 | |
| 					<h3><span class="tsd-flag ts-flagStatic">Static</span> OPEN</h3>
 | |
| 					<div class="tsd-signature tsd-kind-icon">OPEN<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div>
 | |
| 					<aside class="tsd-sources">
 | |
| 						<p>Inherited from <a href="openfl.events.event.html">Event</a>.<a href="openfl.events.event.html#open">OPEN</a></p>
 | |
| 						<ul>
 | |
| 							<li>Defined in <a href="https://github.com/openfl/openfl/blob/9921d3bf/lib/openfl/events/Event.d.ts#L211">lib/openfl/events/Event.d.ts:211</a></li>
 | |
| 						</ul>
 | |
| 					</aside>
 | |
| 					<div class="tsd-comment tsd-typography">
 | |
| 						<div class="lead">
 | |
| 							<p>The <code>Event.OPEN</code> constant defines the value of the
 | |
| 							<code>type</code> property of an <code>open</code> event object.</p>
 | |
| 						</div>
 | |
| 						<p>This event has the following properties:</p>
 | |
| 					</div>
 | |
| 				</section>
 | |
| 				<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-static tsd-is-external">
 | |
| 					<a name="paste" class="tsd-anchor"></a>
 | |
| 					<h3><span class="tsd-flag ts-flagStatic">Static</span> PASTE</h3>
 | |
| 					<div class="tsd-signature tsd-kind-icon">PASTE<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div>
 | |
| 					<aside class="tsd-sources">
 | |
| 						<p>Inherited from <a href="openfl.events.event.html">Event</a>.<a href="openfl.events.event.html#paste">PASTE</a></p>
 | |
| 						<ul>
 | |
| 							<li>Defined in <a href="https://github.com/openfl/openfl/blob/9921d3bf/lib/openfl/events/Event.d.ts#L213">lib/openfl/events/Event.d.ts:213</a></li>
 | |
| 						</ul>
 | |
| 					</aside>
 | |
| 				</section>
 | |
| 				<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-static tsd-is-external">
 | |
| 					<a name="removed" class="tsd-anchor"></a>
 | |
| 					<h3><span class="tsd-flag ts-flagStatic">Static</span> REMOVED</h3>
 | |
| 					<div class="tsd-signature tsd-kind-icon">REMOVED<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div>
 | |
| 					<aside class="tsd-sources">
 | |
| 						<p>Inherited from <a href="openfl.events.event.html">Event</a>.<a href="openfl.events.event.html#removed">REMOVED</a></p>
 | |
| 						<ul>
 | |
| 							<li>Defined in <a href="https://github.com/openfl/openfl/blob/9921d3bf/lib/openfl/events/Event.d.ts#L221">lib/openfl/events/Event.d.ts:221</a></li>
 | |
| 						</ul>
 | |
| 					</aside>
 | |
| 					<div class="tsd-comment tsd-typography">
 | |
| 						<div class="lead">
 | |
| 							<p>The <code>Event.REMOVED</code> constant defines the value of the
 | |
| 							<code>type</code> property of a <code>removed</code> event object.</p>
 | |
| 						</div>
 | |
| 						<p>This event has the following properties:</p>
 | |
| 					</div>
 | |
| 				</section>
 | |
| 				<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-static tsd-is-external">
 | |
| 					<a name="removed_from_stage" class="tsd-anchor"></a>
 | |
| 					<h3><span class="tsd-flag ts-flagStatic">Static</span> REMOVED_<wbr>FROM_<wbr>STAGE</h3>
 | |
| 					<div class="tsd-signature tsd-kind-icon">REMOVED_<wbr>FROM_<wbr>STAGE<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div>
 | |
| 					<aside class="tsd-sources">
 | |
| 						<p>Inherited from <a href="openfl.events.event.html">Event</a>.<a href="openfl.events.event.html#removed_from_stage">REMOVED_FROM_STAGE</a></p>
 | |
| 						<ul>
 | |
| 							<li>Defined in <a href="https://github.com/openfl/openfl/blob/9921d3bf/lib/openfl/events/Event.d.ts#L230">lib/openfl/events/Event.d.ts:230</a></li>
 | |
| 						</ul>
 | |
| 					</aside>
 | |
| 					<div class="tsd-comment tsd-typography">
 | |
| 						<div class="lead">
 | |
| 							<p>The <code>Event.REMOVED_FROM_STAGE</code> constant defines the value of
 | |
| 								the <code>type</code> property of a <code>removedFromStage</code> event
 | |
| 							object.</p>
 | |
| 						</div>
 | |
| 						<p>This event has the following properties:</p>
 | |
| 					</div>
 | |
| 				</section>
 | |
| 				<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-static tsd-is-external">
 | |
| 					<a name="render" class="tsd-anchor"></a>
 | |
| 					<h3><span class="tsd-flag ts-flagStatic">Static</span> RENDER</h3>
 | |
| 					<div class="tsd-signature tsd-kind-icon">RENDER<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div>
 | |
| 					<aside class="tsd-sources">
 | |
| 						<p>Inherited from <a href="openfl.events.event.html">Event</a>.<a href="openfl.events.event.html#render">RENDER</a></p>
 | |
| 						<ul>
 | |
| 							<li>Defined in <a href="https://github.com/openfl/openfl/blob/9921d3bf/lib/openfl/events/Event.d.ts#L242">lib/openfl/events/Event.d.ts:242</a></li>
 | |
| 						</ul>
 | |
| 					</aside>
 | |
| 					<div class="tsd-comment tsd-typography">
 | |
| 						<div class="lead">
 | |
| 							<p>The <code>Event.RENDER</code> constant defines the value of the
 | |
| 							<code>type</code> property of a <code>render</code> event object.</p>
 | |
| 						</div>
 | |
| 						<p><strong>Note:</strong> This event has neither a "capture phase" nor a "bubble
 | |
| 							phase", which means that event listeners must be added directly to any
 | |
| 						potential targets, whether the target is on the display list or not.</p>
 | |
| 						<p>This event has the following properties:</p>
 | |
| 					</div>
 | |
| 				</section>
 | |
| 				<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-static tsd-is-external">
 | |
| 					<a name="resize" class="tsd-anchor"></a>
 | |
| 					<h3><span class="tsd-flag ts-flagStatic">Static</span> RESIZE</h3>
 | |
| 					<div class="tsd-signature tsd-kind-icon">RESIZE<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div>
 | |
| 					<aside class="tsd-sources">
 | |
| 						<p>Inherited from <a href="openfl.events.event.html">Event</a>.<a href="openfl.events.event.html#resize">RESIZE</a></p>
 | |
| 						<ul>
 | |
| 							<li>Defined in <a href="https://github.com/openfl/openfl/blob/9921d3bf/lib/openfl/events/Event.d.ts#L250">lib/openfl/events/Event.d.ts:250</a></li>
 | |
| 						</ul>
 | |
| 					</aside>
 | |
| 					<div class="tsd-comment tsd-typography">
 | |
| 						<div class="lead">
 | |
| 							<p>The <code>Event.RESIZE</code> constant defines the value of the
 | |
| 							<code>type</code> property of a <code>resize</code> event object.</p>
 | |
| 						</div>
 | |
| 						<p>This event has the following properties:</p>
 | |
| 					</div>
 | |
| 				</section>
 | |
| 				<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-static tsd-is-external">
 | |
| 					<a name="scroll" class="tsd-anchor"></a>
 | |
| 					<h3><span class="tsd-flag ts-flagStatic">Static</span> SCROLL</h3>
 | |
| 					<div class="tsd-signature tsd-kind-icon">SCROLL<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div>
 | |
| 					<aside class="tsd-sources">
 | |
| 						<p>Inherited from <a href="openfl.events.event.html">Event</a>.<a href="openfl.events.event.html#scroll">SCROLL</a></p>
 | |
| 						<ul>
 | |
| 							<li>Defined in <a href="https://github.com/openfl/openfl/blob/9921d3bf/lib/openfl/events/Event.d.ts#L258">lib/openfl/events/Event.d.ts:258</a></li>
 | |
| 						</ul>
 | |
| 					</aside>
 | |
| 					<div class="tsd-comment tsd-typography">
 | |
| 						<div class="lead">
 | |
| 							<p>The <code>Event.SCROLL</code> constant defines the value of the
 | |
| 							<code>type</code> property of a <code>scroll</code> event object.</p>
 | |
| 						</div>
 | |
| 						<p>This event has the following properties:</p>
 | |
| 					</div>
 | |
| 				</section>
 | |
| 				<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-static tsd-is-external">
 | |
| 					<a name="select" class="tsd-anchor"></a>
 | |
| 					<h3><span class="tsd-flag ts-flagStatic">Static</span> SELECT</h3>
 | |
| 					<div class="tsd-signature tsd-kind-icon">SELECT<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div>
 | |
| 					<aside class="tsd-sources">
 | |
| 						<p>Inherited from <a href="openfl.events.event.html">Event</a>.<a href="openfl.events.event.html#select">SELECT</a></p>
 | |
| 						<ul>
 | |
| 							<li>Defined in <a href="https://github.com/openfl/openfl/blob/9921d3bf/lib/openfl/events/Event.d.ts#L266">lib/openfl/events/Event.d.ts:266</a></li>
 | |
| 						</ul>
 | |
| 					</aside>
 | |
| 					<div class="tsd-comment tsd-typography">
 | |
| 						<div class="lead">
 | |
| 							<p>The <code>Event.SELECT</code> constant defines the value of the
 | |
| 							<code>type</code> property of a <code>select</code> event object.</p>
 | |
| 						</div>
 | |
| 						<p>This event has the following properties:</p>
 | |
| 					</div>
 | |
| 				</section>
 | |
| 				<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-static tsd-is-external">
 | |
| 					<a name="select_all" class="tsd-anchor"></a>
 | |
| 					<h3><span class="tsd-flag ts-flagStatic">Static</span> SELECT_<wbr>ALL</h3>
 | |
| 					<div class="tsd-signature tsd-kind-icon">SELECT_<wbr>ALL<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div>
 | |
| 					<aside class="tsd-sources">
 | |
| 						<p>Inherited from <a href="openfl.events.event.html">Event</a>.<a href="openfl.events.event.html#select_all">SELECT_ALL</a></p>
 | |
| 						<ul>
 | |
| 							<li>Defined in <a href="https://github.com/openfl/openfl/blob/9921d3bf/lib/openfl/events/Event.d.ts#L268">lib/openfl/events/Event.d.ts:268</a></li>
 | |
| 						</ul>
 | |
| 					</aside>
 | |
| 				</section>
 | |
| 				<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-static tsd-is-external">
 | |
| 					<a name="sound_complete" class="tsd-anchor"></a>
 | |
| 					<h3><span class="tsd-flag ts-flagStatic">Static</span> SOUND_<wbr>COMPLETE</h3>
 | |
| 					<div class="tsd-signature tsd-kind-icon">SOUND_<wbr>COMPLETE<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div>
 | |
| 					<aside class="tsd-sources">
 | |
| 						<p>Inherited from <a href="openfl.events.event.html">Event</a>.<a href="openfl.events.event.html#sound_complete">SOUND_COMPLETE</a></p>
 | |
| 						<ul>
 | |
| 							<li>Defined in <a href="https://github.com/openfl/openfl/blob/9921d3bf/lib/openfl/events/Event.d.ts#L276">lib/openfl/events/Event.d.ts:276</a></li>
 | |
| 						</ul>
 | |
| 					</aside>
 | |
| 					<div class="tsd-comment tsd-typography">
 | |
| 						<div class="lead">
 | |
| 							<p>The <code>Event.SOUND_COMPLETE</code> constant defines the value of the
 | |
| 							<code>type</code> property of a <code>soundComplete</code> event object.</p>
 | |
| 						</div>
 | |
| 						<p>This event has the following properties:</p>
 | |
| 					</div>
 | |
| 				</section>
 | |
| 				<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-static tsd-is-external">
 | |
| 					<a name="tab_children_change" class="tsd-anchor"></a>
 | |
| 					<h3><span class="tsd-flag ts-flagStatic">Static</span> TAB_<wbr>CHILDREN_<wbr>CHANGE</h3>
 | |
| 					<div class="tsd-signature tsd-kind-icon">TAB_<wbr>CHILDREN_<wbr>CHANGE<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div>
 | |
| 					<aside class="tsd-sources">
 | |
| 						<p>Inherited from <a href="openfl.events.event.html">Event</a>.<a href="openfl.events.event.html#tab_children_change">TAB_CHILDREN_CHANGE</a></p>
 | |
| 						<ul>
 | |
| 							<li>Defined in <a href="https://github.com/openfl/openfl/blob/9921d3bf/lib/openfl/events/Event.d.ts#L289">lib/openfl/events/Event.d.ts:289</a></li>
 | |
| 						</ul>
 | |
| 					</aside>
 | |
| 					<div class="tsd-comment tsd-typography">
 | |
| 						<div class="lead">
 | |
| 							<p>The <code>Event.TAB_CHILDREN_CHANGE</code> constant defines the value of
 | |
| 								the <code>type</code> property of a <code>tabChildrenChange</code> event
 | |
| 							object.</p>
 | |
| 						</div>
 | |
| 						<p>This event has the following properties:</p>
 | |
| 					</div>
 | |
| 				</section>
 | |
| 				<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-static tsd-is-external">
 | |
| 					<a name="tab_enabled_change" class="tsd-anchor"></a>
 | |
| 					<h3><span class="tsd-flag ts-flagStatic">Static</span> TAB_<wbr>ENABLED_<wbr>CHANGE</h3>
 | |
| 					<div class="tsd-signature tsd-kind-icon">TAB_<wbr>ENABLED_<wbr>CHANGE<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div>
 | |
| 					<aside class="tsd-sources">
 | |
| 						<p>Inherited from <a href="openfl.events.event.html">Event</a>.<a href="openfl.events.event.html#tab_enabled_change">TAB_ENABLED_CHANGE</a></p>
 | |
| 						<ul>
 | |
| 							<li>Defined in <a href="https://github.com/openfl/openfl/blob/9921d3bf/lib/openfl/events/Event.d.ts#L298">lib/openfl/events/Event.d.ts:298</a></li>
 | |
| 						</ul>
 | |
| 					</aside>
 | |
| 					<div class="tsd-comment tsd-typography">
 | |
| 						<div class="lead">
 | |
| 							<p>The <code>Event.TAB_ENABLED_CHANGE</code> constant defines the value of
 | |
| 								the <code>type</code> property of a <code>tabEnabledChange</code> event
 | |
| 							object.</p>
 | |
| 						</div>
 | |
| 						<p>This event has the following properties:</p>
 | |
| 					</div>
 | |
| 				</section>
 | |
| 				<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-static tsd-is-external">
 | |
| 					<a name="tab_index_change" class="tsd-anchor"></a>
 | |
| 					<h3><span class="tsd-flag ts-flagStatic">Static</span> TAB_<wbr>INDEX_<wbr>CHANGE</h3>
 | |
| 					<div class="tsd-signature tsd-kind-icon">TAB_<wbr>INDEX_<wbr>CHANGE<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div>
 | |
| 					<aside class="tsd-sources">
 | |
| 						<p>Inherited from <a href="openfl.events.event.html">Event</a>.<a href="openfl.events.event.html#tab_index_change">TAB_INDEX_CHANGE</a></p>
 | |
| 						<ul>
 | |
| 							<li>Defined in <a href="https://github.com/openfl/openfl/blob/9921d3bf/lib/openfl/events/Event.d.ts#L306">lib/openfl/events/Event.d.ts:306</a></li>
 | |
| 						</ul>
 | |
| 					</aside>
 | |
| 					<div class="tsd-comment tsd-typography">
 | |
| 						<div class="lead">
 | |
| 							<p>The <code>Event.TAB_INDEX_CHANGE</code> constant defines the value of the
 | |
| 							<code>type</code> property of a <code>tabIndexChange</code> event object.</p>
 | |
| 						</div>
 | |
| 						<p>This event has the following properties:</p>
 | |
| 					</div>
 | |
| 				</section>
 | |
| 				<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-static tsd-is-external">
 | |
| 					<a name="texture_ready" class="tsd-anchor"></a>
 | |
| 					<h3><span class="tsd-flag ts-flagStatic">Static</span> TEXTURE_<wbr>READY</h3>
 | |
| 					<div class="tsd-signature tsd-kind-icon">TEXTURE_<wbr>READY<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div>
 | |
| 					<aside class="tsd-sources">
 | |
| 						<p>Inherited from <a href="openfl.events.event.html">Event</a>.<a href="openfl.events.event.html#texture_ready">TEXTURE_READY</a></p>
 | |
| 						<ul>
 | |
| 							<li>Defined in <a href="https://github.com/openfl/openfl/blob/9921d3bf/lib/openfl/events/Event.d.ts#L308">lib/openfl/events/Event.d.ts:308</a></li>
 | |
| 						</ul>
 | |
| 					</aside>
 | |
| 				</section>
 | |
| 				<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class tsd-is-static tsd-is-external">
 | |
| 					<a name="touch_begin" class="tsd-anchor"></a>
 | |
| 					<h3><span class="tsd-flag ts-flagStatic">Static</span> TOUCH_<wbr>BEGIN</h3>
 | |
| 					<div class="tsd-signature tsd-kind-icon">TOUCH_<wbr>BEGIN<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div>
 | |
| 					<aside class="tsd-sources">
 | |
| 						<ul>
 | |
| 							<li>Defined in <a href="https://github.com/openfl/openfl/blob/9921d3bf/lib/openfl/events/TouchEvent.d.ts#L74">lib/openfl/events/TouchEvent.d.ts:74</a></li>
 | |
| 						</ul>
 | |
| 					</aside>
 | |
| 					<div class="tsd-comment tsd-typography">
 | |
| 						<div class="lead">
 | |
| 							<p>Defines the value of the <code>type</code> property of a
 | |
| 							<code>TOUCH_BEGIN</code> touch event object.</p>
 | |
| 						</div>
 | |
| 						<p>The dispatched TouchEvent object has the following properties:</p>
 | |
| 					</div>
 | |
| 				</section>
 | |
| 				<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class tsd-is-static tsd-is-external">
 | |
| 					<a name="touch_end" class="tsd-anchor"></a>
 | |
| 					<h3><span class="tsd-flag ts-flagStatic">Static</span> TOUCH_<wbr>END</h3>
 | |
| 					<div class="tsd-signature tsd-kind-icon">TOUCH_<wbr>END<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div>
 | |
| 					<aside class="tsd-sources">
 | |
| 						<ul>
 | |
| 							<li>Defined in <a href="https://github.com/openfl/openfl/blob/9921d3bf/lib/openfl/events/TouchEvent.d.ts#L82">lib/openfl/events/TouchEvent.d.ts:82</a></li>
 | |
| 						</ul>
 | |
| 					</aside>
 | |
| 					<div class="tsd-comment tsd-typography">
 | |
| 						<div class="lead">
 | |
| 							<p>Defines the value of the <code>type</code> property of a
 | |
| 							<code>TOUCH_END</code> touch event object.</p>
 | |
| 						</div>
 | |
| 						<p>The dispatched TouchEvent object has the following properties:</p>
 | |
| 					</div>
 | |
| 				</section>
 | |
| 				<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class tsd-is-static tsd-is-external">
 | |
| 					<a name="touch_move" class="tsd-anchor"></a>
 | |
| 					<h3><span class="tsd-flag ts-flagStatic">Static</span> TOUCH_<wbr>MOVE</h3>
 | |
| 					<div class="tsd-signature tsd-kind-icon">TOUCH_<wbr>MOVE<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div>
 | |
| 					<aside class="tsd-sources">
 | |
| 						<ul>
 | |
| 							<li>Defined in <a href="https://github.com/openfl/openfl/blob/9921d3bf/lib/openfl/events/TouchEvent.d.ts#L90">lib/openfl/events/TouchEvent.d.ts:90</a></li>
 | |
| 						</ul>
 | |
| 					</aside>
 | |
| 					<div class="tsd-comment tsd-typography">
 | |
| 						<div class="lead">
 | |
| 							<p>Defines the value of the <code>type</code> property of a
 | |
| 							<code>TOUCH_MOVE</code> touch event object.</p>
 | |
| 						</div>
 | |
| 						<p>The dispatched TouchEvent object has the following properties:</p>
 | |
| 					</div>
 | |
| 				</section>
 | |
| 				<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class tsd-is-static tsd-is-external">
 | |
| 					<a name="touch_out" class="tsd-anchor"></a>
 | |
| 					<h3><span class="tsd-flag ts-flagStatic">Static</span> TOUCH_<wbr>OUT</h3>
 | |
| 					<div class="tsd-signature tsd-kind-icon">TOUCH_<wbr>OUT<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div>
 | |
| 					<aside class="tsd-sources">
 | |
| 						<ul>
 | |
| 							<li>Defined in <a href="https://github.com/openfl/openfl/blob/9921d3bf/lib/openfl/events/TouchEvent.d.ts#L98">lib/openfl/events/TouchEvent.d.ts:98</a></li>
 | |
| 						</ul>
 | |
| 					</aside>
 | |
| 					<div class="tsd-comment tsd-typography">
 | |
| 						<div class="lead">
 | |
| 							<p>Defines the value of the <code>type</code> property of a
 | |
| 							<code>TOUCH_OUT</code> touch event object.</p>
 | |
| 						</div>
 | |
| 						<p>The dispatched TouchEvent object has the following properties:</p>
 | |
| 					</div>
 | |
| 				</section>
 | |
| 				<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class tsd-is-static tsd-is-external">
 | |
| 					<a name="touch_over" class="tsd-anchor"></a>
 | |
| 					<h3><span class="tsd-flag ts-flagStatic">Static</span> TOUCH_<wbr>OVER</h3>
 | |
| 					<div class="tsd-signature tsd-kind-icon">TOUCH_<wbr>OVER<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div>
 | |
| 					<aside class="tsd-sources">
 | |
| 						<ul>
 | |
| 							<li>Defined in <a href="https://github.com/openfl/openfl/blob/9921d3bf/lib/openfl/events/TouchEvent.d.ts#L106">lib/openfl/events/TouchEvent.d.ts:106</a></li>
 | |
| 						</ul>
 | |
| 					</aside>
 | |
| 					<div class="tsd-comment tsd-typography">
 | |
| 						<div class="lead">
 | |
| 							<p>Defines the value of the <code>type</code> property of a
 | |
| 							<code>TOUCH_OVER</code> touch event object.</p>
 | |
| 						</div>
 | |
| 						<p>The dispatched TouchEvent object has the following properties:</p>
 | |
| 					</div>
 | |
| 				</section>
 | |
| 				<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class tsd-is-static tsd-is-external">
 | |
| 					<a name="touch_roll_out" class="tsd-anchor"></a>
 | |
| 					<h3><span class="tsd-flag ts-flagStatic">Static</span> TOUCH_<wbr>ROLL_<wbr>OUT</h3>
 | |
| 					<div class="tsd-signature tsd-kind-icon">TOUCH_<wbr>ROLL_<wbr>OUT<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div>
 | |
| 					<aside class="tsd-sources">
 | |
| 						<ul>
 | |
| 							<li>Defined in <a href="https://github.com/openfl/openfl/blob/9921d3bf/lib/openfl/events/TouchEvent.d.ts#L114">lib/openfl/events/TouchEvent.d.ts:114</a></li>
 | |
| 						</ul>
 | |
| 					</aside>
 | |
| 					<div class="tsd-comment tsd-typography">
 | |
| 						<div class="lead">
 | |
| 							<p>Defines the value of the <code>type</code> property of a
 | |
| 							<code>TOUCH_ROLL_OUT</code> touch event object.</p>
 | |
| 						</div>
 | |
| 						<p>The dispatched TouchEvent object has the following properties:</p>
 | |
| 					</div>
 | |
| 				</section>
 | |
| 				<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class tsd-is-static tsd-is-external">
 | |
| 					<a name="touch_roll_over" class="tsd-anchor"></a>
 | |
| 					<h3><span class="tsd-flag ts-flagStatic">Static</span> TOUCH_<wbr>ROLL_<wbr>OVER</h3>
 | |
| 					<div class="tsd-signature tsd-kind-icon">TOUCH_<wbr>ROLL_<wbr>OVER<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div>
 | |
| 					<aside class="tsd-sources">
 | |
| 						<ul>
 | |
| 							<li>Defined in <a href="https://github.com/openfl/openfl/blob/9921d3bf/lib/openfl/events/TouchEvent.d.ts#L122">lib/openfl/events/TouchEvent.d.ts:122</a></li>
 | |
| 						</ul>
 | |
| 					</aside>
 | |
| 					<div class="tsd-comment tsd-typography">
 | |
| 						<div class="lead">
 | |
| 							<p>Defines the value of the <code>type</code> property of a
 | |
| 							<code>TOUCH_ROLL_OVER</code> touch event object.</p>
 | |
| 						</div>
 | |
| 						<p>The dispatched TouchEvent object has the following properties:</p>
 | |
| 					</div>
 | |
| 				</section>
 | |
| 				<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class tsd-is-static tsd-is-external">
 | |
| 					<a name="touch_tap" class="tsd-anchor"></a>
 | |
| 					<h3><span class="tsd-flag ts-flagStatic">Static</span> TOUCH_<wbr>TAP</h3>
 | |
| 					<div class="tsd-signature tsd-kind-icon">TOUCH_<wbr>TAP<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div>
 | |
| 					<aside class="tsd-sources">
 | |
| 						<ul>
 | |
| 							<li>Defined in <a href="https://github.com/openfl/openfl/blob/9921d3bf/lib/openfl/events/TouchEvent.d.ts#L130">lib/openfl/events/TouchEvent.d.ts:130</a></li>
 | |
| 						</ul>
 | |
| 					</aside>
 | |
| 					<div class="tsd-comment tsd-typography">
 | |
| 						<div class="lead">
 | |
| 							<p>Defines the value of the <code>type</code> property of a
 | |
| 							<code>TOUCH_TAP</code> touch event object.</p>
 | |
| 						</div>
 | |
| 						<p>The dispatched TouchEvent object has the following properties:</p>
 | |
| 					</div>
 | |
| 				</section>
 | |
| 				<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-static tsd-is-external">
 | |
| 					<a name="unload" class="tsd-anchor"></a>
 | |
| 					<h3><span class="tsd-flag ts-flagStatic">Static</span> UNLOAD</h3>
 | |
| 					<div class="tsd-signature tsd-kind-icon">UNLOAD<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div>
 | |
| 					<aside class="tsd-sources">
 | |
| 						<p>Inherited from <a href="openfl.events.event.html">Event</a>.<a href="openfl.events.event.html#unload">UNLOAD</a></p>
 | |
| 						<ul>
 | |
| 							<li>Defined in <a href="https://github.com/openfl/openfl/blob/9921d3bf/lib/openfl/events/Event.d.ts#L320">lib/openfl/events/Event.d.ts:320</a></li>
 | |
| 						</ul>
 | |
| 					</aside>
 | |
| 					<div class="tsd-comment tsd-typography">
 | |
| 						<div class="lead">
 | |
| 							<p>The <code>Event.UNLOAD</code> constant defines the value of the
 | |
| 							<code>type</code> property of an <code>unload</code> event object.</p>
 | |
| 						</div>
 | |
| 						<p>This event has the following properties:</p>
 | |
| 					</div>
 | |
| 				</section>
 | |
| 			</section>
 | |
| 			<section class="tsd-panel-group tsd-member-group tsd-is-external">
 | |
| 				<h2>Methods</h2>
 | |
| 				<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-external">
 | |
| 					<a name="clone" class="tsd-anchor"></a>
 | |
| 					<h3>clone</h3>
 | |
| 					<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-external">
 | |
| 						<li class="tsd-signature tsd-kind-icon">clone<span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="openfl.events.event.html" class="tsd-signature-type">Event</a></li>
 | |
| 					</ul>
 | |
| 					<ul class="tsd-descriptions">
 | |
| 						<li class="tsd-description">
 | |
| 							<aside class="tsd-sources">
 | |
| 								<p>Inherited from <a href="openfl.events.event.html">Event</a>.<a href="openfl.events.event.html#clone">clone</a></p>
 | |
| 								<ul>
 | |
| 									<li>Defined in <a href="https://github.com/openfl/openfl/blob/9921d3bf/lib/openfl/events/Event.d.ts#L424">lib/openfl/events/Event.d.ts:424</a></li>
 | |
| 								</ul>
 | |
| 							</aside>
 | |
| 							<div class="tsd-comment tsd-typography">
 | |
| 								<div class="lead">
 | |
| 									<p>Duplicates an instance of an Event subclass.</p>
 | |
| 								</div>
 | |
| 								<p>Returns a new Event object that is a copy of the original instance of
 | |
| 									the Event object. You do not normally call <code>clone()</code>; the
 | |
| 									EventDispatcher class calls it automatically when you redispatch an
 | |
| 									event - that is, when you call <code>dispatchEvent(event)</code> from a
 | |
| 								handler that is handling <code>event</code>.</p>
 | |
| 								<p>The new Event object includes all the properties of the original.</p>
 | |
| 								<p>When creating your own custom Event class, you must override the
 | |
| 									inherited <code>Event.clone()</code> method in order for it to duplicate
 | |
| 									the properties of your custom class. If you do not set all the properties
 | |
| 									that you add in your event subclass, those properties will not have the
 | |
| 								correct values when listeners handle the redispatched event.</p>
 | |
| 								<p>In this example, <code>PingEvent</code> is a subclass of
 | |
| 									<code>Event</code> and therefore implements its own version of
 | |
| 								<code>clone()</code>.</p>
 | |
| 							</div>
 | |
| 							<h4 class="tsd-returns-title">Returns <a href="openfl.events.event.html" class="tsd-signature-type">Event</a></h4>
 | |
| 							<p>A new Event object that is identical to the original.</p>
 | |
| 						</li>
 | |
| 					</ul>
 | |
| 				</section>
 | |
| 				<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-external">
 | |
| 					<a name="formattostring" class="tsd-anchor"></a>
 | |
| 					<h3>format<wbr>ToString</h3>
 | |
| 					<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-external">
 | |
| 						<li class="tsd-signature tsd-kind-icon">format<wbr>ToString<span class="tsd-signature-symbol">(</span>className<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span>, <span class="tsd-signature-symbol">...</span>args<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span></li>
 | |
| 					</ul>
 | |
| 					<ul class="tsd-descriptions">
 | |
| 						<li class="tsd-description">
 | |
| 							<aside class="tsd-sources">
 | |
| 								<p>Inherited from <a href="openfl.events.event.html">Event</a>.<a href="openfl.events.event.html#formattostring">formatToString</a></p>
 | |
| 								<ul>
 | |
| 									<li>Defined in <a href="https://github.com/openfl/openfl/blob/9921d3bf/lib/openfl/events/Event.d.ts#L427">lib/openfl/events/Event.d.ts:427</a></li>
 | |
| 								</ul>
 | |
| 							</aside>
 | |
| 							<h4 class="tsd-parameters-title">Parameters</h4>
 | |
| 							<ul class="tsd-parameters">
 | |
| 								<li>
 | |
| 									<h5>className: <span class="tsd-signature-type">string</span></h5>
 | |
| 								</li>
 | |
| 								<li>
 | |
| 									<h5><span class="tsd-flag ts-flagRest">Rest</span> <span class="tsd-signature-symbol">...</span>args: <span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">[]</span></h5>
 | |
| 								</li>
 | |
| 							</ul>
 | |
| 							<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">string</span></h4>
 | |
| 						</li>
 | |
| 					</ul>
 | |
| 				</section>
 | |
| 				<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-external">
 | |
| 					<a name="isdefaultprevented" class="tsd-anchor"></a>
 | |
| 					<h3>is<wbr>Default<wbr>Prevented</h3>
 | |
| 					<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-external">
 | |
| 						<li class="tsd-signature tsd-kind-icon">is<wbr>Default<wbr>Prevented<span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">boolean</span></li>
 | |
| 					</ul>
 | |
| 					<ul class="tsd-descriptions">
 | |
| 						<li class="tsd-description">
 | |
| 							<aside class="tsd-sources">
 | |
| 								<p>Inherited from <a href="openfl.events.event.html">Event</a>.<a href="openfl.events.event.html#isdefaultprevented">isDefaultPrevented</a></p>
 | |
| 								<ul>
 | |
| 									<li>Defined in <a href="https://github.com/openfl/openfl/blob/9921d3bf/lib/openfl/events/Event.d.ts#L438">lib/openfl/events/Event.d.ts:438</a></li>
 | |
| 								</ul>
 | |
| 							</aside>
 | |
| 							<div class="tsd-comment tsd-typography">
 | |
| 								<div class="lead">
 | |
| 									<p>Checks whether the <code>preventDefault()</code> method has been called on
 | |
| 										the event. If the <code>preventDefault()</code> method has been called,
 | |
| 									returns <code>true</code>; otherwise, returns <code>false</code>.</p>
 | |
| 								</div>
 | |
| 							</div>
 | |
| 							<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">boolean</span></h4>
 | |
| 							<p>If <code>preventDefault()</code> has been called, returns
 | |
| 							<code>true</code>; otherwise, returns <code>false</code>.</p>
 | |
| 						</li>
 | |
| 					</ul>
 | |
| 				</section>
 | |
| 				<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-external">
 | |
| 					<a name="preventdefault" class="tsd-anchor"></a>
 | |
| 					<h3>prevent<wbr>Default</h3>
 | |
| 					<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-external">
 | |
| 						<li class="tsd-signature tsd-kind-icon">prevent<wbr>Default<span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">void</span></li>
 | |
| 					</ul>
 | |
| 					<ul class="tsd-descriptions">
 | |
| 						<li class="tsd-description">
 | |
| 							<aside class="tsd-sources">
 | |
| 								<p>Inherited from <a href="openfl.events.event.html">Event</a>.<a href="openfl.events.event.html#preventdefault">preventDefault</a></p>
 | |
| 								<ul>
 | |
| 									<li>Defined in <a href="https://github.com/openfl/openfl/blob/9921d3bf/lib/openfl/events/Event.d.ts#L447">lib/openfl/events/Event.d.ts:447</a></li>
 | |
| 								</ul>
 | |
| 							</aside>
 | |
| 							<div class="tsd-comment tsd-typography">
 | |
| 								<div class="lead">
 | |
| 									<p>Cancels an event's default behavior if that behavior can be canceled.
 | |
| 										Many events have associated behaviors that are carried out by default. For example, if a user types a character into a text field, the default behavior is that the character is displayed in the text field. Because the <code>TextEvent.TEXT_INPUT</code> event's default behavior can be canceled, you can use the <code>preventDefault()</code> method to prevent the character from appearing.
 | |
| 										An example of a behavior that is not cancelable is the default behavior associated with the Event.REMOVED event, which is generated whenever Flash Player is about to remove a display object from the display list. The default behavior (removing the element) cannot be canceled, so the <code>preventDefault()</code> method has no effect on this default behavior.
 | |
| 									You can use the <code>Event.cancelable</code> property to check whether you can prevent the default behavior associated with a particular event. If the value of <code>Event.cancelable</code> is true, then <code>preventDefault()</code> can be used to cancel the event; otherwise, <code>preventDefault()</code> has no effect.</p>
 | |
| 								</div>
 | |
| 							</div>
 | |
| 							<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4>
 | |
| 						</li>
 | |
| 					</ul>
 | |
| 				</section>
 | |
| 				<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-external">
 | |
| 					<a name="stopimmediatepropagation" class="tsd-anchor"></a>
 | |
| 					<h3>stop<wbr>Immediate<wbr>Propagation</h3>
 | |
| 					<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-external">
 | |
| 						<li class="tsd-signature tsd-kind-icon">stop<wbr>Immediate<wbr>Propagation<span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">void</span></li>
 | |
| 					</ul>
 | |
| 					<ul class="tsd-descriptions">
 | |
| 						<li class="tsd-description">
 | |
| 							<aside class="tsd-sources">
 | |
| 								<p>Inherited from <a href="openfl.events.event.html">Event</a>.<a href="openfl.events.event.html#stopimmediatepropagation">stopImmediatePropagation</a></p>
 | |
| 								<ul>
 | |
| 									<li>Defined in <a href="https://github.com/openfl/openfl/blob/9921d3bf/lib/openfl/events/Event.d.ts#L461">lib/openfl/events/Event.d.ts:461</a></li>
 | |
| 								</ul>
 | |
| 							</aside>
 | |
| 							<div class="tsd-comment tsd-typography">
 | |
| 								<div class="lead">
 | |
| 									<p>Prevents processing of any event listeners in the current node and any
 | |
| 										subsequent nodes in the event flow. This method takes effect immediately,
 | |
| 										and it affects event listeners in the current node. In contrast, the
 | |
| 										<code>stopPropagation()</code> method doesn't take effect until all the
 | |
| 									event listeners in the current node finish processing.</p>
 | |
| 								</div>
 | |
| 								<p><strong>Note: </strong> This method does not cancel the behavior associated with
 | |
| 								this event; see <code>preventDefault()</code> for that functionality.</p>
 | |
| 							</div>
 | |
| 							<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4>
 | |
| 						</li>
 | |
| 					</ul>
 | |
| 				</section>
 | |
| 				<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-external">
 | |
| 					<a name="stoppropagation" class="tsd-anchor"></a>
 | |
| 					<h3>stop<wbr>Propagation</h3>
 | |
| 					<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-external">
 | |
| 						<li class="tsd-signature tsd-kind-icon">stop<wbr>Propagation<span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">void</span></li>
 | |
| 					</ul>
 | |
| 					<ul class="tsd-descriptions">
 | |
| 						<li class="tsd-description">
 | |
| 							<aside class="tsd-sources">
 | |
| 								<p>Inherited from <a href="openfl.events.event.html">Event</a>.<a href="openfl.events.event.html#stoppropagation">stopPropagation</a></p>
 | |
| 								<ul>
 | |
| 									<li>Defined in <a href="https://github.com/openfl/openfl/blob/9921d3bf/lib/openfl/events/Event.d.ts#L477">lib/openfl/events/Event.d.ts:477</a></li>
 | |
| 								</ul>
 | |
| 							</aside>
 | |
| 							<div class="tsd-comment tsd-typography">
 | |
| 								<div class="lead">
 | |
| 									<p>Prevents processing of any event listeners in nodes subsequent to the
 | |
| 										current node in the event flow. This method does not affect any event
 | |
| 										listeners in the current node(<code>currentTarget</code>). In contrast,
 | |
| 										the <code>stopImmediatePropagation()</code> method prevents processing of
 | |
| 										event listeners in both the current node and subsequent nodes. Additional
 | |
| 										calls to this method have no effect. This method can be called in any
 | |
| 									phase of the event flow.</p>
 | |
| 								</div>
 | |
| 								<p><strong>Note: </strong> This method does not cancel the behavior associated with
 | |
| 								this event; see <code>preventDefault()</code> for that functionality.</p>
 | |
| 							</div>
 | |
| 							<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4>
 | |
| 						</li>
 | |
| 					</ul>
 | |
| 				</section>
 | |
| 				<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-external">
 | |
| 					<a name="tostring" class="tsd-anchor"></a>
 | |
| 					<h3>to<wbr>String</h3>
 | |
| 					<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-external">
 | |
| 						<li class="tsd-signature tsd-kind-icon">to<wbr>String<span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span></li>
 | |
| 					</ul>
 | |
| 					<ul class="tsd-descriptions">
 | |
| 						<li class="tsd-description">
 | |
| 							<aside class="tsd-sources">
 | |
| 								<p>Inherited from <a href="openfl.events.event.html">Event</a>.<a href="openfl.events.event.html#tostring">toString</a></p>
 | |
| 								<ul>
 | |
| 									<li>Defined in <a href="https://github.com/openfl/openfl/blob/9921d3bf/lib/openfl/events/Event.d.ts#L489">lib/openfl/events/Event.d.ts:489</a></li>
 | |
| 								</ul>
 | |
| 							</aside>
 | |
| 							<div class="tsd-comment tsd-typography">
 | |
| 								<div class="lead">
 | |
| 									<p>Returns a string containing all the properties of the Event object. The
 | |
| 									string is in the following format:</p>
 | |
| 								</div>
 | |
| 								<p><code>[Event type=_value_ bubbles=_value_
 | |
| cancelable=_value_]</code></p>
 | |
| 							</div>
 | |
| 							<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">string</span></h4>
 | |
| 							<p>A string containing all the properties of the Event object.</p>
 | |
| 						</li>
 | |
| 					</ul>
 | |
| 				</section>
 | |
| 				<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-external">
 | |
| 					<a name="updateafterevent" class="tsd-anchor"></a>
 | |
| 					<h3>update<wbr>After<wbr>Event</h3>
 | |
| 					<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-external">
 | |
| 						<li class="tsd-signature tsd-kind-icon">update<wbr>After<wbr>Event<span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">void</span></li>
 | |
| 					</ul>
 | |
| 					<ul class="tsd-descriptions">
 | |
| 						<li class="tsd-description">
 | |
| 							<aside class="tsd-sources">
 | |
| 								<ul>
 | |
| 									<li>Defined in <a href="https://github.com/openfl/openfl/blob/9921d3bf/lib/openfl/events/TouchEvent.d.ts#L279">lib/openfl/events/TouchEvent.d.ts:279</a></li>
 | |
| 								</ul>
 | |
| 							</aside>
 | |
| 							<div class="tsd-comment tsd-typography">
 | |
| 								<div class="lead">
 | |
| 									<p>Instructs Flash Player or Adobe AIR to render after processing of this
 | |
| 									event completes, if the display list has been modified.</p>
 | |
| 								</div>
 | |
| 							</div>
 | |
| 							<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4>
 | |
| 						</li>
 | |
| 					</ul>
 | |
| 				</section>
 | |
| 			</section>
 | |
| 		</div>
 | |
| 		<div class="col-4 col-menu menu-sticky-wrap menu-highlight">
 | |
| 			<nav class="tsd-navigation primary">
 | |
| 				<ul>
 | |
| 					<li class="label tsd-is-external">
 | |
| 						<span>Externals</span>
 | |
| 					</li>
 | |
| 					<li class=" tsd-kind-module tsd-parent-kind-module tsd-is-external">
 | |
| 						<a href="../modules/openfl.desktop.html">openfl.desktop</a>
 | |
| 					</li>
 | |
| 					<li class=" tsd-kind-module tsd-parent-kind-module tsd-is-external">
 | |
| 						<a href="../modules/openfl.display.html">openfl.display</a>
 | |
| 					</li>
 | |
| 					<li class=" tsd-kind-module tsd-parent-kind-module tsd-is-external">
 | |
| 						<a href="../modules/openfl.display3d.html">openfl.display3D</a>
 | |
| 					</li>
 | |
| 					<li class=" tsd-kind-module tsd-parent-kind-module tsd-is-external">
 | |
| 						<a href="../modules/openfl.errors.html">openfl.errors</a>
 | |
| 					</li>
 | |
| 					<li class="current tsd-kind-module tsd-parent-kind-module tsd-is-external">
 | |
| 						<a href="../modules/openfl.events.html">openfl.events</a>
 | |
| 					</li>
 | |
| 					<li class=" tsd-kind-module tsd-parent-kind-module tsd-is-external">
 | |
| 						<a href="../modules/openfl.external.html">openfl.external</a>
 | |
| 					</li>
 | |
| 					<li class=" tsd-kind-module tsd-parent-kind-module tsd-is-external">
 | |
| 						<a href="../modules/openfl.filters.html">openfl.filters</a>
 | |
| 					</li>
 | |
| 					<li class=" tsd-kind-module tsd-parent-kind-module tsd-is-external">
 | |
| 						<a href="../modules/openfl.geom.html">openfl.geom</a>
 | |
| 					</li>
 | |
| 					<li class=" tsd-kind-module tsd-parent-kind-module tsd-is-external">
 | |
| 						<a href="../modules/openfl.media.html">openfl.media</a>
 | |
| 					</li>
 | |
| 					<li class=" tsd-kind-module tsd-parent-kind-module tsd-is-external">
 | |
| 						<a href="../modules/openfl.net.html">openfl.net</a>
 | |
| 					</li>
 | |
| 					<li class=" tsd-kind-module tsd-parent-kind-module tsd-is-external">
 | |
| 						<a href="../modules/openfl.profiler.html">openfl.profiler</a>
 | |
| 					</li>
 | |
| 					<li class=" tsd-kind-module tsd-parent-kind-module tsd-is-external">
 | |
| 						<a href="../modules/openfl.sensors.html">openfl.sensors</a>
 | |
| 					</li>
 | |
| 					<li class=" tsd-kind-module tsd-parent-kind-module tsd-is-external">
 | |
| 						<a href="../modules/openfl.system.html">openfl.system</a>
 | |
| 					</li>
 | |
| 					<li class=" tsd-kind-module tsd-parent-kind-module tsd-is-external">
 | |
| 						<a href="../modules/openfl.text.html">openfl.text</a>
 | |
| 					</li>
 | |
| 					<li class=" tsd-kind-module tsd-parent-kind-module tsd-is-external">
 | |
| 						<a href="../modules/openfl.ui.html">openfl.ui</a>
 | |
| 					</li>
 | |
| 					<li class=" tsd-kind-module tsd-parent-kind-module tsd-is-external">
 | |
| 						<a href="../modules/openfl.utils.html">openfl.utils</a>
 | |
| 					</li>
 | |
| 				</ul>
 | |
| 			</nav>
 | |
| 			<nav class="tsd-navigation secondary menu-sticky">
 | |
| 				<ul class="before-current">
 | |
| 					<li class=" tsd-kind-enum tsd-parent-kind-module tsd-is-external">
 | |
| 						<a href="../enums/openfl.events.eventphase.html" class="tsd-kind-icon">Event<wbr>Phase</a>
 | |
| 					</li>
 | |
| 					<li class=" tsd-kind-class tsd-parent-kind-module tsd-is-external">
 | |
| 						<a href="openfl.events.accelerometerevent.html" class="tsd-kind-icon">Accelerometer<wbr>Event</a>
 | |
| 					</li>
 | |
| 					<li class=" tsd-kind-class tsd-parent-kind-module tsd-is-external">
 | |
| 						<a href="openfl.events.activityevent.html" class="tsd-kind-icon">Activity<wbr>Event</a>
 | |
| 					</li>
 | |
| 					<li class=" tsd-kind-class tsd-parent-kind-module tsd-is-external">
 | |
| 						<a href="openfl.events.asyncerrorevent.html" class="tsd-kind-icon">Async<wbr>Error<wbr>Event</a>
 | |
| 					</li>
 | |
| 					<li class=" tsd-kind-class tsd-parent-kind-module tsd-is-external">
 | |
| 						<a href="openfl.events.dataevent.html" class="tsd-kind-icon">Data<wbr>Event</a>
 | |
| 					</li>
 | |
| 					<li class=" tsd-kind-class tsd-parent-kind-module tsd-is-external">
 | |
| 						<a href="openfl.events.errorevent.html" class="tsd-kind-icon">Error<wbr>Event</a>
 | |
| 					</li>
 | |
| 					<li class=" tsd-kind-class tsd-parent-kind-module tsd-is-external">
 | |
| 						<a href="openfl.events.event.html" class="tsd-kind-icon">Event</a>
 | |
| 					</li>
 | |
| 					<li class=" tsd-kind-class tsd-parent-kind-module tsd-is-external">
 | |
| 						<a href="openfl.events.eventdispatcher.html" class="tsd-kind-icon">Event<wbr>Dispatcher</a>
 | |
| 					</li>
 | |
| 					<li class=" tsd-kind-class tsd-parent-kind-module tsd-is-external">
 | |
| 						<a href="openfl.events.focusevent.html" class="tsd-kind-icon">Focus<wbr>Event</a>
 | |
| 					</li>
 | |
| 					<li class=" tsd-kind-class tsd-parent-kind-module tsd-is-external">
 | |
| 						<a href="openfl.events.fullscreenevent.html" class="tsd-kind-icon">Full<wbr>Screen<wbr>Event</a>
 | |
| 					</li>
 | |
| 					<li class=" tsd-kind-class tsd-parent-kind-module tsd-is-external">
 | |
| 						<a href="openfl.events.gameinputevent.html" class="tsd-kind-icon">Game<wbr>Input<wbr>Event</a>
 | |
| 					</li>
 | |
| 					<li class=" tsd-kind-class tsd-parent-kind-module tsd-is-external">
 | |
| 						<a href="openfl.events.httpstatusevent.html" class="tsd-kind-icon">HTTPStatus<wbr>Event</a>
 | |
| 					</li>
 | |
| 					<li class=" tsd-kind-class tsd-parent-kind-module tsd-is-external">
 | |
| 						<a href="openfl.events.ieventdispatcher.html" class="tsd-kind-icon">IEvent<wbr>Dispatcher</a>
 | |
| 					</li>
 | |
| 					<li class=" tsd-kind-class tsd-parent-kind-module tsd-is-external">
 | |
| 						<a href="openfl.events.ioerrorevent.html" class="tsd-kind-icon">IOError<wbr>Event</a>
 | |
| 					</li>
 | |
| 					<li class=" tsd-kind-class tsd-parent-kind-module tsd-is-external">
 | |
| 						<a href="openfl.events.keyboardevent.html" class="tsd-kind-icon">Keyboard<wbr>Event</a>
 | |
| 					</li>
 | |
| 					<li class=" tsd-kind-class tsd-parent-kind-module tsd-is-external">
 | |
| 						<a href="openfl.events.mouseevent.html" class="tsd-kind-icon">Mouse<wbr>Event</a>
 | |
| 					</li>
 | |
| 					<li class=" tsd-kind-class tsd-parent-kind-module tsd-is-external">
 | |
| 						<a href="openfl.events.netstatusevent.html" class="tsd-kind-icon">Net<wbr>Status<wbr>Event</a>
 | |
| 					</li>
 | |
| 					<li class=" tsd-kind-class tsd-parent-kind-module tsd-is-external">
 | |
| 						<a href="openfl.events.progressevent.html" class="tsd-kind-icon">Progress<wbr>Event</a>
 | |
| 					</li>
 | |
| 					<li class=" tsd-kind-class tsd-parent-kind-module tsd-is-external">
 | |
| 						<a href="openfl.events.sampledataevent.html" class="tsd-kind-icon">Sample<wbr>Data<wbr>Event</a>
 | |
| 					</li>
 | |
| 					<li class=" tsd-kind-class tsd-parent-kind-module tsd-is-external">
 | |
| 						<a href="openfl.events.securityerrorevent.html" class="tsd-kind-icon">Security<wbr>Error<wbr>Event</a>
 | |
| 					</li>
 | |
| 					<li class=" tsd-kind-class tsd-parent-kind-module tsd-is-external">
 | |
| 						<a href="openfl.events.textevent.html" class="tsd-kind-icon">Text<wbr>Event</a>
 | |
| 					</li>
 | |
| 					<li class=" tsd-kind-class tsd-parent-kind-module tsd-is-external">
 | |
| 						<a href="openfl.events.timerevent.html" class="tsd-kind-icon">Timer<wbr>Event</a>
 | |
| 					</li>
 | |
| 				</ul>
 | |
| 				<ul class="current">
 | |
| 					<li class="current tsd-kind-class tsd-parent-kind-module tsd-is-external">
 | |
| 						<a href="openfl.events.touchevent.html" class="tsd-kind-icon">Touch<wbr>Event</a>
 | |
| 						<ul>
 | |
| 							<li class=" tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite tsd-is-external">
 | |
| 								<a href="openfl.events.touchevent.html#constructor" class="tsd-kind-icon">constructor</a>
 | |
| 							</li>
 | |
| 							<li class=" tsd-kind-property tsd-parent-kind-class tsd-is-external">
 | |
| 								<a href="openfl.events.touchevent.html#altkey" class="tsd-kind-icon">alt<wbr>Key</a>
 | |
| 							</li>
 | |
| 							<li class=" tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-external">
 | |
| 								<a href="openfl.events.touchevent.html#bubbles" class="tsd-kind-icon">bubbles</a>
 | |
| 							</li>
 | |
| 							<li class=" tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-external">
 | |
| 								<a href="openfl.events.touchevent.html#cancelable" class="tsd-kind-icon">cancelable</a>
 | |
| 							</li>
 | |
| 							<li class=" tsd-kind-property tsd-parent-kind-class tsd-is-external">
 | |
| 								<a href="openfl.events.touchevent.html#commandkey" class="tsd-kind-icon">command<wbr>Key</a>
 | |
| 							</li>
 | |
| 							<li class=" tsd-kind-property tsd-parent-kind-class tsd-is-external">
 | |
| 								<a href="openfl.events.touchevent.html#controlkey" class="tsd-kind-icon">control<wbr>Key</a>
 | |
| 							</li>
 | |
| 							<li class=" tsd-kind-property tsd-parent-kind-class tsd-is-external">
 | |
| 								<a href="openfl.events.touchevent.html#ctrlkey" class="tsd-kind-icon">ctrl<wbr>Key</a>
 | |
| 							</li>
 | |
| 							<li class=" tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-external">
 | |
| 								<a href="openfl.events.touchevent.html#currenttarget" class="tsd-kind-icon">current<wbr>Target</a>
 | |
| 							</li>
 | |
| 							<li class=" tsd-kind-property tsd-parent-kind-class tsd-is-external">
 | |
| 								<a href="openfl.events.touchevent.html#delta" class="tsd-kind-icon">delta</a>
 | |
| 							</li>
 | |
| 							<li class=" tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-external">
 | |
| 								<a href="openfl.events.touchevent.html#eventphase" class="tsd-kind-icon">event<wbr>Phase</a>
 | |
| 							</li>
 | |
| 							<li class=" tsd-kind-property tsd-parent-kind-class tsd-is-external">
 | |
| 								<a href="openfl.events.touchevent.html#isprimarytouchpoint" class="tsd-kind-icon">is<wbr>Primary<wbr>Touch<wbr>Point</a>
 | |
| 							</li>
 | |
| 							<li class=" tsd-kind-property tsd-parent-kind-class tsd-is-external">
 | |
| 								<a href="openfl.events.touchevent.html#localx" class="tsd-kind-icon">localX</a>
 | |
| 							</li>
 | |
| 							<li class=" tsd-kind-property tsd-parent-kind-class tsd-is-external">
 | |
| 								<a href="openfl.events.touchevent.html#localy" class="tsd-kind-icon">localY</a>
 | |
| 							</li>
 | |
| 							<li class=" tsd-kind-property tsd-parent-kind-class tsd-is-external">
 | |
| 								<a href="openfl.events.touchevent.html#pressure" class="tsd-kind-icon">pressure</a>
 | |
| 							</li>
 | |
| 							<li class=" tsd-kind-property tsd-parent-kind-class tsd-is-external">
 | |
| 								<a href="openfl.events.touchevent.html#relatedobject" class="tsd-kind-icon">related<wbr>Object</a>
 | |
| 							</li>
 | |
| 							<li class=" tsd-kind-property tsd-parent-kind-class tsd-is-external">
 | |
| 								<a href="openfl.events.touchevent.html#shiftkey" class="tsd-kind-icon">shift<wbr>Key</a>
 | |
| 							</li>
 | |
| 							<li class=" tsd-kind-property tsd-parent-kind-class tsd-is-external">
 | |
| 								<a href="openfl.events.touchevent.html#sizex" class="tsd-kind-icon">sizeX</a>
 | |
| 							</li>
 | |
| 							<li class=" tsd-kind-property tsd-parent-kind-class tsd-is-external">
 | |
| 								<a href="openfl.events.touchevent.html#sizey" class="tsd-kind-icon">sizeY</a>
 | |
| 							</li>
 | |
| 							<li class=" tsd-kind-property tsd-parent-kind-class tsd-is-external">
 | |
| 								<a href="openfl.events.touchevent.html#stagex" class="tsd-kind-icon">stageX</a>
 | |
| 							</li>
 | |
| 							<li class=" tsd-kind-property tsd-parent-kind-class tsd-is-external">
 | |
| 								<a href="openfl.events.touchevent.html#stagey" class="tsd-kind-icon">stageY</a>
 | |
| 							</li>
 | |
| 							<li class=" tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-external">
 | |
| 								<a href="openfl.events.touchevent.html#target" class="tsd-kind-icon">target</a>
 | |
| 							</li>
 | |
| 							<li class=" tsd-kind-property tsd-parent-kind-class tsd-is-external">
 | |
| 								<a href="openfl.events.touchevent.html#touchpointid" class="tsd-kind-icon">touch<wbr>PointID</a>
 | |
| 							</li>
 | |
| 							<li class=" tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-external">
 | |
| 								<a href="openfl.events.touchevent.html#type" class="tsd-kind-icon">type</a>
 | |
| 							</li>
 | |
| 							<li class=" tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-static tsd-is-external">
 | |
| 								<a href="openfl.events.touchevent.html#activate" class="tsd-kind-icon">ACTIVATE</a>
 | |
| 							</li>
 | |
| 							<li class=" tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-static tsd-is-external">
 | |
| 								<a href="openfl.events.touchevent.html#added" class="tsd-kind-icon">ADDED</a>
 | |
| 							</li>
 | |
| 							<li class=" tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-static tsd-is-external">
 | |
| 								<a href="openfl.events.touchevent.html#added_to_stage" class="tsd-kind-icon">ADDED_<wbr>TO_<wbr>STAGE</a>
 | |
| 							</li>
 | |
| 							<li class=" tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-static tsd-is-external">
 | |
| 								<a href="openfl.events.touchevent.html#cancel" class="tsd-kind-icon">CANCEL</a>
 | |
| 							</li>
 | |
| 							<li class=" tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-static tsd-is-external">
 | |
| 								<a href="openfl.events.touchevent.html#change" class="tsd-kind-icon">CHANGE</a>
 | |
| 							</li>
 | |
| 							<li class=" tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-static tsd-is-external">
 | |
| 								<a href="openfl.events.touchevent.html#clear" class="tsd-kind-icon">CLEAR</a>
 | |
| 							</li>
 | |
| 							<li class=" tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-static tsd-is-external">
 | |
| 								<a href="openfl.events.touchevent.html#close" class="tsd-kind-icon">CLOSE</a>
 | |
| 							</li>
 | |
| 							<li class=" tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-static tsd-is-external">
 | |
| 								<a href="openfl.events.touchevent.html#complete" class="tsd-kind-icon">COMPLETE</a>
 | |
| 							</li>
 | |
| 							<li class=" tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-static tsd-is-external">
 | |
| 								<a href="openfl.events.touchevent.html#connect" class="tsd-kind-icon">CONNECT</a>
 | |
| 							</li>
 | |
| 							<li class=" tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-static tsd-is-external">
 | |
| 								<a href="openfl.events.touchevent.html#context3d_create" class="tsd-kind-icon">CONTEXT3<wbr>D_<wbr>CREATE</a>
 | |
| 							</li>
 | |
| 							<li class=" tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-static tsd-is-external">
 | |
| 								<a href="openfl.events.touchevent.html#copy" class="tsd-kind-icon">COPY</a>
 | |
| 							</li>
 | |
| 							<li class=" tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-static tsd-is-external">
 | |
| 								<a href="openfl.events.touchevent.html#cut" class="tsd-kind-icon">CUT</a>
 | |
| 							</li>
 | |
| 							<li class=" tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-static tsd-is-external">
 | |
| 								<a href="openfl.events.touchevent.html#deactivate" class="tsd-kind-icon">DEACTIVATE</a>
 | |
| 							</li>
 | |
| 							<li class=" tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-static tsd-is-external">
 | |
| 								<a href="openfl.events.touchevent.html#enter_frame" class="tsd-kind-icon">ENTER_<wbr>FRAME</a>
 | |
| 							</li>
 | |
| 							<li class=" tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-static tsd-is-external">
 | |
| 								<a href="openfl.events.touchevent.html#exit_frame" class="tsd-kind-icon">EXIT_<wbr>FRAME</a>
 | |
| 							</li>
 | |
| 							<li class=" tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-static tsd-is-external">
 | |
| 								<a href="openfl.events.touchevent.html#frame_constructed" class="tsd-kind-icon">FRAME_<wbr>CONSTRUCTED</a>
 | |
| 							</li>
 | |
| 							<li class=" tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-static tsd-is-external">
 | |
| 								<a href="openfl.events.touchevent.html#frame_label" class="tsd-kind-icon">FRAME_<wbr>LABEL</a>
 | |
| 							</li>
 | |
| 							<li class=" tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-static tsd-is-external">
 | |
| 								<a href="openfl.events.touchevent.html#fullscreen" class="tsd-kind-icon">FULLSCREEN</a>
 | |
| 							</li>
 | |
| 							<li class=" tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-static tsd-is-external">
 | |
| 								<a href="openfl.events.touchevent.html#id3" class="tsd-kind-icon">ID3</a>
 | |
| 							</li>
 | |
| 							<li class=" tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-static tsd-is-external">
 | |
| 								<a href="openfl.events.touchevent.html#init" class="tsd-kind-icon">INIT</a>
 | |
| 							</li>
 | |
| 							<li class=" tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-static tsd-is-external">
 | |
| 								<a href="openfl.events.touchevent.html#mouse_leave" class="tsd-kind-icon">MOUSE_<wbr>LEAVE</a>
 | |
| 							</li>
 | |
| 							<li class=" tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-static tsd-is-external">
 | |
| 								<a href="openfl.events.touchevent.html#open" class="tsd-kind-icon">OPEN</a>
 | |
| 							</li>
 | |
| 							<li class=" tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-static tsd-is-external">
 | |
| 								<a href="openfl.events.touchevent.html#paste" class="tsd-kind-icon">PASTE</a>
 | |
| 							</li>
 | |
| 							<li class=" tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-static tsd-is-external">
 | |
| 								<a href="openfl.events.touchevent.html#removed" class="tsd-kind-icon">REMOVED</a>
 | |
| 							</li>
 | |
| 							<li class=" tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-static tsd-is-external">
 | |
| 								<a href="openfl.events.touchevent.html#removed_from_stage" class="tsd-kind-icon">REMOVED_<wbr>FROM_<wbr>STAGE</a>
 | |
| 							</li>
 | |
| 							<li class=" tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-static tsd-is-external">
 | |
| 								<a href="openfl.events.touchevent.html#render" class="tsd-kind-icon">RENDER</a>
 | |
| 							</li>
 | |
| 							<li class=" tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-static tsd-is-external">
 | |
| 								<a href="openfl.events.touchevent.html#resize" class="tsd-kind-icon">RESIZE</a>
 | |
| 							</li>
 | |
| 							<li class=" tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-static tsd-is-external">
 | |
| 								<a href="openfl.events.touchevent.html#scroll" class="tsd-kind-icon">SCROLL</a>
 | |
| 							</li>
 | |
| 							<li class=" tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-static tsd-is-external">
 | |
| 								<a href="openfl.events.touchevent.html#select" class="tsd-kind-icon">SELECT</a>
 | |
| 							</li>
 | |
| 							<li class=" tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-static tsd-is-external">
 | |
| 								<a href="openfl.events.touchevent.html#select_all" class="tsd-kind-icon">SELECT_<wbr>ALL</a>
 | |
| 							</li>
 | |
| 							<li class=" tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-static tsd-is-external">
 | |
| 								<a href="openfl.events.touchevent.html#sound_complete" class="tsd-kind-icon">SOUND_<wbr>COMPLETE</a>
 | |
| 							</li>
 | |
| 							<li class=" tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-static tsd-is-external">
 | |
| 								<a href="openfl.events.touchevent.html#tab_children_change" class="tsd-kind-icon">TAB_<wbr>CHILDREN_<wbr>CHANGE</a>
 | |
| 							</li>
 | |
| 							<li class=" tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-static tsd-is-external">
 | |
| 								<a href="openfl.events.touchevent.html#tab_enabled_change" class="tsd-kind-icon">TAB_<wbr>ENABLED_<wbr>CHANGE</a>
 | |
| 							</li>
 | |
| 							<li class=" tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-static tsd-is-external">
 | |
| 								<a href="openfl.events.touchevent.html#tab_index_change" class="tsd-kind-icon">TAB_<wbr>INDEX_<wbr>CHANGE</a>
 | |
| 							</li>
 | |
| 							<li class=" tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-static tsd-is-external">
 | |
| 								<a href="openfl.events.touchevent.html#texture_ready" class="tsd-kind-icon">TEXTURE_<wbr>READY</a>
 | |
| 							</li>
 | |
| 							<li class=" tsd-kind-property tsd-parent-kind-class tsd-is-static tsd-is-external">
 | |
| 								<a href="openfl.events.touchevent.html#touch_begin" class="tsd-kind-icon">TOUCH_<wbr>BEGIN</a>
 | |
| 							</li>
 | |
| 							<li class=" tsd-kind-property tsd-parent-kind-class tsd-is-static tsd-is-external">
 | |
| 								<a href="openfl.events.touchevent.html#touch_end" class="tsd-kind-icon">TOUCH_<wbr>END</a>
 | |
| 							</li>
 | |
| 							<li class=" tsd-kind-property tsd-parent-kind-class tsd-is-static tsd-is-external">
 | |
| 								<a href="openfl.events.touchevent.html#touch_move" class="tsd-kind-icon">TOUCH_<wbr>MOVE</a>
 | |
| 							</li>
 | |
| 							<li class=" tsd-kind-property tsd-parent-kind-class tsd-is-static tsd-is-external">
 | |
| 								<a href="openfl.events.touchevent.html#touch_out" class="tsd-kind-icon">TOUCH_<wbr>OUT</a>
 | |
| 							</li>
 | |
| 							<li class=" tsd-kind-property tsd-parent-kind-class tsd-is-static tsd-is-external">
 | |
| 								<a href="openfl.events.touchevent.html#touch_over" class="tsd-kind-icon">TOUCH_<wbr>OVER</a>
 | |
| 							</li>
 | |
| 							<li class=" tsd-kind-property tsd-parent-kind-class tsd-is-static tsd-is-external">
 | |
| 								<a href="openfl.events.touchevent.html#touch_roll_out" class="tsd-kind-icon">TOUCH_<wbr>ROLL_<wbr>OUT</a>
 | |
| 							</li>
 | |
| 							<li class=" tsd-kind-property tsd-parent-kind-class tsd-is-static tsd-is-external">
 | |
| 								<a href="openfl.events.touchevent.html#touch_roll_over" class="tsd-kind-icon">TOUCH_<wbr>ROLL_<wbr>OVER</a>
 | |
| 							</li>
 | |
| 							<li class=" tsd-kind-property tsd-parent-kind-class tsd-is-static tsd-is-external">
 | |
| 								<a href="openfl.events.touchevent.html#touch_tap" class="tsd-kind-icon">TOUCH_<wbr>TAP</a>
 | |
| 							</li>
 | |
| 							<li class=" tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-static tsd-is-external">
 | |
| 								<a href="openfl.events.touchevent.html#unload" class="tsd-kind-icon">UNLOAD</a>
 | |
| 							</li>
 | |
| 							<li class=" tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-external">
 | |
| 								<a href="openfl.events.touchevent.html#clone" class="tsd-kind-icon">clone</a>
 | |
| 							</li>
 | |
| 							<li class=" tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-external">
 | |
| 								<a href="openfl.events.touchevent.html#formattostring" class="tsd-kind-icon">format<wbr>ToString</a>
 | |
| 							</li>
 | |
| 							<li class=" tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-external">
 | |
| 								<a href="openfl.events.touchevent.html#isdefaultprevented" class="tsd-kind-icon">is<wbr>Default<wbr>Prevented</a>
 | |
| 							</li>
 | |
| 							<li class=" tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-external">
 | |
| 								<a href="openfl.events.touchevent.html#preventdefault" class="tsd-kind-icon">prevent<wbr>Default</a>
 | |
| 							</li>
 | |
| 							<li class=" tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-external">
 | |
| 								<a href="openfl.events.touchevent.html#stopimmediatepropagation" class="tsd-kind-icon">stop<wbr>Immediate<wbr>Propagation</a>
 | |
| 							</li>
 | |
| 							<li class=" tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-external">
 | |
| 								<a href="openfl.events.touchevent.html#stoppropagation" class="tsd-kind-icon">stop<wbr>Propagation</a>
 | |
| 							</li>
 | |
| 							<li class=" tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-external">
 | |
| 								<a href="openfl.events.touchevent.html#tostring" class="tsd-kind-icon">to<wbr>String</a>
 | |
| 							</li>
 | |
| 							<li class=" tsd-kind-method tsd-parent-kind-class tsd-is-external">
 | |
| 								<a href="openfl.events.touchevent.html#updateafterevent" class="tsd-kind-icon">update<wbr>After<wbr>Event</a>
 | |
| 							</li>
 | |
| 						</ul>
 | |
| 					</li>
 | |
| 				</ul>
 | |
| 				<ul class="after-current">
 | |
| 					<li class=" tsd-kind-class tsd-parent-kind-module tsd-is-external">
 | |
| 						<a href="openfl.events.uncaughterrorevent.html" class="tsd-kind-icon">Uncaught<wbr>Error<wbr>Event</a>
 | |
| 					</li>
 | |
| 					<li class=" tsd-kind-class tsd-parent-kind-module tsd-is-external">
 | |
| 						<a href="openfl.events.uncaughterrorevents.html" class="tsd-kind-icon">Uncaught<wbr>Error<wbr>Events</a>
 | |
| 					</li>
 | |
| 				</ul>
 | |
| 			</nav>
 | |
| 		</div>
 | |
| 	</div>
 | |
| </div>
 | |
| <footer class="with-border-bottom">
 | |
| 	<div class="container">
 | |
| 		<h2>Legend</h2>
 | |
| 		<div class="tsd-legend-group">
 | |
| 			<ul class="tsd-legend">
 | |
| 				<li class="tsd-kind-module"><span class="tsd-kind-icon">Module</span></li>
 | |
| 				<li class="tsd-kind-object-literal"><span class="tsd-kind-icon">Object literal</span></li>
 | |
| 				<li class="tsd-kind-variable"><span class="tsd-kind-icon">Variable</span></li>
 | |
| 				<li class="tsd-kind-function"><span class="tsd-kind-icon">Function</span></li>
 | |
| 				<li class="tsd-kind-function tsd-has-type-parameter"><span class="tsd-kind-icon">Function with type parameter</span></li>
 | |
| 				<li class="tsd-kind-index-signature"><span class="tsd-kind-icon">Index signature</span></li>
 | |
| 				<li class="tsd-kind-type-alias"><span class="tsd-kind-icon">Type alias</span></li>
 | |
| 			</ul>
 | |
| 			<ul class="tsd-legend">
 | |
| 				<li class="tsd-kind-enum"><span class="tsd-kind-icon">Enumeration</span></li>
 | |
| 				<li class="tsd-kind-enum-member"><span class="tsd-kind-icon">Enumeration member</span></li>
 | |
| 				<li class="tsd-kind-property tsd-parent-kind-enum"><span class="tsd-kind-icon">Property</span></li>
 | |
| 				<li class="tsd-kind-method tsd-parent-kind-enum"><span class="tsd-kind-icon">Method</span></li>
 | |
| 			</ul>
 | |
| 			<ul class="tsd-legend">
 | |
| 				<li class="tsd-kind-interface"><span class="tsd-kind-icon">Interface</span></li>
 | |
| 				<li class="tsd-kind-interface tsd-has-type-parameter"><span class="tsd-kind-icon">Interface with type parameter</span></li>
 | |
| 				<li class="tsd-kind-constructor tsd-parent-kind-interface"><span class="tsd-kind-icon">Constructor</span></li>
 | |
| 				<li class="tsd-kind-property tsd-parent-kind-interface"><span class="tsd-kind-icon">Property</span></li>
 | |
| 				<li class="tsd-kind-method tsd-parent-kind-interface"><span class="tsd-kind-icon">Method</span></li>
 | |
| 				<li class="tsd-kind-index-signature tsd-parent-kind-interface"><span class="tsd-kind-icon">Index signature</span></li>
 | |
| 			</ul>
 | |
| 			<ul class="tsd-legend">
 | |
| 				<li class="tsd-kind-class"><span class="tsd-kind-icon">Class</span></li>
 | |
| 				<li class="tsd-kind-class tsd-has-type-parameter"><span class="tsd-kind-icon">Class with type parameter</span></li>
 | |
| 				<li class="tsd-kind-constructor tsd-parent-kind-class"><span class="tsd-kind-icon">Constructor</span></li>
 | |
| 				<li class="tsd-kind-property tsd-parent-kind-class"><span class="tsd-kind-icon">Property</span></li>
 | |
| 				<li class="tsd-kind-method tsd-parent-kind-class"><span class="tsd-kind-icon">Method</span></li>
 | |
| 				<li class="tsd-kind-accessor tsd-parent-kind-class"><span class="tsd-kind-icon">Accessor</span></li>
 | |
| 				<li class="tsd-kind-index-signature tsd-parent-kind-class"><span class="tsd-kind-icon">Index signature</span></li>
 | |
| 			</ul>
 | |
| 			<ul class="tsd-legend">
 | |
| 				<li class="tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited"><span class="tsd-kind-icon">Inherited constructor</span></li>
 | |
| 				<li class="tsd-kind-property tsd-parent-kind-class tsd-is-inherited"><span class="tsd-kind-icon">Inherited property</span></li>
 | |
| 				<li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><span class="tsd-kind-icon">Inherited method</span></li>
 | |
| 				<li class="tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited"><span class="tsd-kind-icon">Inherited accessor</span></li>
 | |
| 			</ul>
 | |
| 			<ul class="tsd-legend">
 | |
| 				<li class="tsd-kind-property tsd-parent-kind-class tsd-is-protected"><span class="tsd-kind-icon">Protected property</span></li>
 | |
| 				<li class="tsd-kind-method tsd-parent-kind-class tsd-is-protected"><span class="tsd-kind-icon">Protected method</span></li>
 | |
| 				<li class="tsd-kind-accessor tsd-parent-kind-class tsd-is-protected"><span class="tsd-kind-icon">Protected accessor</span></li>
 | |
| 			</ul>
 | |
| 			<ul class="tsd-legend">
 | |
| 				<li class="tsd-kind-property tsd-parent-kind-class tsd-is-private"><span class="tsd-kind-icon">Private property</span></li>
 | |
| 				<li class="tsd-kind-method tsd-parent-kind-class tsd-is-private"><span class="tsd-kind-icon">Private method</span></li>
 | |
| 				<li class="tsd-kind-accessor tsd-parent-kind-class tsd-is-private"><span class="tsd-kind-icon">Private accessor</span></li>
 | |
| 			</ul>
 | |
| 			<ul class="tsd-legend">
 | |
| 				<li class="tsd-kind-property tsd-parent-kind-class tsd-is-static"><span class="tsd-kind-icon">Static property</span></li>
 | |
| 				<li class="tsd-kind-call-signature tsd-parent-kind-class tsd-is-static"><span class="tsd-kind-icon">Static method</span></li>
 | |
| 			</ul>
 | |
| 		</div>
 | |
| 	</div>
 | |
| </footer>
 | |
| <div class="container tsd-generator">
 | |
| 	<p>Generated using <a href="http://typedoc.org/" target="_blank">TypeDoc</a></p>
 | |
| </div>
 | |
| <div class="overlay"></div>
 | |
| <script src="../assets/js/main.js"></script>
 | |
| <script>if (location.protocol == 'file:') document.write('<script src="../assets/js/search.js"><' + '/script>');</script>
 | |
| </body>
 | |
| </html> |