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

iTestBed::getMouseScreenPosition()

Description

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

Syntax

void getMouseScreenPosition(tSigned32& screenx, tSigned32& 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()
Documentation for PathEngine release 5.18 - Copyright © 2002-2008 PathEnginenext: iTestBed::getReleaseNumber()