16 #include <GLFW/glfw3.h>
48 void keyCallback(GLFWwindow* window,
int key,
int scancode,
int action,
int mods);
85 void scrollCallback(GLFWwindow* window,
double xoffset,
double yoffset);
void keyCallback(GLFWwindow *window, int key, int scancode, int action, int mods)
Handles keyboard input events.
Definition: callbacks.cpp:55
void scrollCallback(GLFWwindow *window, double xoffset, double yoffset)
Handles mouse scroll events.
Definition: callbacks.cpp:261
void mouseButtonCallback(GLFWwindow *window, int button, int action, int mods)
Handles mouse button input events.
Definition: callbacks.cpp:184
void cursorPosCallback(GLFWwindow *window, double xpos, double ypos)
Handles mouse cursor movement.
Definition: callbacks.cpp:224
Global state variables for the neuron visualization.
Definition of the NeuronGraph class for handling neuron morphology data.
OpenGL utility functions for neuron visualization.