UNPKG

@woosh/meep-engine

Version:

Pure JavaScript game engine. Fully featured and production ready.

7 lines 211 B
/** * Prevent default context menu from showing up * @param {Event} event * @returns {boolean} */ export function suppressContextMenu(event: Event): boolean; //# sourceMappingURL=suppressContextMenu.d.ts.map