mirror of
https://github.com/MaSzyna-EU07/maszyna.git
synced 2026-03-22 15:05:03 +01:00
contextual interception of user input by imgui user interface implementation
This commit is contained in:
@@ -42,7 +42,7 @@ public:
|
||||
void
|
||||
on_mouse_button( int const Button, int const Action, int const Mods ) override;
|
||||
void
|
||||
on_scroll( double const Xoffset, double const Yoffset ) override { ; }
|
||||
on_scroll( double const Xoffset, double const Yoffset ) override;
|
||||
void
|
||||
on_event_poll() override;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user