Qt3D introduces Qt3DRender::QPickEvent
that can for instance be emitted when a 3D-object is clicked with the mouse.
Why isn't it derived from QEvent
, which should be "the base class of all event classes" according to its documentation?
Qt3D introduces Qt3DRender::QPickEvent
that can for instance be emitted when a 3D-object is clicked with the mouse.
Why isn't it derived from QEvent
, which should be "the base class of all event classes" according to its documentation?