The event manager configuration interface

interface EventManagerConfig {
    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.