WebCAD-Lib-TS API 文档 - v1.0.0
Preparing search index...
PointerInfo
Interface PointerInfo
指针信息
interface
PointerInfo
{
id
:
number
;
type
:
PointerType
;
position
:
Point2D
;
startPosition
:
Point2D
;
button
:
number
;
isPrimary
:
boolean
;
startTime
:
number
;
}
Index
Properties
id
type
position
start
Position
button
is
Primary
start
Time
Properties
id
id
:
number
指针 ID
type
type
:
PointerType
指针类型
position
position
:
Point2D
当前位置(画布坐标)
start
Position
startPosition
:
Point2D
起始位置(画布坐标)
button
button
:
number
按钮状态 (0=左, 1=中, 2=右)
is
Primary
isPrimary
:
boolean
是否为主指针
start
Time
startTime
:
number
按下时间戳
Settings
Member Visibility
Protected
Internal
Alpha
Beta
Theme
OS
Light
Dark
On This Page
Properties
id
type
position
start
Position
button
is
Primary
start
Time
WebCAD-Lib-TS API 文档 - v1.0.0
Loading...
指针信息