Preparing search index...
The search index is not available
@turbowarp/types-tw
@turbowarp/types-tw
scratch-vm
VM
MouseData
Interface MouseData
interface
MouseData
{
canvasHeight
?:
number
;
canvasWidth
?:
number
;
isDown
?:
boolean
;
x
?:
number
;
y
?:
number
;
}
Index
Properties
canvas
Height?
canvas
Width?
is
Down?
x?
y?
Properties
Optional
canvas
Height
canvasHeight
?:
number
Optional
canvas
Width
canvasWidth
?:
number
Optional
is
Down
isDown
?:
boolean
Optional
x
x
?:
number
Optional
y
y
?:
number
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
canvas
Height
canvas
Width
is
Down
x
y
@turbowarp/types-tw
Loading...