platformer - v1.0.0
    Preparing search index...

    Props for KeyInput.

    interface KeyInputProps {
        onChange: (key: string) => void;
        value: string;
    }
    Index

    Properties

    Properties

    onChange: (key: string) => void

    Callback invoked when a new key is selected.

    value: string

    Currently assigned key value.