Watch
2
0
Fork
You've already forked raylib-cs
0

Rename Gestures enum to Gesture

This commit is contained in:
Rgebee 2021-11-11 12:00:42 +00:00
commit 076c4c4aa2
2 changed files with 5 additions and 5 deletions

View file

@ -350,10 +350,10 @@ namespace Raylib_cs
GAMEPAD_BUTTON_RIGHT_THUMB
}
/// <summary>Gestures
/// <summary>Gesture
/// NOTE: It could be used as flags to enable only some gestures</summary>
[Flags]
public enum Gestures
public enum Gesture
{
GESTURE_NONE = 0,
GESTURE_TAP = 1,