MouseInBox

From SCAR Divi Manual
Revision as of 18:19, 3 July 2011 by Freddy (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Definition

function MouseInBox(const Box: TBox): Boolean;

Availability

SCAR Divi 3.25 > Current

Description

Returns true if the cursor position relative to the client is inside of a box specified by the TBox Box.

Example

begin
  WriteLn(MouseInBox(Box(0, 0, 500, 500)));
end.

See Also