Skip to content

Commit f98edc3

Browse files
committed
Merge branch 'Update_Three_documentation-GF' of github.com:maxGimeno/cgal into Update_Three_documentation-GF
2 parents a7d677a + c965d32 commit f98edc3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Three/include/CGAL/Three/Scene_draw_interface.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ class Scene_draw_interface {
5454
//! \brief Manages the key events.
5555
//! Override this function to perform actions when keys are pressed.
5656
//! @returns `true` if the `e` executed well.
57+
5758
virtual bool keyPressEvent(QKeyEvent* e) = 0;
5859
//!\brief print theTextItems.
5960
virtual void printPrimitiveId(QPoint point, CGAL::Three::Viewer_interface*) = 0;

0 commit comments

Comments
 (0)