![]() |
LLastClick |
||||
Header: | Lists.h | Carbon status: | Supported | |
Determines the coordinates of the last cell clicked in a particular list.
Cell LLastClick ( ListHandle lHandle );
The list to be checked for the last cell clicked.
The cell coordinates of the last cell clicked. If the user has not clicked a cell since the creation of the list, then both the h and v fields of the cell returned contain negative numbers.
Note that the last cell clicked is not necessarily the last cell selected. The user could Shift-click in one cell and then drag the cursor to select other cells.
This function is contained in a resource of resource type 'PACK'. Calling it could result in the loading of the package resource and the allocation of memory. Thus, your application should not call this function from within an interrupt, such as in a completion function or VBL task.
Supported in Carbon. Available in Carbon 1.0.2 and later when running Mac OS 8.1 or later.
© 2000 Apple Computer, Inc. (Last Updated 6/30/2000)