[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Some properties of the current Mouse
Source position: controls.pp line 2081
type TMouse = class |
||
public |
||
constructor Create; |
|
Create an instance of the Mouse object |
destructor Destroy; override; |
|
Destroy this instance of the mouse object |
|
System handle for the captured object |
|
|
The screen position of the cursor |
|
property IsDragging: Boolean; [r] |
|
Is the mouse being used to drag an object? |
property WheelScrollLines: Integer; [r] |
|
|
property DragImmediate: Boolean; [rw] |
|
Does the object get dragged as soon as the mouse moves? |
property DragThreshold: Integer; [rw] |
|
The least distance the mouse must move before the captured object is moved |
end; |
|
Some properties of the current Mouse |
|
| | ||
TObject |
Contains information about current mouse position, whether it has captured an object, whether it is dragging the object, and how far the mouse is allowed to move before the captured object is made to move.
lazarus-ccr.sourceforge.net |