PointerInputProvider class  
InputProvider implementation that hooks into a DOM element's pointer events.
- Extends
Constructors
| Pointer | 
Methods
| activate() | |
| deactivate() | 
Constructor Details
		PointerInputProvider(HTMLElement)
	  
	new PointerInputProvider(element: HTMLElement)Parameters
- element
- 
				HTMLElement 
Property Details
element
element: HTMLElementProperty Value
HTMLElement
		isActive
	 
	boolean isActiveProperty Value
boolean
		pointerDown
	 
	
		pointerEnter
	 
	
		pointerLeave
	 
	
		pointerMove
	 
	
		pointerUp
	 
	
Method Details
activate()
function activate()deactivate()
function deactivate()