Skip to contents

Check if a key has been pressed once.

Usage

is_key_pressed(key)

Arguments

key

An integer.

Value

A logical

Note

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

bool IsKeyPressed(int key);

See also