PathEngine home previous: iTestBed::getMouseScreenDelta()next: iTestBed::getNumberOfCommandLineArguments()
Contents, API Reference, Interfaces, iTestBed, getMouseScreenPosition

iTestBed::getMouseScreenPosition()

Description

Retrieves the current position of the mouse within the testbed window.

Syntax

void getMouseScreenPosition(int32_t& screenX, int32_t& screenY);

Parameters

screenX This will be set to the x coordinate of the mouse position.
screenY This will be set to the y coordinate of the mouse position.

Remarks

The coordinate origin is at the bottom left of the window.

See Also

iTestBed::getMouseScreenDelta()

C# Mapping

void getMouseScreenPosition(out int screenX, out int screenY);

Java Mapping

void getMouseScreenPosition(int_OutArgument screenX, int_OutArgument screenY);

Documentation for PathEngine release 6.04 - Copyright © 2002-2024 PathEnginenext: iTestBed::getNumberOfCommandLineArguments()