Operator Type:
Operator Scope of Action:
Operator Purpose:
Data Type Returned:
Operator First Added:
Operator in Current Baseline:
Operator Last Altered:
Variable [other Variable type actions]
Item [operators of similar scope]
Data manipulation [other Data manipulation operators]
Dictionary [about Dictionary data type]
v11.6.0
11.6.0
As at baseline
Syntax note: Operators without any defined mandatory arguments may omit their empty closing parentheses
From v11.6.0, mouse actions are associated with a local-scope Dictionary-type variable UI. This holds information about a mouse-click and its environment:
-
x: the mouse horizontal position in map coordinates, relative to the top left of the note. -
y: the mouse vertical position in map coordinates, relative to the top left of the note. -
height: the height of the note -
width: the width of the note -
hit: a boolean,trueif the mouse is inside the note,falseotherwise. -
view: a string representing the type of view, such asmap.
See also—notes linking to here: