mirror of
https://github.com/raylib-cs/raylib-cs
synced 2025-04-03 11:09:40 -04:00
Fix missing argument in GetMonitorPosition
This commit is contained in:
parent
e50b30e870
commit
4ebb829423
@ -1002,7 +1002,7 @@ namespace Raylib_cs
|
|||||||
|
|
||||||
/// <summary>Get specified monitor position</summary>
|
/// <summary>Get specified monitor position</summary>
|
||||||
[DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)]
|
[DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)]
|
||||||
public static extern Vector2 GetMonitorPosition();
|
public static extern Vector2 GetMonitorPosition(int monitor);
|
||||||
|
|
||||||
/// <summary>Get primary monitor width</summary>
|
/// <summary>Get primary monitor width</summary>
|
||||||
[DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)]
|
[DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user