UNPKG

@theatrejs/theatrejs

Version:

🎮 A JavaScript 2D Game Engine focused on creating pixel art games.

14 lines (11 loc) • 206 B
/** * The AZERTY-based keyboard 'CAPS_LOCK' event code. * @type {'CapsLock'} * @constant * * @memberof module:EVENT_CODES/KEYBOARDS/AZERTY */ const CAPS_LOCK = 'CapsLock'; export { CAPS_LOCK };