constants/eventcodes/keyboard.qwertycharacters.js

/**
 * The QWERTY-based keyboard 'DIGIT0' event code.
 * @type {'Digit0'}
 * @constant
 *
 * @memberof module:EVENTCODES/KEYBOARDQWERTY
 */
const DIGIT0 = 'Digit0';

/**
 * The QWERTY-based keyboard 'DIGIT1' event code.
 * @type {'Digit1'}
 * @constant
 *
 * @memberof module:EVENTCODES/KEYBOARDQWERTY
 */
const DIGIT1 = 'Digit1';

/**
 * The QWERTY-based keyboard 'DIGIT2' event code.
 * @type {'Digit2'}
 * @constant
 *
 * @memberof module:EVENTCODES/KEYBOARDQWERTY
 */
const DIGIT2 = 'Digit2';

/**
 * The QWERTY-based keyboard 'DIGIT3' event code.
 * @type {'Digit3'}
 * @constant
 *
 * @memberof module:EVENTCODES/KEYBOARDQWERTY
 */
const DIGIT3 = 'Digit3';

/**
 * The QWERTY-based keyboard 'DIGIT4' event code.
 * @type {'Digit4'}
 * @constant
 *
 * @memberof module:EVENTCODES/KEYBOARDQWERTY
 */
const DIGIT4 = 'Digit4';

/**
 * The QWERTY-based keyboard 'DIGIT5' event code.
 * @type {'Digit5'}
 * @constant
 *
 * @memberof module:EVENTCODES/KEYBOARDQWERTY
 */
const DIGIT5 = 'Digit5';

/**
 * The QWERTY-based keyboard 'DIGIT6' event code.
 * @type {'Digit6'}
 * @constant
 *
 * @memberof module:EVENTCODES/KEYBOARDQWERTY
 */
const DIGIT6 = 'Digit6';

/**
 * The QWERTY-based keyboard 'DIGIT7' event code.
 * @type {'Digit7'}
 * @constant
 *
 * @memberof module:EVENTCODES/KEYBOARDQWERTY
 */
const DIGIT7 = 'Digit7';

/**
 * The QWERTY-based keyboard 'DIGIT8' event code.
 * @type {'Digit8'}
 * @constant
 *
 * @memberof module:EVENTCODES/KEYBOARDQWERTY
 */
const DIGIT8 = 'Digit8';

/**
 * The QWERTY-based keyboard 'DIGIT9' event code.
 * @type {'Digit9'}
 * @constant
 *
 * @memberof module:EVENTCODES/KEYBOARDQWERTY
 */
const DIGIT9 = 'Digit9';

/**
 * The QWERTY-based keyboard 'A' event code.
 * @type {'KeyA'}
 * @constant
 *
 * @memberof module:EVENTCODES/KEYBOARDQWERTY
 */
const A = 'KeyA';

/**
 * The QWERTY-based keyboard 'B' event code.
 * @type {'KeyB'}
 * @constant
 *
 * @memberof module:EVENTCODES/KEYBOARDQWERTY
 */
const B = 'KeyB';

/**
 * The QWERTY-based keyboard 'C' event code.
 * @type {'KeyC'}
 * @constant
 *
 * @memberof module:EVENTCODES/KEYBOARDQWERTY
 */
const C = 'KeyC';

/**
 * The QWERTY-based keyboard 'D' event code.
 * @type {'KeyD'}
 * @constant
 *
 * @memberof module:EVENTCODES/KEYBOARDQWERTY
 */
const D = 'KeyD';

/**
 * The QWERTY-based keyboard 'E' event code.
 * @type {'KeyE'}
 * @constant
 *
 * @memberof module:EVENTCODES/KEYBOARDQWERTY
 */
const E = 'KeyE';

/**
 * The QWERTY-based keyboard 'F' event code.
 * @type {'KeyF'}
 * @constant
 *
 * @memberof module:EVENTCODES/KEYBOARDQWERTY
 */
const F = 'KeyF';

/**
 * The QWERTY-based keyboard 'G' event code.
 * @type {'KeyG'}
 * @constant
 *
 * @memberof module:EVENTCODES/KEYBOARDQWERTY
 */
const G = 'KeyG';

/**
 * The QWERTY-based keyboard 'H' event code.
 * @type {'KeyH'}
 * @constant
 *
 * @memberof module:EVENTCODES/KEYBOARDQWERTY
 */
const H = 'KeyH';

/**
 * The QWERTY-based keyboard 'I' event code.
 * @type {'KeyI'}
 * @constant
 *
 * @memberof module:EVENTCODES/KEYBOARDQWERTY
 */
const I = 'KeyI';

/**
 * The QWERTY-based keyboard 'J' event code.
 * @type {'KeyJ'}
 * @constant
 *
 * @memberof module:EVENTCODES/KEYBOARDQWERTY
 */
const J = 'KeyJ';

/**
 * The QWERTY-based keyboard 'K' event code.
 * @type {'KeyK'}
 * @constant
 *
 * @memberof module:EVENTCODES/KEYBOARDQWERTY
 */
const K = 'KeyK';

/**
 * The QWERTY-based keyboard 'L' event code.
 * @type {'KeyL'}
 * @constant
 *
 * @memberof module:EVENTCODES/KEYBOARDQWERTY
 */
const L = 'KeyL';

/**
 * The QWERTY-based keyboard 'M' event code.
 * @type {'KeyM'}
 * @constant
 *
 * @memberof module:EVENTCODES/KEYBOARDQWERTY
 */
const M = 'KeyM';

/**
 * The QWERTY-based keyboard 'N' event code.
 * @type {'KeyN'}
 * @constant
 *
 * @memberof module:EVENTCODES/KEYBOARDQWERTY
 */
const N = 'KeyN';

/**
 * The QWERTY-based keyboard 'O' event code.
 * @type {'KeyO'}
 * @constant
 *
 * @memberof module:EVENTCODES/KEYBOARDQWERTY
 */
const O = 'KeyO';

/**
 * The QWERTY-based keyboard 'P' event code.
 * @type {'KeyP'}
 * @constant
 *
 * @memberof module:EVENTCODES/KEYBOARDQWERTY
 */
const P = 'KeyP';

/**
 * The QWERTY-based keyboard 'Q' event code.
 * @type {'KeyQ'}
 * @constant
 *
 * @memberof module:EVENTCODES/KEYBOARDQWERTY
 */
const Q = 'KeyQ';

/**
 * The QWERTY-based keyboard 'R' event code.
 * @type {'KeyR'}
 * @constant
 *
 * @memberof module:EVENTCODES/KEYBOARDQWERTY
 */
const R = 'KeyR';

/**
 * The QWERTY-based keyboard 'S' event code.
 * @type {'KeyS'}
 * @constant
 *
 * @memberof module:EVENTCODES/KEYBOARDQWERTY
 */
const S = 'KeyS';

/**
 * The QWERTY-based keyboard 'T' event code.
 * @type {'KeyT'}
 * @constant
 *
 * @memberof module:EVENTCODES/KEYBOARDQWERTY
 */
const T = 'KeyT';

/**
 * The QWERTY-based keyboard 'U' event code.
 * @type {'KeyU'}
 * @constant
 *
 * @memberof module:EVENTCODES/KEYBOARDQWERTY
 */
const U = 'KeyU';

/**
 * The QWERTY-based keyboard 'V' event code.
 * @type {'KeyV'}
 * @constant
 *
 * @memberof module:EVENTCODES/KEYBOARDQWERTY
 */
const V = 'KeyV';

/**
 * The QWERTY-based keyboard 'W' event code.
 * @type {'KeyW'}
 * @constant
 *
 * @memberof module:EVENTCODES/KEYBOARDQWERTY
 */
const W = 'KeyW';

/**
 * The QWERTY-based keyboard 'X' event code.
 * @type {'KeyX'}
 * @constant
 *
 * @memberof module:EVENTCODES/KEYBOARDQWERTY
 */
const X = 'KeyX';

/**
 * The QWERTY-based keyboard 'Y' event code.
 * @type {'KeyY'}
 * @constant
 *
 * @memberof module:EVENTCODES/KEYBOARDQWERTY
 */
const Y = 'KeyY';

/**
 * The QWERTY-based keyboard 'Z' event code.
 * @type {'KeyZ'}
 * @constant
 *
 * @memberof module:EVENTCODES/KEYBOARDQWERTY
 */
const Z = 'KeyZ';

/**
 * The QWERTY-based keyboard 'SPACE' event code.
 * @type {'Space'}
 * @constant
 *
 * @memberof module:EVENTCODES/KEYBOARDQWERTY
 */
const SPACE = 'Space';

export {

    DIGIT0,
    DIGIT1,
    DIGIT2,
    DIGIT3,
    DIGIT4,
    DIGIT5,
    DIGIT6,
    DIGIT7,
    DIGIT8,
    DIGIT9,

    A,
    B,
    C,
    D,
    E,
    F,
    G,
    H,
    I,
    J,
    K,
    L,
    M,
    N,
    O,
    P,
    Q,
    R,
    S,
    T,
    U,
    V,
    W,
    X,
    Y,
    Z,

    SPACE
};