mirror of
https://github.com/MaSzyna-EU07/maszyna.git
synced 2026-07-22 03:29:19 +02:00
disable interaction in pause mode, audio volume calculations tweak
This commit is contained in:
@@ -69,6 +69,14 @@ public:
|
||||
virtual
|
||||
bool
|
||||
on_key( int const Key, int const Action );
|
||||
// potentially processes provided mouse movement. returns: true if the input was processed, false otherwise
|
||||
virtual
|
||||
bool
|
||||
on_cursor_pos( double const Horizontal, double const Vertical );
|
||||
// potentially processes provided mouse button. returns: true if the input was processed, false otherwise
|
||||
virtual
|
||||
bool
|
||||
on_mouse_button( int const Button, int const Action );
|
||||
// updates state of UI elements
|
||||
virtual
|
||||
void
|
||||
|
||||
Reference in New Issue
Block a user