mouseClicked()

Input / Mouse

Description

Called after a mouse button is pressed and released.

Syntax

void mouseClicked()

Parameters

None

Returns

void

Related

Under the Hood

Implementation in Processing.h / Processing.cpp:

Loading...