The key manager configuration interface.

interface KeyManagerConfig {
    autoAddInterval?: boolean;
    fps?: number;
}

Properties

autoAddInterval?: boolean

Whether or not to automatically add an interval that checks and calls for keybindings. Defaults to true.

fps?: number

The framerate to use for the interval. Defaults to 30.