Typedef holoscan::viz::WindowSizeCallbackFunction
Defined in File callbacks.hpp
-
typedef void (*holoscan::viz::WindowSizeCallbackFunction)(void *user_pointer, int width, int height)
Function pointer type for window size callbacks.
- Param user_pointer
user pointer value
- Param width
new width of the window in screen coordinates
- Param height
new height of the window in screen coordinates