FMX.Types.IFMXMouseService.GetMousePos

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetMousePos: TPointF;

C++

virtual System::Types::TPointF __fastcall GetMousePos() = 0 ;

Properties

Type Visibility Source Unit Parent
function public
FMX.Types.pas
FMX.Types.hpp
FMX.Types IFMXMouseService

Description

In descendants, GetMousePos implements functionality to return the screen coordinates of the mouse cursor.

See Also