[Overview][Constants][Types][Classes][Index] |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Describes a mouse event.
Source position: mouseeventd.inc line 43
type IPTCMouseEvent = interface(IPTCEvent) |
||
function GetX; |
|
|
function GetY; |
|
|
function GetDeltaX; |
|
|
function GetDeltaY; |
|
|
function GetButtonState; |
|
|
property X: Integer; [r] |
|
The X coordinate of the mouse cursor. |
property Y: Integer; [r] |
|
The Y coordinate of the mouse cursor. |
property DeltaX: Integer; [r] |
|
The difference between the current and the previous X coordinate of the mouse cursor. |
property DeltaY: Integer; [r] |
|
The difference between the current and the previous Y coordinate of the mouse cursor. |
property ButtonState: TPTCMouseButtonState; [r] |
|
The current button state. |
end; |
|
Describes a mouse event. |
|
|
Describes an event. |
Describes a mouse event.