TCursorTool.Clicked
TCursorTool
function Clicked(X, Y: Integer): TCursorClicked;
Unit
TeeTools
Description
This function resturns on which cursortool the cursor is. The cursor coordinates are passed through the x and y values, respectively.
The following return values are possible :
ccNone The Cursor is not on a cursortool
ccHorizontal The Cursor is on the horizontal line of the cursortool
ccVertical The Cursor is on the vertical line of the cursortool
ccBoth The Cursor on the horizontal and vertical line of the cursortool