mirror of
https://github.com/MaSzyna-EU07/maszyna.git
synced 2026-07-21 22:59:19 +02:00
contextual interception of user input by imgui user interface implementation
This commit is contained in:
@@ -24,9 +24,6 @@ public:
|
||||
// constructors
|
||||
editor_ui();
|
||||
// methods
|
||||
// potentially processes provided input key. returns: true if the input was processed, false otherwise
|
||||
bool
|
||||
on_key( int const Key, int const Action ) override;
|
||||
// updates state of UI elements
|
||||
void
|
||||
update() override;
|
||||
|
||||
Reference in New Issue
Block a user