mirror of
https://github.com/MaSzyna-EU07/maszyna.git
synced 2026-03-22 15:05:03 +01:00
disable interaction in pause mode, audio volume calculations tweak
This commit is contained in:
12
uilayer.cpp
12
uilayer.cpp
@@ -129,6 +129,18 @@ ui_layer::on_key( int const Key, int const Action ) {
|
||||
return false;
|
||||
}
|
||||
|
||||
bool
|
||||
ui_layer::on_cursor_pos( double const Horizontal, double const Vertical ) {
|
||||
|
||||
return false;
|
||||
}
|
||||
|
||||
bool
|
||||
ui_layer::on_mouse_button( int const Button, int const Action ) {
|
||||
|
||||
return false;
|
||||
}
|
||||
|
||||
void
|
||||
ui_layer::update() {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user