/** @module M1 */ /** * The differnet kind of mouse buttons. * * @summary Blah blah * @readonly * @enum {string} */ exports.MouseButtons = { Left: "Left", Middle: "Middle", Right: "Right" }; /** * @typedef ClickProperties * @type {object} * @property {MouseButtons} Button - Which mouse button is clicking. */ /** * Virtual comment function * * @function VirtualComment * @static * @param {string} comment - comment * */ /** * Virtual comment function 2 * @function VirtualComment2 * @instance * @param {string} comment - comment */