Enum KeyAndButtonAction
Defined in File callbacks.hpp
-
enum class holoscan::viz::KeyAndButtonAction
Key and mouse button actions.
Values:
-
enumerator PRESS
the key or mouse button was pressed
-
enumerator RELEASE
the key or mouse button was released
-
enumerator REPEAT
the key was held down until it repeated
-
enumerator PRESS