open3d.visualization.gui.KeyEvent#

class open3d.visualization.gui.KeyEvent#

Object that stores key events

class Type(value)#

Key event type.

DOWN = 0#
UP = 1#
__init__(*args, **kwargs)#
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