disable interaction in pause mode, audio volume calculations tweak

This commit is contained in:
tmj-fstate
2018-09-05 13:49:48 +02:00
parent bbe5fe9758
commit bb0e1eb3bf
8 changed files with 265 additions and 211 deletions

View File

@@ -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() {