Skip to contents

Get key pressed (keycode), call it multiple times for keys queued, returns 0 when the queue is empty.

Usage

get_key_pressed()

Value

An integer

Note

This function has been auto-generated from the following Raylib function definition:

int GetKeyPressed(void);

See also