We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a7d677a + c965d32 commit f98edc3Copy full SHA for f98edc3
Three/include/CGAL/Three/Scene_draw_interface.h
@@ -54,6 +54,7 @@ class Scene_draw_interface {
54
//! \brief Manages the key events.
55
//! Override this function to perform actions when keys are pressed.
56
//! @returns `true` if the `e` executed well.
57
+
58
virtual bool keyPressEvent(QKeyEvent* e) = 0;
59
//!\brief print theTextItems.
60
virtual void printPrimitiveId(QPoint point, CGAL::Three::Viewer_interface*) = 0;
0 commit comments