mirror of
https://github.com/raylib-cs/raylib-cs
synced 2025-09-09 03:01:41 -04:00
Fix IsGestureDetected and formatting
This commit is contained in:
@@ -783,8 +783,7 @@ namespace Raylib_cs
|
||||
|
||||
/// <summary>Check if a gesture have been detected</summary>
|
||||
[DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)]
|
||||
[return: MarshalAs(UnmanagedType.I1)]
|
||||
public static extern bool IsGestureDetected(Gesture gesture);
|
||||
public static extern CBool IsGestureDetected(Gesture gesture);
|
||||
|
||||
|
||||
/// <summary>Get latest detected gesture</summary>
|
||||
|
Reference in New Issue
Block a user