weasel API - v0.8.0
Preparing search index...
DragGesturePoint
Interface DragGesturePoint
Pointer position in both world (gesture-coord) and client (CSS-px) space.
interface
DragGesturePoint
{
clientX
:
number
;
clientY
:
number
;
worldX
:
number
;
worldY
:
number
;
}
Index
Properties
client
X
client
Y
world
X
world
Y
Properties
client
X
clientX
:
number
client
Y
clientY
:
number
world
X
worldX
:
number
world
Y
worldY
:
number
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
client
X
client
Y
world
X
world
Y
weasel API - v0.8.0
Loading...
Pointer position in both world (gesture-coord) and client (CSS-px) space.