Visit Gigasoft's Web Site
 ProEssentials v9 Help

LastMouseMove

Scope

Pego, Pesgo, Pepso, Pe3do, Pepco

Type

POINT structure

Default

empty

.NET

PeUserInterface.Cursor.LastMouseMove

Ocx|Vcl

OCX: Call GetLastMouseMove function

VCL: Use PEvget to retrieve this property

 

Purpose

This read-only property fills a POINT structure describing the location (in screen coordinates: left, top = 0,0) of the most recent PEWN_MOUSEMOVE event.

 

Comments

PeUserInterface.Cursor.LastMouseMove members of Pego.PeUserInterface.Cursor, Pesgo.PeUserInterface.Cursor, Pepso.PeUserInterface.Cursor, Pe3do.PeUserInterface.Cursor, Pepco.PeUserInterface.Cursor

 

In an SDK implementation, the developer will retrieve this property with PEvget in response to a PEWN_MOUSEMOVE notification message.

 

Delphi users use a variable of type TPoint along with PEvget.

 

This property is mostly used to retrieve coordinates to pass on to PEconvpixeltograph and PEgethotspot.