mouseY

Input / Mouse

Description

The system variable mouseY always contains the current vertical position of the mouse.

Syntax

mouseY

Parameters

None

Returns

float

Related

Under the Hood

Implementation in Processing.h / Processing.cpp:

Loading...