Skip to contents

Check if a key is NOT being pressed.

Usage

is_key_up(key)

Arguments

key

An integer.

Value

A logical

Note

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

bool IsKeyUp(int key);