Fix missing argument in GetMonitorPosition
This commit is contained in:
parent
e50b30e870
commit
4ebb829423
1 changed files with 1 additions and 1 deletions
|
|
@ -1002,7 +1002,7 @@ namespace Raylib_cs
|
|||
|
||||
/// <summary>Get specified monitor position</summary>
|
||||
[DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)]
|
||||
public static extern Vector2 GetMonitorPosition();
|
||||
public static extern Vector2 GetMonitorPosition(int monitor);
|
||||
|
||||
/// <summary>Get primary monitor width</summary>
|
||||
[DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)]
|
||||
|
|
|
|||
Loading…
Reference in a new issue