ClassInput & Controls@public
MouseRecord
Represents a mouse input snapshot within a single replay frame.
ts
export declare class MouseRecordConstructors
ts
constructor(x?: number, y?: number, button?: number, wheel?: number)Constructs a new instance of the MouseRecord class
| Parameter | Type | Description |
|---|---|---|
x | number | - |
y | number | - |
button | number | - |
wheel | number | - |
Properties
| Property | Modifiers | Type | Description |
|---|---|---|---|
button | - | number | - |
wheel | - | number | - |
x | - | number | - |
y | - | number | - |