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

remove MOUSE_* from MouseButton

This commit is contained in:
danil 2024-01-17 22:11:00 +02:00
commit 35ec2662a2

View file

@ -171,12 +171,7 @@ public enum MouseButton
/// <summary>
/// Mouse button back (advanced mouse device)
/// </summary>
Back = 6,
// i will keep these as is
MOUSE_LEFT_BUTTON = Left,
MOUSE_RIGHT_BUTTON = Right,
MOUSE_MIDDLE_BUTTON = Middle,
Back = 6
}
/// <summary>