Пример #1
0
 public uint?GetX11WindowId()
 {
     try
     {
         return(GLFW.GetX11Window(_glfwWindow));
     }
     catch (EntryPointNotFoundException)
     {
         return(null);
     }
 }