mirror of
https://github.com/raylib-cs/raylib-cs
synced 2025-06-30 19:03:42 -04:00
Working on example fixes
- Minor fix in Raylib.cs - Updated Test.NetFX for better debugging of examples.
This commit is contained in:
@ -1354,7 +1354,7 @@ namespace Raylib
|
||||
[DllImport(nativeLibName,CallingConvention = CallingConvention.Cdecl)]
|
||||
public static extern int GetTouchPointsCount();
|
||||
|
||||
// Get gesture hold time in milliseconds
|
||||
// Get gesture hold time in milliseconds
|
||||
[DllImport(nativeLibName,CallingConvention = CallingConvention.Cdecl)]
|
||||
public static extern float GetGestureHoldDuration();
|
||||
|
||||
@ -2396,7 +2396,7 @@ namespace Raylib
|
||||
// Set pitch for audio stream (1.0 is base level)
|
||||
[DllImport(nativeLibName,CallingConvention = CallingConvention.Cdecl)]
|
||||
public static extern void SetAudioStreamPitch(AudioStream stream, float pitch);
|
||||
|
||||
#endregion
|
||||
|
||||
#endregion
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user