NVIDIA Holoscan SDK v2.6.0
Holoscan v2.6.0

Function holoscan::viz::SetMouseButtonCallback

void holoscan::viz::SetMouseButtonCallback(void *user_pointer, MouseButtonCallbackFunction callback)

Set the mouse button callback. The callback function is called when a mouse button is pressed or released.

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

  • callback – the new mouse button callback or nullptr to remove the current callback

Previous Function holoscan::viz::SetKeyCallback
Next Function holoscan::viz::SetPresentMode
© Copyright 2022-2024, NVIDIA. Last updated on Oct 29, 2024.