interface dom.WheelEvent
implements MouseEvent
import { type dom } from "https://deno.land/x/evt@v2.4.10/lib/types/index.ts";
const { WheelEvent } = dom;
Events that occur due to the user moving a mouse wheel or similar input device.
import { type dom } from "https://deno.land/x/evt@v2.4.10/lib/types/index.ts";
const { WheelEvent } = dom;
Events that occur due to the user moving a mouse wheel or similar input device.