Open3D (C++ API)
0.12.0
|
#include <Events.h>
Public Types | |
enum | Type { DOWN, UP } |
Data Fields | |
Type | type |
uint32_t | key |
bool | isRepeat |
bool open3d::visualization::gui::KeyEvent::isRepeat |
uint32_t open3d::visualization::gui::KeyEvent::key |
Type open3d::visualization::gui::KeyEvent::type |