Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

InputMode

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

§Type

§
"cursor" | "cursorDisabled" | "cursorHidden" | "stickyKeys" | "stickyMouseButtons" | "lockKeyMods" | "rawMouseMotion"
[src]