Preparing search index...
The search index is not available
ore.manipulator
ore.manipulator
TouchManipulator
Class TouchManipulator
Hierarchy
TouchManipulator
Index
Constructors
constructor
Properties
m_
action
Map
m_
actived
m_
bound
m_
dom
m_
enabled
m_
events
m_
positions
m_
timer
Accessors
enabled
Methods
bind
connect
disconnect
emit
pop
push
start
Timer
stop
Timer
to
End
Positons
to
Positons
touch
End
touch
Move
touch
Start
unbind
Constructors
constructor
new
Touch
Manipulator
(
dom
)
:
TouchManipulator
Parameters
dom
:
HTMLElement
Returns
TouchManipulator
Properties
Private
m_
action
Map
m_
action
Map
:
{
drag
:
TouchAction
;
hold
:
TouchAction
;
pinch
:
TouchAction
;
tap
:
TouchAction
;
}
Type declaration
drag
:
TouchAction
hold
:
TouchAction
pinch
:
TouchAction
tap
:
TouchAction
Private
m_
actived
m_
actived
:
TouchAction
Private
m_
bound
m_
bound
:
boolean
= false
Private
m_
dom
m_
dom
:
HTMLElement
Private
m_
enabled
m_
enabled
:
boolean
= true
Private
m_
events
m_
events
:
Map
<
string
,
(
(
...
data
)
=>
void
)
>
= ...
Type declaration
(
...
data
)
:
void
Parameters
Rest
...
data
:
any
[]
Returns
void
Private
m_
positions
m_
positions
:
iVector2
[]
Private
m_
timer
m_
timer
:
number
Accessors
enabled
get
enabled
(
)
:
boolean
Returns
boolean
set
enabled
(
enabled
)
:
void
Parameters
enabled
:
boolean
Returns
void
Methods
bind
bind
<
K
>
(
name
,
callback
)
:
void
Type Parameters
K
extends
"triggered"
Parameters
name
:
K
callback
:
(
(
...
data
)
=>
void
)
(
...
data
)
:
void
Parameters
Rest
...
data
:
EventMap
[
K
]
Returns
void
Returns
void
connect
connect
(
action
)
:
void
Parameters
action
:
TouchAction
Returns
void
disconnect
disconnect
(
type
)
:
void
Parameters
type
:
TouchActionType
Returns
void
emit
emit
<
K
>
(
name
,
...
data
)
:
void
Type Parameters
K
extends
"triggered"
Parameters
name
:
K
Rest
...
data
:
EventMap
[
K
]
Returns
void
pop
pop
(
type
)
:
void
Parameters
type
:
TouchActionType
Returns
void
push
push
(
action
)
:
void
Parameters
action
:
TouchAction
Returns
void
Private
start
Timer
start
Timer
(
positions
)
:
void
Parameters
positions
:
iVector2
[]
Returns
void
Private
stop
Timer
stop
Timer
(
)
:
void
Returns
void
Private
to
End
Positons
to
End
Positons
(
event
)
:
iVector2
[]
Parameters
event
:
TouchEvent
Returns
iVector2
[]
Private
to
Positons
to
Positons
(
event
)
:
iVector2
[]
Parameters
event
:
TouchEvent
Returns
iVector2
[]
Private
touch
End
touch
End
(
positions
)
:
void
Parameters
positions
:
iVector2
[]
Returns
void
Private
touch
Move
touch
Move
(
positions
)
:
void
Parameters
positions
:
iVector2
[]
Returns
void
Private
touch
Start
touch
Start
(
positions
)
:
void
Parameters
positions
:
iVector2
[]
Returns
void
unbind
unbind
<
K
>
(
name
)
:
void
Type Parameters
K
extends
"triggered"
Parameters
name
:
K
Returns
void
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
constructor
m_
action
Map
m_
actived
m_
bound
m_
dom
m_
enabled
m_
events
m_
positions
m_
timer
enabled
bind
connect
disconnect
emit
pop
push
start
Timer
stop
Timer
to
End
Positons
to
Positons
touch
End
touch
Move
touch
Start
unbind
ore.manipulator
Modifier
Mouse
Button
Mouse
Action
Mouse
Clicked
Action
Mouse
Dragged
Action
Mouse
Held
Action
Mouse
Hovered
Action
Mouse
Manipulator
Mouse
Orbit
Action
Mouse
Pan
Action
Mouse
Roll
Action
Mouse
Wheeled
Action
Mouse
Zoom
Action
Navigation
Touch
Action
Touch
Dragged
Action
Touch
Held
Action
Touch
Manipulator
Touch
Orbit
Action
Touch
Pan
Zoom
Action
Touch
Pinched
Action
Touch
Tapped
Action
Mouse
Action
Type
Touch
Action
Type
Generated using
TypeDoc