Skip to contents

Check if a gesture have been detected.

Usage

is_gesture_detected(gesture)

Arguments

gesture

An integer.

Value

A logical

Note

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

bool IsGestureDetected(int gesture);