diff --git a/Raylib-cs/Raylib.cs b/Raylib-cs/Raylib.cs
index b48b527..bac698e 100644
--- a/Raylib-cs/Raylib.cs
+++ b/Raylib-cs/Raylib.cs
@@ -1002,7 +1002,7 @@ namespace Raylib_cs
/// Get specified monitor position
[DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)]
- public static extern Vector2 GetMonitorPosition();
+ public static extern Vector2 GetMonitorPosition(int monitor);
/// Get primary monitor width
[DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)]