Placefile icon mouse picking

This commit is contained in:
Dan Paulat 2023-08-31 23:34:12 -05:00
parent 0b2a118c42
commit 0421435e97
2 changed files with 99 additions and 0 deletions

View file

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