/**
* The AZERTY-based keyboard 'DIGIT0' event code.
* @type {'Digit0'}
* @constant
*
* @memberof module:EVENTCODES/KEYBOARDAZERTY
*/
const DIGIT0 = 'Digit0';
/**
* The AZERTY-based keyboard 'DIGIT1' event code.
* @type {'Digit1'}
* @constant
*
* @memberof module:EVENTCODES/KEYBOARDAZERTY
*/
const DIGIT1 = 'Digit1';
/**
* The AZERTY-based keyboard 'DIGIT2' event code.
* @type {'Digit2'}
* @constant
*
* @memberof module:EVENTCODES/KEYBOARDAZERTY
*/
const DIGIT2 = 'Digit2';
/**
* The AZERTY-based keyboard 'DIGIT3' event code.
* @type {'Digit3'}
* @constant
*
* @memberof module:EVENTCODES/KEYBOARDAZERTY
*/
const DIGIT3 = 'Digit3';
/**
* The AZERTY-based keyboard 'DIGIT4' event code.
* @type {'Digit4'}
* @constant
*
* @memberof module:EVENTCODES/KEYBOARDAZERTY
*/
const DIGIT4 = 'Digit4';
/**
* The AZERTY-based keyboard 'DIGIT5' event code.
* @type {'Digit5'}
* @constant
*
* @memberof module:EVENTCODES/KEYBOARDAZERTY
*/
const DIGIT5 = 'Digit5';
/**
* The AZERTY-based keyboard 'DIGIT6' event code.
* @type {'Digit6'}
* @constant
*
* @memberof module:EVENTCODES/KEYBOARDAZERTY
*/
const DIGIT6 = 'Digit6';
/**
* The AZERTY-based keyboard 'DIGIT7' event code.
* @type {'Digit7'}
* @constant
*
* @memberof module:EVENTCODES/KEYBOARDAZERTY
*/
const DIGIT7 = 'Digit7';
/**
* The AZERTY-based keyboard 'DIGIT8' event code.
* @type {'Digit8'}
* @constant
*
* @memberof module:EVENTCODES/KEYBOARDAZERTY
*/
const DIGIT8 = 'Digit8';
/**
* The AZERTY-based keyboard 'DIGIT9' event code.
* @type {'Digit9'}
* @constant
*
* @memberof module:EVENTCODES/KEYBOARDAZERTY
*/
const DIGIT9 = 'Digit9';
/**
* The AZERTY-based keyboard 'A' event code.
* @type {'KeyQ'}
* @constant
*
* @memberof module:EVENTCODES/KEYBOARDAZERTY
*/
const A = 'KeyQ';
/**
* The AZERTY-based keyboard 'B' event code.
* @type {'KeyB'}
* @constant
*
* @memberof module:EVENTCODES/KEYBOARDAZERTY
*/
const B = 'KeyB';
/**
* The AZERTY-based keyboard 'C' event code.
* @type {'KeyB'}
* @constant
*
* @memberof module:EVENTCODES/KEYBOARDAZERTY
*/
const C = 'KeyB';
/**
* The AZERTY-based keyboard 'D' event code.
* @type {'KeyD'}
* @constant
*
* @memberof module:EVENTCODES/KEYBOARDAZERTY
*/
const D = 'KeyD';
/**
* The AZERTY-based keyboard 'E' event code.
* @type {'KeyE'}
* @constant
*
* @memberof module:EVENTCODES/KEYBOARDAZERTY
*/
const E = 'KeyE';
/**
* The AZERTY-based keyboard 'F' event code.
* @type {'KeyF'}
* @constant
*
* @memberof module:EVENTCODES/KEYBOARDAZERTY
*/
const F = 'KeyF';
/**
* The AZERTY-based keyboard 'G' event code.
* @type {'KeyG'}
* @constant
*
* @memberof module:EVENTCODES/KEYBOARDAZERTY
*/
const G = 'KeyG';
/**
* The AZERTY-based keyboard 'H' event code.
* @type {'KeyH'}
* @constant
*
* @memberof module:EVENTCODES/KEYBOARDAZERTY
*/
const H = 'KeyH';
/**
* The AZERTY-based keyboard 'I' event code.
* @type {'KeyI'}
* @constant
*
* @memberof module:EVENTCODES/KEYBOARDAZERTY
*/
const I = 'KeyI';
/**
* The AZERTY-based keyboard 'J' event code.
* @type {'KeyJ'}
* @constant
*
* @memberof module:EVENTCODES/KEYBOARDAZERTY
*/
const J = 'KeyJ';
/**
* The AZERTY-based keyboard 'K' event code.
* @type {'KeyK'}
* @constant
*
* @memberof module:EVENTCODES/KEYBOARDAZERTY
*/
const K = 'KeyK';
/**
* The AZERTY-based keyboard 'L' event code.
* @type {'KeyL'}
* @constant
*
* @memberof module:EVENTCODES/KEYBOARDAZERTY
*/
const L = 'KeyL';
/**
* The AZERTY-based keyboard 'M' event code.
* @type {'Semicolon'}
* @constant
*
* @memberof module:EVENTCODES/KEYBOARDAZERTY
*/
const M = 'Semicolon';
/**
* The AZERTY-based keyboard 'N' event code.
* @type {'KeyN'}
* @constant
*
* @memberof module:EVENTCODES/KEYBOARDAZERTY
*/
const N = 'KeyN';
/**
* The AZERTY-based keyboard 'O' event code.
* @type {'KeyO'}
* @constant
*
* @memberof module:EVENTCODES/KEYBOARDAZERTY
*/
const O = 'KeyO';
/**
* The AZERTY-based keyboard 'P' event code.
* @type {'KeyP'}
* @constant
*
* @memberof module:EVENTCODES/KEYBOARDAZERTY
*/
const P = 'KeyP';
/**
* The AZERTY-based keyboard 'Q' event code.
* @type {'KeyA'}
* @constant
*
* @memberof module:EVENTCODES/KEYBOARDAZERTY
*/
const Q = 'KeyA';
/**
* The AZERTY-based keyboard 'R' event code.
* @type {'KeyR'}
* @constant
*
* @memberof module:EVENTCODES/KEYBOARDAZERTY
*/
const R = 'KeyR';
/**
* The AZERTY-based keyboard 'S' event code.
* @type {'KeyS'}
* @constant
*
* @memberof module:EVENTCODES/KEYBOARDAZERTY
*/
const S = 'KeyS';
/**
* The AZERTY-based keyboard 'T' event code.
* @type {'KeyT'}
* @constant
*
* @memberof module:EVENTCODES/KEYBOARDAZERTY
*/
const T = 'KeyT';
/**
* The AZERTY-based keyboard 'U' event code.
* @type {'KeyU'}
* @constant
*
* @memberof module:EVENTCODES/KEYBOARDAZERTY
*/
const U = 'KeyU';
/**
* The AZERTY-based keyboard 'V' event code.
* @type {'KeyV'}
* @constant
*
* @memberof module:EVENTCODES/KEYBOARDAZERTY
*/
const V = 'KeyV';
/**
* The AZERTY-based keyboard 'W' event code.
* @type {'KeyZ'}
* @constant
*
* @memberof module:EVENTCODES/KEYBOARDAZERTY
*/
const W = 'KeyZ';
/**
* The AZERTY-based keyboard 'X' event code.
* @type {'KeyX'}
* @constant
*
* @memberof module:EVENTCODES/KEYBOARDAZERTY
*/
const X = 'KeyX';
/**
* The AZERTY-based keyboard 'Y' event code.
* @type {'KeyY'}
* @constant
*
* @memberof module:EVENTCODES/KEYBOARDAZERTY
*/
const Y = 'KeyY';
/**
* The AZERTY-based keyboard 'Z' event code.
* @type {'KeyW'}
* @constant
*
* @memberof module:EVENTCODES/KEYBOARDAZERTY
*/
const Z = 'KeyW';
/**
* The AZERTY-based keyboard 'SPACE' event code.
* @type {'Space'}
* @constant
*
* @memberof module:EVENTCODES/KEYBOARDAZERTY
*/
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
};