Typedef holoscan::viz::ScrollCallbackFunction
Defined in File callbacks.hpp
-
typedef void (*holoscan::viz::ScrollCallbackFunction)(void *user_pointer, double x_offset, double y_offset)
Function pointer type for scroll callbacks.
- Param user_pointer
user pointer value
- Param x_offset
scroll offset along the x-axis
- Param y_offset
scroll offset along the y-axis