Exemple #1
0
 internal static Monitor MonitorFromHandle(IntPtr handle) => (Monitor)GCHandle.FromIntPtr(Glfw.GetMonitorUserPointer(handle)).Target;