NVIDIA Holoscan SDK v2.7.0
Holoscan v2.7.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-2024, NVIDIA. Last updated on Dec 2, 2024.