Applies To: | Locator |
Description
If enabled, this event is generated when the user releases a mouse button, or presses any key (other than a cursor movement key) during a ⎕DQ on a Locator object.
The event message reported as the result of ⎕DQ, or supplied as the right argument to your callback function, is a 9-element vector as follows :
[1] | Object | ref or character vector |
[2] | Event | 'Locator' or 80 |
[3] | Y | y-position of Locator after ⎕DQ |
[4] | X | x-position of Locator after ⎕DQ |
[5] | H | height of Locator after ⎕DQ |
[6] | W | width of Locator after ⎕DQ |
[7] | Mouse Button | number of the button which was released (0 if keystroke) |
[8] | Keystroke | character scalar or vector containing the "Input Code" for the key that terminated the operation |
[9] | Shift state | integer scalar |