mirror of
https://github.com/MaSzyna-EU07/maszyna.git
synced 2026-07-21 13:39:18 +02:00
Change debug window binding to Shift + F12
This commit is contained in:
@@ -27,6 +27,7 @@ public:
|
||||
// constructors
|
||||
driver_ui();
|
||||
// methods
|
||||
void showDebugUI() override;
|
||||
// potentially processes provided input key. returns: true if the input was processed, false otherwise
|
||||
bool
|
||||
on_key( int const Key, int const Action ) override;
|
||||
@@ -43,6 +44,7 @@ public:
|
||||
protected:
|
||||
void render_menu_contents() override;
|
||||
|
||||
|
||||
private:
|
||||
// methods
|
||||
// sets visibility of the cursor
|
||||
|
||||
Reference in New Issue
Block a user