示例#1
0
文件: Imports.cs 项目: OJETeam/GLFW
 internal static extern Glfw.Window glfwCreateWindow(int width, int height, string title, Glfw.Monitor monitor, Glfw.Window share);
示例#2
0
文件: Imports.cs 项目: OJETeam/GLFW
 internal static extern void glfwGetWindowPos(Glfw.Monitor monitor, out int xpos, out int ypos);
示例#3
0
文件: Imports.cs 项目: OJETeam/GLFW
 internal static extern Glfw.GammaRampInternal glfwGetGammaRamp(Glfw.Monitor monitor);
示例#4
0
文件: Imports.cs 项目: OJETeam/GLFW
 internal static extern void glfwSetGammaRamp(Glfw.Monitor monitor, Glfw.GammaRamp ramp);
示例#5
0
文件: Imports.cs 项目: OJETeam/GLFW
 internal static extern void glfwSetGamma(Glfw.Monitor monitor, float gamma);
示例#6
0
文件: Imports.cs 项目: OJETeam/GLFW
 internal static extern Glfw.Vidmode *glfwGetVideoMode(Glfw.Monitor monitor);
示例#7
0
文件: Imports.cs 项目: OJETeam/GLFW
 internal static extern Glfw.Vidmode *glfwGetVideoModes(Glfw.Monitor monitor, out int count);
示例#8
0
文件: Imports.cs 项目: OJETeam/GLFW
 internal static extern string glfwGetMonitorName(Glfw.Monitor monitor);
示例#9
0
文件: Imports.cs 项目: OJETeam/GLFW
 internal static extern void glfwGetMonitorPhysicalSize(Glfw.Monitor monitor, out int width, out int height);