mouseMoved()

Input / Mouse

Description

Called every time the mouse moves and no button is pressed.

Syntax

void mouseMoved()

Parameters

None

Returns

void

Related

Under the Hood

Implementation in Processing.h / Processing.cpp:

Loading...