NVIDIA Holoscan SDK v3.1.0

Typedef holoscan::viz::WindowSizeCallbackFunction

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

Previous Typedef holoscan::viz::UnicodeCharCallbackFunction
Next Holoscan Python API
© Copyright 2022-2025, NVIDIA. Last updated on Apr 7, 2025.