Preparing search index...
The search index is not available
@niuee/board
@niuee/board
InputControlCenter
Interface InputControlCenter
interface
InputControlCenter
{
limitEntireViewPort
:
boolean
;
notifyPanInput
(
diff
:
Point
)
:
void
;
notifyRotationInput
(
deltaRotation
:
number
)
:
void
;
notifyZoomInput
(
deltaZoomAmount
:
number
,
anchorPoint
:
Point
)
:
void
;
}
Implemented by
RelayControlCenter
Index
Properties
limit
Entire
View
Port
Methods
notify
Pan
Input
notify
Rotation
Input
notify
Zoom
Input
Properties
limit
Entire
View
Port
limitEntireViewPort
:
boolean
Methods
notify
Pan
Input
notifyPanInput
(
diff
:
Point
)
:
void
Parameters
diff
:
Point
Returns
void
notify
Rotation
Input
notifyRotationInput
(
deltaRotation
:
number
)
:
void
Parameters
deltaRotation
:
number
Returns
void
notify
Zoom
Input
notifyZoomInput
(
deltaZoomAmount
:
number
,
anchorPoint
:
Point
)
:
void
Parameters
deltaZoomAmount
:
number
anchorPoint
:
Point
Returns
void
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
limit
Entire
View
Port
Methods
notify
Pan
Input
notify
Rotation
Input
notify
Zoom
Input
@niuee/board
Loading...