UNPKG

@theatrejs/theatrejs

Version:

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

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