Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/caviar/deps.ts>InputMode

⚡ Blazing fast, modern, Game Engine powered by WebGPU for Deno and the browser
Go to Latest
type alias InputMode
import { type InputMode } from "https://deno.land/x/caviar@2.6.6/deps.ts";
definition:
| "cursor"
| "cursorDisabled"
| "cursorHidden"
| "stickyKeys"
| "stickyMouseButtons"
| "lockKeyMods"
| "rawMouseMotion"