interface MouseWheel {
    runtime: Runtime;
    postData(data: MouseWheelData): void;
}

Properties

Methods

Properties

runtime: Runtime

Methods