@turbowarp/types-tw
    Preparing search index...

    Interface KeyboardData

    interface KeyboardData {
        isDown: boolean;
        key: string;
    }
    Index

    Properties

    Properties

    isDown: boolean
    key: string