module

Processing::Core::Input::Keyboard

Instance methods

key

The character value of the key that was pressed.

Source
key_code

The key code of the key that was pressed.

Source
key_pressed

The placeholder event handler method for when a key is pressed.

Source
key_released

The placeholder event handler method for when a pressed key is released.

Source
key_typed

The placeholder event handler method for when a non-control or shift key is pressed.

Source