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