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

Fix IsGestureDetected and formatting

This commit is contained in:
Rgebee 2021-12-11 12:15:51 +00:00
commit dc5335038a
6 changed files with 24 additions and 25 deletions

View file

@ -783,8 +783,7 @@ namespace Raylib_cs
/// <summary>Check if a gesture have been detected</summary> /// <summary>Check if a gesture have been detected</summary>
[DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)]
[return: MarshalAs(UnmanagedType.I1)] public static extern CBool IsGestureDetected(Gesture gesture);
public static extern bool IsGestureDetected(Gesture gesture);
/// <summary>Get latest detected gesture</summary> /// <summary>Get latest detected gesture</summary>