Move placefile text hover to mouse picking pass

This commit is contained in:
Dan Paulat 2023-08-27 08:51:04 -05:00
parent 38b56be7c4
commit 37d751774d
2 changed files with 27 additions and 6 deletions

View file

@ -33,6 +33,9 @@ public:
void Render(const QMapLibreGL::CustomLayerRenderParameters& params) override;
void Deinitialize() override;
bool RunMousePicking(
const QMapLibreGL::CustomLayerRenderParameters& params) override;
/**
* Resets and prepares the draw item for adding a new set of text.
*/