Ejemplo n.º 1
0
 public static extern ULWindow ulCreateWindow(ULMonitor monitor, uint width, uint height, bool fullscreen, uint window_flags);
Ejemplo n.º 2
0
 public static extern uint ulMonitorGetWidth(ULMonitor monitor);
Ejemplo n.º 3
0
 public static extern uint ulMonitorGetHeight(ULMonitor monitor);
Ejemplo n.º 4
0
 public static extern double ulMonitorGetScale(ULMonitor monitor);