Exemple #1
0
 public static void SetCursor(GlfwWindow window, GlfwCursor cursor)
 {
     GlfwCore.glfwSetCursor(window, cursor);
 }
Exemple #2
0
 internal static extern void glfwSetCursor(GlfwWindow window, GlfwCursor cursor);
Exemple #3
0
 public static void DestroyCursor(GlfwCursor cursor)
 {
     GlfwCore.glfwDestroyCursor(cursor);
 }
Exemple #4
0
 internal static extern void glfwDestroyCursor(GlfwCursor cursor);