Show contents 

Working with Common Classes > Static Properties and Methods > PP.calculateMouseY

PP.calculateMouseY

Syntax

calculateMouseY(event);

Parameters

event. Mouse event.

Description

The calculateMouseY method calculates ordinate of the current mouse cursor position.

Comments

The method returns value of the Number type.

Example

The example of use is given in the with description of the PP.calculateMouseX method.

See also:

PP