Skip to contents

Check if a key has been pressed again.

Usage

is_key_pressed_repeat(key)

Arguments

key

An integer.

Value

A logical

Note

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

bool IsKeyPressedRepeat(int key);

Examples

if (FALSE) {
is_key_pressed_repeat(0L)
}