Search
Preparing search index...
The search index is not available
DefinitelyTyped
Inherited
Private
Externals
Only exported
LeapMotionTS.d
EventDispatcher
Class EventDispatcher
Hierarchy
EventDispatcher
Controller
DefaultListener
Index
Constructor methods
constructor
Properties
_listeners
Methods
addEventListener
dispatchEvent
hasEventListener
removeEventListener
Constructor methods
constructor
(
)
:
EventDispatcher
Returns
EventDispatcher
Properties
private
_listeners
:
any
Methods
public
addEventListener
(
typeStr
:
string
, listenerFunc
:
Function
)
Parameters
typeStr:
string
listenerFunc:
Function
public
dispatchEvent
(
evt
:
LeapEvent
)
Parameters
evt:
LeapEvent
public
hasEventListener
(
type
:
string
, listener
:
Function
)
:
boolean
Parameters
type:
string
listener:
Function
Returns
boolean
public
removeEventListener
(
typeStr
:
string
, listenerFunc
:
Function
)
Parameters
typeStr:
string
listenerFunc:
Function
Globals
LeapMotionTS.d
Listener
CircleGesture
Controller
DefaultListener
EventDispatcher
constructor
_listeners
addEventListener
dispatchEvent
hasEventListener
removeEventListener
Finger
Frame
Gesture
Hand
KeyTapGesture
LeapEvent
LeapUtil
Matrix
Pointable
ScreenTapGesture
SwipeGesture
Tool
Vector3