2
0
mirror of https://github.com/raylib-cs/raylib-cs synced 2025-04-03 11:09:40 -04:00

Merge branch 'master' of github.com:ChrisDill/Raylib-cs

This commit is contained in:
Ben Parsons 2020-05-04 00:37:05 +10:00
commit 32320978ca

View File

@ -456,6 +456,7 @@ namespace Raylib_cs
// System config flags
// NOTE: Used for bit masks
[Flags]
public enum ConfigFlag
{
FLAG_RESERVED = 1, // Reserved
@ -816,6 +817,7 @@ namespace Raylib_cs
// Gestures type
// NOTE: It could be used as flags to enable only some gestures
[Flags]
public enum GestureType
{
GESTURE_NONE = 0,