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

iTestBed::getMouseScreenDelta()

Description

Retrieves a movement delta for the mouse in screen coordinates.

Syntax

void getMouseScreenDelta(int32_t& screenDX, int32_t& screenDY);

Parameters

screenDX This will be set to the x coordinate of the movement delta.
screenDY This will be set to the y coordinate of the movement delta.

Remarks

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

See Also

iTestBed::getMouseScreenPosition()

C# Mapping

void getMouseScreenDelta(out int screenDX, out int screenDY);

Java Mapping

void getMouseScreenDelta(int_OutArgument screenDX, int_OutArgument screenDY);

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