Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/caviar/mod.ts>KeyEvent

⚡ Blazing fast, modern, Game Engine powered by WebGPU for Deno and the browser
Latest
interface KeyEvent
import { type KeyEvent } from "https://deno.land/x/caviar@2.6.7/mod.ts";

Properties

type: string
keycode: number
scancode: number
mod: number
repeat: boolean