Type alias KeyContextCallback

KeyContextCallback: ((key: string) => void)

Type declaration

    • (key: string): void
    • A callback function which takes a key code as an input. Used by virtual keyboard key widgets and stored in a KeyContext.

      Parameters

      • key: string

      Returns void

Generated using TypeDoc