This page is currently incomplete, but you can find information about this topic at the links below:
- doubleclick( -- The doubleclick( function returns true if the mouse has been double clicked.
- info("keyboard") -- The info("keyboard") function returns the last key that was pressed.
- info("keycode") -- The info("keycode") function returns a special numeric code that represents the last key that was pressed.
- info("modifiers") -- The info("modifiers") function returns the status of the modifier keys.
- info("mouse") -- The info("mouse") function returns the current location of the mouse in screen relative coordinates.
- optionclick( -- The optionclick( function returns true if the option key was held down the last time the mouse was clicked.
- shiftclick( -- The shiftclick( function returns true if the shift key was held down the last time the mouse was clicked.
History
10.0 | Updated | Carried over from Panorama 6.0, with some updates. |