midorable
Preparing search index...
@rutan/midorable
index
InputTouchSnapshot
Interface InputTouchSnapshot
タッチ入力のスナップショット
interface
InputTouchSnapshot
{
id
:
number
;
inBounds
:
boolean
;
kind
:
"touch"
;
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
:
"touch"
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...
タッチ入力のスナップショット