open3d.visualization.gui.KeyEvent¶
-
class
open3d.visualization.gui.
KeyEvent
¶ Object that stores mouse events
-
__init__
(*args, **kwargs)¶ Initialize self. See help(type(self)) for accurate signature.
-
DOWN
= Type.DOWN¶
-
UP
= Type.UP¶
-
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
-