InputMode
import type { InputMode } from "https://raw.githubusercontent.com/deno-windowing/dwm/main/mod.ts";
type InputMode =
| "cursor"
| "cursorDisabled"
| "cursorHidden"
| "stickyKeys"
| "stickyMouseButtons"
| "lockKeyMods"
| "rawMouseMotion";