open3d.visualization.gui.KeyEvent
- class open3d.visualization.gui.KeyEvent
Object that stores mouse events
- __init__(*args, **kwargs)
- DOWN = <Type.DOWN: 0>
- UP = <Type.UP: 1>
- property is_repeat
True if this key down event comes from a key repeat
- property key
This is the actual key that was pressed, not the character generated by the key. This event is not suitable for text entry
- property type
Key event type