ecspresso
    Preparing search index...

    Interface KeyboardState

    interface KeyboardState {
        isDown(key: KeyCode): boolean;
        justPressed(key: KeyCode): boolean;
        justReleased(key: KeyCode): boolean;
    }
    Index

    Methods