What can I help you with?
NVIDIA Holoscan SDK v3.2.0

Function holoscan::viz::SetKeyCallback

void holoscan::viz::SetKeyCallback(void *user_pointer, KeyCallbackFunction callback)

Set the key callback. The callback function is called when a key is pressed, released or repeated.

Parameters
  • user_pointer – user pointer value to be passed to the callback

  • callback – the new key callback or nullptr to remove the current callback

Previous Function holoscan::viz::SetFramebufferSizeCallback
Next Function holoscan::viz::SetMouseButtonCallback
© Copyright 2022-2025, NVIDIA. Last updated on Apr 30, 2025.