Review enums
This commit is contained in:
parent
825f707437
commit
f3dd16f31f
4 changed files with 127 additions and 120 deletions
|
|
@ -361,7 +361,7 @@ namespace Raylib_cs
|
|||
/// NOTE: It could be used as flags to enable only some gestures
|
||||
/// </summary>
|
||||
[Flags]
|
||||
public enum Gesture
|
||||
public enum Gesture : uint
|
||||
{
|
||||
GESTURE_NONE = 0,
|
||||
GESTURE_TAP = 1,
|
||||
|
|
|
|||
Loading…
Reference in a new issue