/**
* The QWERTY-based keyboard 'DIGIT_0' event code.
* @type {'Digit0'}
* @constant
*
* @memberof module:EVENTCODES/KEYBOARDS/QWERTY
*/
const DIGIT_0 = 'Digit0';
/**
* The QWERTY-based keyboard 'DIGIT_1' event code.
* @type {'Digit1'}
* @constant
*
* @memberof module:EVENTCODES/KEYBOARDS/QWERTY
*/
const DIGIT_1 = 'Digit1';
/**
* The QWERTY-based keyboard 'DIGIT_2' event code.
* @type {'Digit2'}
* @constant
*
* @memberof module:EVENTCODES/KEYBOARDS/QWERTY
*/
const DIGIT_2 = 'Digit2';
/**
* The QWERTY-based keyboard 'DIGIT_3' event code.
* @type {'Digit3'}
* @constant
*
* @memberof module:EVENTCODES/KEYBOARDS/QWERTY
*/
const DIGIT_3 = 'Digit3';
/**
* The QWERTY-based keyboard 'DIGIT_4' event code.
* @type {'Digit4'}
* @constant
*
* @memberof module:EVENTCODES/KEYBOARDS/QWERTY
*/
const DIGIT_4 = 'Digit4';
/**
* The QWERTY-based keyboard 'DIGIT_5' event code.
* @type {'Digit5'}
* @constant
*
* @memberof module:EVENTCODES/KEYBOARDS/QWERTY
*/
const DIGIT_5 = 'Digit5';
/**
* The QWERTY-based keyboard 'DIGIT_6' event code.
* @type {'Digit6'}
* @constant
*
* @memberof module:EVENTCODES/KEYBOARDS/QWERTY
*/
const DIGIT_6 = 'Digit6';
/**
* The QWERTY-based keyboard 'DIGIT_7' event code.
* @type {'Digit7'}
* @constant
*
* @memberof module:EVENTCODES/KEYBOARDS/QWERTY
*/
const DIGIT_7 = 'Digit7';
/**
* The QWERTY-based keyboard 'DIGIT_8' event code.
* @type {'Digit8'}
* @constant
*
* @memberof module:EVENTCODES/KEYBOARDS/QWERTY
*/
const DIGIT_8 = 'Digit8';
/**
* The QWERTY-based keyboard 'DIGIT_9' event code.
* @type {'Digit9'}
* @constant
*
* @memberof module:EVENTCODES/KEYBOARDS/QWERTY
*/
const DIGIT_9 = 'Digit9';
/**
* The QWERTY-based keyboard 'A' event code.
* @type {'KeyA'}
* @constant
*
* @memberof module:EVENTCODES/KEYBOARDS/QWERTY
*/
const A = 'KeyA';
/**
* The QWERTY-based keyboard 'B' event code.
* @type {'KeyB'}
* @constant
*
* @memberof module:EVENTCODES/KEYBOARDS/QWERTY
*/
const B = 'KeyB';
/**
* The QWERTY-based keyboard 'C' event code.
* @type {'KeyC'}
* @constant
*
* @memberof module:EVENTCODES/KEYBOARDS/QWERTY
*/
const C = 'KeyC';
/**
* The QWERTY-based keyboard 'D' event code.
* @type {'KeyD'}
* @constant
*
* @memberof module:EVENTCODES/KEYBOARDS/QWERTY
*/
const D = 'KeyD';
/**
* The QWERTY-based keyboard 'E' event code.
* @type {'KeyE'}
* @constant
*
* @memberof module:EVENTCODES/KEYBOARDS/QWERTY
*/
const E = 'KeyE';
/**
* The QWERTY-based keyboard 'F' event code.
* @type {'KeyF'}
* @constant
*
* @memberof module:EVENTCODES/KEYBOARDS/QWERTY
*/
const F = 'KeyF';
/**
* The QWERTY-based keyboard 'G' event code.
* @type {'KeyG'}
* @constant
*
* @memberof module:EVENTCODES/KEYBOARDS/QWERTY
*/
const G = 'KeyG';
/**
* The QWERTY-based keyboard 'H' event code.
* @type {'KeyH'}
* @constant
*
* @memberof module:EVENTCODES/KEYBOARDS/QWERTY
*/
const H = 'KeyH';
/**
* The QWERTY-based keyboard 'I' event code.
* @type {'KeyI'}
* @constant
*
* @memberof module:EVENTCODES/KEYBOARDS/QWERTY
*/
const I = 'KeyI';
/**
* The QWERTY-based keyboard 'J' event code.
* @type {'KeyJ'}
* @constant
*
* @memberof module:EVENTCODES/KEYBOARDS/QWERTY
*/
const J = 'KeyJ';
/**
* The QWERTY-based keyboard 'K' event code.
* @type {'KeyK'}
* @constant
*
* @memberof module:EVENTCODES/KEYBOARDS/QWERTY
*/
const K = 'KeyK';
/**
* The QWERTY-based keyboard 'L' event code.
* @type {'KeyL'}
* @constant
*
* @memberof module:EVENTCODES/KEYBOARDS/QWERTY
*/
const L = 'KeyL';
/**
* The QWERTY-based keyboard 'M' event code.
* @type {'KeyM'}
* @constant
*
* @memberof module:EVENTCODES/KEYBOARDS/QWERTY
*/
const M = 'KeyM';
/**
* The QWERTY-based keyboard 'N' event code.
* @type {'KeyN'}
* @constant
*
* @memberof module:EVENTCODES/KEYBOARDS/QWERTY
*/
const N = 'KeyN';
/**
* The QWERTY-based keyboard 'O' event code.
* @type {'KeyO'}
* @constant
*
* @memberof module:EVENTCODES/KEYBOARDS/QWERTY
*/
const O = 'KeyO';
/**
* The QWERTY-based keyboard 'P' event code.
* @type {'KeyP'}
* @constant
*
* @memberof module:EVENTCODES/KEYBOARDS/QWERTY
*/
const P = 'KeyP';
/**
* The QWERTY-based keyboard 'Q' event code.
* @type {'KeyQ'}
* @constant
*
* @memberof module:EVENTCODES/KEYBOARDS/QWERTY
*/
const Q = 'KeyQ';
/**
* The QWERTY-based keyboard 'R' event code.
* @type {'KeyR'}
* @constant
*
* @memberof module:EVENTCODES/KEYBOARDS/QWERTY
*/
const R = 'KeyR';
/**
* The QWERTY-based keyboard 'S' event code.
* @type {'KeyS'}
* @constant
*
* @memberof module:EVENTCODES/KEYBOARDS/QWERTY
*/
const S = 'KeyS';
/**
* The QWERTY-based keyboard 'T' event code.
* @type {'KeyT'}
* @constant
*
* @memberof module:EVENTCODES/KEYBOARDS/QWERTY
*/
const T = 'KeyT';
/**
* The QWERTY-based keyboard 'U' event code.
* @type {'KeyU'}
* @constant
*
* @memberof module:EVENTCODES/KEYBOARDS/QWERTY
*/
const U = 'KeyU';
/**
* The QWERTY-based keyboard 'V' event code.
* @type {'KeyV'}
* @constant
*
* @memberof module:EVENTCODES/KEYBOARDS/QWERTY
*/
const V = 'KeyV';
/**
* The QWERTY-based keyboard 'W' event code.
* @type {'KeyW'}
* @constant
*
* @memberof module:EVENTCODES/KEYBOARDS/QWERTY
*/
const W = 'KeyW';
/**
* The QWERTY-based keyboard 'X' event code.
* @type {'KeyX'}
* @constant
*
* @memberof module:EVENTCODES/KEYBOARDS/QWERTY
*/
const X = 'KeyX';
/**
* The QWERTY-based keyboard 'Y' event code.
* @type {'KeyY'}
* @constant
*
* @memberof module:EVENTCODES/KEYBOARDS/QWERTY
*/
const Y = 'KeyY';
/**
* The QWERTY-based keyboard 'Z' event code.
* @type {'KeyZ'}
* @constant
*
* @memberof module:EVENTCODES/KEYBOARDS/QWERTY
*/
const Z = 'KeyZ';
/**
* The QWERTY-based keyboard 'SPACE' event code.
* @type {'Space'}
* @constant
*
* @memberof module:EVENTCODES/KEYBOARDS/QWERTY
*/
const SPACE = 'Space';
export {
DIGIT_0,
DIGIT_1,
DIGIT_2,
DIGIT_3,
DIGIT_4,
DIGIT_5,
DIGIT_6,
DIGIT_7,
DIGIT_8,
DIGIT_9,
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
};