Example #1
0
 internal static extern Glfw.Window glfwCreateWindow(int width, int height, string title, Glfw.Monitor monitor, Glfw.Window share);
Example #2
0
 internal static extern void glfwGetWindowPos(Glfw.Monitor monitor, out int xpos, out int ypos);
Example #3
0
 internal static extern Glfw.GammaRampInternal glfwGetGammaRamp(Glfw.Monitor monitor);
Example #4
0
 internal static extern void glfwSetGammaRamp(Glfw.Monitor monitor, Glfw.GammaRamp ramp);
Example #5
0
 internal static extern void glfwSetGamma(Glfw.Monitor monitor, float gamma);
Example #6
0
 internal static extern Glfw.Vidmode *glfwGetVideoMode(Glfw.Monitor monitor);
Example #7
0
 internal static extern Glfw.Vidmode *glfwGetVideoModes(Glfw.Monitor monitor, out int count);
Example #8
0
 internal static extern string glfwGetMonitorName(Glfw.Monitor monitor);
Example #9
0
 internal static extern void glfwGetMonitorPhysicalSize(Glfw.Monitor monitor, out int width, out int height);