isomorphic-qwerty
    Preparing search index...

    Type Alias CoordinateKeyboardEvent

    Keyboard event with a key code and coordinates if the device geometry can be figured out with any confidence.

    type CoordinateKeyboardEvent = {
        code: string;
        coordinates?: Coords3D;
    }
    Index

    Properties

    Properties

    code: string
    coordinates?: Coords3D