mirror of
https://github.com/MaSzyna-EU07/maszyna.git
synced 2026-07-22 13:59:19 +02:00
contextual interception of user input by imgui user interface implementation
This commit is contained in:
@@ -21,4 +21,11 @@ public:
|
||||
|
||||
void update( scene::basic_node const *Node );
|
||||
void render() override;
|
||||
|
||||
private:
|
||||
// methods
|
||||
bool render_group();
|
||||
|
||||
// members
|
||||
scene::basic_node const *m_node { nullptr }; // scene node bound to the panel
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user