Skip to contents

Set a custom key to exit program (default is ESC).

Usage

set_exit_key(key)

Arguments

key

An integer.

Note

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

void SetExitKey(int key);

Examples

if (FALSE) {
set_exit_key(0L)
}