keyPressed()

Input / Keyboard

Description

Called once every time a key is pressed.

Syntax

void keyPressed()

Parameters

None

Returns

void

Related

Under the Hood

Implementation in Processing.h / Processing.cpp:

Loading...