コード例 #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);