mirror of
				https://github.com/ciphervance/supercell-wx.git
				synced 2025-10-31 08:30:04 +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
				
			
		|  | @ -5,6 +5,7 @@ | |||
| #include <memory> | ||||
| 
 | ||||
| #include <QMapLibreGL/QMapLibreGL> | ||||
| #include <glm/gtc/type_ptr.hpp> | ||||
| 
 | ||||
| namespace scwx | ||||
| { | ||||
|  | @ -37,11 +38,13 @@ public: | |||
|     * @brief Run mouse picking on the draw item. | ||||
|     * | ||||
|     * @param [in] params Custom layer render parameters | ||||
|     * @param [in] mousePos Mouse cursor location in map screen coordinates | ||||
|     * | ||||
|     * @return true if the draw item was picked, otherwise false | ||||
|     */ | ||||
|    virtual bool | ||||
|    RunMousePicking(const QMapLibreGL::CustomLayerRenderParameters& params); | ||||
|    RunMousePicking(const QMapLibreGL::CustomLayerRenderParameters& params, | ||||
|                    const glm::vec2&                                mousePos); | ||||
| 
 | ||||
| protected: | ||||
|    void | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Dan Paulat
						Dan Paulat