mousePressed()

Input / Mouse

Description

Called once after every time a mouse button is pressed.

Syntax

void mousePressed()

Parameters

None

Returns

void

Related

Under the Hood

Implementation in Processing.h / Processing.cpp:

Loading...