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

Properties

Properties

isDown: boolean
key: string