import { Keyboard } from "https://deno.land/x/pptr@1.2.0/src/Input.ts";
Dispatches a keyup
event.
Parameters
key: KeyInput
- Name of key to release, such as
ArrowLeft
. See KeyInput | KeyInput for a list of all key names.
import { Keyboard } from "https://deno.land/x/pptr@1.2.0/src/Input.ts";
Dispatches a keyup
event.
ArrowLeft
.
See KeyInput | KeyInput
for a list of all key names.