mirror of
https://github.com/ciphervance/supercell-wx.git
synced 2025-10-30 19:10:06 +00:00
Placefile line hover in-work
This commit is contained in:
parent
37d751774d
commit
8dfb9f1105
14 changed files with 243 additions and 36 deletions
|
|
@ -27,7 +27,8 @@ GenericLayer::GenericLayer(std::shared_ptr<MapContext> context) :
|
|||
GenericLayer::~GenericLayer() = default;
|
||||
|
||||
bool GenericLayer::RunMousePicking(
|
||||
const QMapLibreGL::CustomLayerRenderParameters& /* params */)
|
||||
const QMapLibreGL::CustomLayerRenderParameters& /* params */,
|
||||
const glm::vec2& /* mousePos */)
|
||||
{
|
||||
// By default, the layer has nothing to pick
|
||||
return false;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue