PP.calculateMouseY

Syntax

calculateMouseY(event);

Parameters

event. Mouse event.

Description

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

Comments

This method returns a Number type value.

Example

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

See also:

PP