mirror of
https://github.com/raylib-cs/raylib-cs
synced 2025-09-09 03:01:41 -04:00
Bindings cleanup
- Replaced tabs with 4 spaces - Added comments to Raylib.cs
This commit is contained in:
@@ -188,14 +188,14 @@ namespace Raylib
|
||||
LISTVIEW_TEXT_COLOR_DISABLED
|
||||
}
|
||||
|
||||
// GUI controls state
|
||||
public enum GuiControlState
|
||||
{
|
||||
DISABLED = 0,
|
||||
NORMAL,
|
||||
FOCUSED,
|
||||
PRESSED
|
||||
}
|
||||
// GUI controls state
|
||||
public enum GuiControlState
|
||||
{
|
||||
DISABLED = 0,
|
||||
NORMAL,
|
||||
FOCUSED,
|
||||
PRESSED
|
||||
}
|
||||
|
||||
#endregion
|
||||
|
||||
@@ -203,7 +203,7 @@ namespace Raylib
|
||||
{
|
||||
#region Raylib-cs Variables
|
||||
|
||||
#endregion
|
||||
#endregion
|
||||
|
||||
#region Raylib-cs Functions
|
||||
|
||||
|
Reference in New Issue
Block a user