midorable
Preparing search index...
@rutan/midorable
index
InputPenSnapshot
Interface InputPenSnapshot
ペン入力のスナップショット
interface
InputPenSnapshot
{
id
:
number
;
inBounds
:
boolean
;
kind
:
"pen"
;
pressed
:
boolean
;
x
:
number
;
y
:
number
;
}
Index
Properties
id
in
Bounds
kind
pressed
x
y
Properties
id
id
:
number
ポインタのID(全ポインタで一意)
in
Bounds
inBounds
:
boolean
ポインタが画面内にあるか
kind
kind
:
"pen"
pressed
pressed
:
boolean
ペンが押されているか
x
x
:
number
ポインタのX座標
y
y
:
number
ポインタのY座標
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
id
in
Bounds
kind
pressed
x
y
midorable
Loading...
ペン入力のスナップショット