mousePressed

Input / Mouse

Description

Variable storing whether any mouse button is currently pressed.

Syntax

mousePressed

Parameters

None

Returns

bool

Related

Under the Hood

Implementation in Processing.h / Processing.cpp:

Loading...