mirror of
				https://github.com/ciphervance/supercell-wx.git
				synced 2025-10-31 08:50:05 +00:00 
			
		
		
		
	Enable ImGui context selection
This commit is contained in:
		
							parent
							
								
									9684aa4cdc
								
							
						
					
					
						commit
						f27e2534a7
					
				
					 6 changed files with 76 additions and 14 deletions
				
			
		|  | @ -2,6 +2,8 @@ | |||
| 
 | ||||
| #include <QOpenGLWidget> | ||||
| 
 | ||||
| struct ImGuiContext; | ||||
| 
 | ||||
| namespace Ui | ||||
| { | ||||
| class ImGuiDebugWidget; | ||||
|  | @ -25,6 +27,10 @@ public: | |||
|    explicit ImGuiDebugWidget(QWidget* parent = nullptr); | ||||
|    ~ImGuiDebugWidget(); | ||||
| 
 | ||||
|    std::string context_name() const; | ||||
| 
 | ||||
|    void set_current_context(ImGuiContext* context); | ||||
| 
 | ||||
|    void initializeGL() override; | ||||
|    void paintGL() override; | ||||
| 
 | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Dan Paulat
						Dan Paulat