Skip to contents

Check if a gamepad is available.

Usage

is_gamepad_available(gamepad)

Arguments

gamepad

An integer.

Value

A logical

Note

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

bool IsGamepadAvailable(int gamepad);