NVIDIA Holoscan SDK v2.7.0
Holoscan v2.7.0

Typedef holoscan::viz::KeyCallbackFunction

typedef void (*holoscan::viz::KeyCallbackFunction)(void *user_pointer, Key key, KeyAndButtonAction action, KeyModifiers modifiers)

Function pointer type for key callbacks.

Param user_pointer

user pointer value

Param key

the key that was pressed

Param action

key action (PRESS, RELEASE, REPEAT)

Param modifiers

bit field describing which modifieres were held down

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