Beispiel #1
0
 public INativeWindow CreateNativeWindow(int x, int y, int width, int height, string title,
                                         GraphicsMode mode, GameWindowFlags options, DisplayDevice device)
 {
     return(Default.CreateNativeWindow(x, y, width, height, title, mode, options, device));
 }