mirror of
				https://github.com/ciphervance/supercell-wx.git
				synced 2025-10-31 05:10:04 +00:00 
			
		
		
		
	Add geographic coordinates to mouse picking functions
This commit is contained in:
		
							parent
							
								
									6e04e1fab3
								
							
						
					
					
						commit
						a2f2181f1b
					
				
					 19 changed files with 72 additions and 42 deletions
				
			
		|  | @ -33,9 +33,10 @@ public: | |||
|    void Deinitialize() override; | ||||
| 
 | ||||
|    bool RunMousePicking(const QMapLibreGL::CustomLayerRenderParameters& params, | ||||
|                         const QPointF&   mouseLocalPos, | ||||
|                         const QPointF&   mouseGlobalPos, | ||||
|                         const glm::vec2& mouseCoords) override; | ||||
|                         const QPointF&            mouseLocalPos, | ||||
|                         const QPointF&            mouseGlobalPos, | ||||
|                         const glm::vec2&          mouseCoords, | ||||
|                         const common::Coordinate& mouseGeoCoords) override; | ||||
| 
 | ||||
|    /**
 | ||||
|     * Resets and prepares the draw item for adding a new set of lines. | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Dan Paulat
						Dan Paulat