Corrected indentation due to namespace and reimplemented fixes based on master branch's file.
This is related to [this issue](https://github.com/ChrisDill/Raylib-cs/pull/198#issuecomment-1711015768).
This commit is contained in:
parent
356155b5fa
commit
4481cbaa91
1 changed files with 265 additions and 266 deletions
|
|
@ -19,8 +19,8 @@ using System.Numerics;
|
||||||
using Raylib_cs;
|
using Raylib_cs;
|
||||||
using static Raylib_cs.Raylib;
|
using static Raylib_cs.Raylib;
|
||||||
|
|
||||||
namespace Examples.Core
|
namespace Examples.Core;
|
||||||
{
|
|
||||||
public class InputGamepad
|
public class InputGamepad
|
||||||
{
|
{
|
||||||
// NOTE: Gamepad name ID depends on drivers and OS
|
// NOTE: Gamepad name ID depends on drivers and OS
|
||||||
|
|
@ -326,4 +326,3 @@ namespace Examples.Core
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue