Skip to contents

Check if a gesture have been detected.

Usage

is_gesture_detected(gesture)

Arguments

gesture

A non-negative integer.

Value

A logical

Note

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

bool IsGestureDetected(unsigned int gesture);

Examples

if (FALSE) {
is_gesture_detected(0L)
}