예제 #1
0
 public static extern ULWindow ulCreateWindow(ULMonitor monitor, uint width, uint height, bool fullscreen, uint window_flags);
예제 #2
0
 public static extern uint ulMonitorGetWidth(ULMonitor monitor);
예제 #3
0
 public static extern uint ulMonitorGetHeight(ULMonitor monitor);
예제 #4
0
 public static extern double ulMonitorGetScale(ULMonitor monitor);