Skip to content

raylib.SetGesturesEnabled

JoeStrout edited this page Apr 29, 2026 · 2 revisions

Enable only desired gestures to be detected

Parameters

Parameter Default Value Note
flags

Return value

None.

Notes

Example

// Enable only tap and swipe-right gestures
raylib.SetGesturesEnabled raylib.GESTURE_TAP + raylib.GESTURE_SWIPE_RIGHT

Clone this wiki locally