NVIDIA Holoscan SDK v2.7.0
Holoscan v2.7.0

Typedef holoscan::viz::MouseButtonCallbackFunction

typedef void (*holoscan::viz::MouseButtonCallbackFunction)(void *user_pointer, MouseButton button, KeyAndButtonAction action, KeyModifiers modifiers)

Function pointer type for mouse button callbacks.

Param user_pointer

user pointer value

Param button

the mouse button that was pressed

Param action

button action (PRESS, RELEASE)

Param modifiers

bit field describing which modifieres were held down

Previous Typedef holoscan::viz::KeyCallbackFunction
Next Typedef holoscan::viz::ScrollCallbackFunction
© Copyright 2022-2024, NVIDIA. Last updated on Dec 2, 2024.