mouseDragged()

Input / Mouse

Description

Called once every time the mouse moves while a button is held.

Syntax

void mouseDragged()

Parameters

None

Returns

void

Related

Under the Hood

Implementation in Processing.h / Processing.cpp:

Loading...