Exemplo n.º 1
0
 public ULWindow(ULMonitor monitor, uint width, uint height, bool fullscreen, ULWindowFlags flags)
 {
     Ptr = AppCoreMethods.ulCreateWindow(monitor.Ptr, width, height, fullscreen, flags);
 }