Preparing search index...
The search index is not available
ue-too
ue-too
TouchContext
Interface TouchContext
interface
TouchContext
{
addTouchPoints
:
(
points
:
TouchPoints
[]
)
=>
void
;
alignCoordinateSystem
:
boolean
;
canvas
:
CanvasOperator
;
getCurrentTouchPointsCount
:
()
=>
number
;
getInitialTouchPointsPositions
:
(
idents
:
number
[]
)
=>
TouchPoints
[]
;
notifyOnPan
:
(
delta
:
Point
)
=>
void
;
notifyOnZoom
:
(
zoomAmount
:
number
,
anchorPoint
:
Point
)
=>
void
;
removeTouchPoints
:
(
idents
:
number
[]
)
=>
void
;
updateTouchPoints
:
(
pointsMoved
:
TouchPoints
[]
)
=>
void
;
cleanup
()
:
void
;
setup
()
:
void
;
}
Hierarchy (
View Summary
)
BaseContext
TouchContext
Implemented by
TouchInputTracker
Index
Properties
add
Touch
Points
align
Coordinate
System
canvas
get
Current
Touch
Points
Count
get
Initial
Touch
Points
Positions
notify
On
Pan
notify
On
Zoom
remove
Touch
Points
update
Touch
Points
Methods
cleanup
setup
Properties
add
Touch
Points
addTouchPoints
:
(
points
:
TouchPoints
[]
)
=>
void
align
Coordinate
System
alignCoordinateSystem
:
boolean
canvas
canvas
:
CanvasOperator
get
Current
Touch
Points
Count
getCurrentTouchPointsCount
:
()
=>
number
get
Initial
Touch
Points
Positions
getInitialTouchPointsPositions
:
(
idents
:
number
[]
)
=>
TouchPoints
[]
notify
On
Pan
notifyOnPan
:
(
delta
:
Point
)
=>
void
notify
On
Zoom
notifyOnZoom
:
(
zoomAmount
:
number
,
anchorPoint
:
Point
)
=>
void
remove
Touch
Points
removeTouchPoints
:
(
idents
:
number
[]
)
=>
void
update
Touch
Points
updateTouchPoints
:
(
pointsMoved
:
TouchPoints
[]
)
=>
void
Methods
cleanup
cleanup
()
:
void
Returns
void
setup
setup
()
:
void
Returns
void
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
add
Touch
Points
align
Coordinate
System
canvas
get
Current
Touch
Points
Count
get
Initial
Touch
Points
Positions
notify
On
Pan
notify
On
Zoom
remove
Touch
Points
update
Touch
Points
Methods
cleanup
setup
ue-too
Loading...