100/home/humza/Downloads/sml/dotscape/README.md done with undo/redo functionality (tested and both of them work as expected)

This commit is contained in:
2024-08-08 23:52:49 +01:00
parent 541fdd877f
commit d9c7b753f8
5 changed files with 21 additions and 3 deletions

View File

@@ -5,6 +5,7 @@ int PRESS = GLFW_PRESS;
int RELEASE = GLFW_RELEASE;
int LEFT_MOUSE_BUTTON = GLFW_MOUSE_BUTTON_1;
int KEY_Z = GLFW_KEY_Z;
int KEY_Y = GLFW_KEY_Y;
// Calls function exported from SML
void mouseMoveCallback(GLFWwindow *window, double xpos, double ypos) {