mirror of
https://github.com/raylib-cs/raylib-cs
synced 2025-09-09 03:01:41 -04:00
Minor fixes
- Rename Gestures enum to Gesture - Update tests to net6.0
This commit is contained in:
@@ -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,
|
||||
|
Reference in New Issue
Block a user