menu

KeyLocation

import { KeyLocation } from "destack:input/binding";

Physical key location.

language/library/src/input/binding/keyboard.ds:6:15
1export enum KeyLocation {2    Standard = 0,3    Left = 1,4    Right = 2,5    Numpad = 3,6}

Variants

Standard = 0

Standard key position.

Left = 1

Left-side modifier or duplicate key.

Right = 2

Right-side modifier or duplicate key.

Numpad = 3

Numpad key position.