allow clicks on python surfaces to be also handled as normal controls

This commit is contained in:
milek7
2022-02-02 23:08:39 +01:00
parent d552b51726
commit 9a0851cb2c
2 changed files with 0 additions and 2 deletions

View File

@@ -378,7 +378,6 @@ drivermouse_input::button( int const Button, int const Action ) {
&& control && control->screen_touch_list) {
control->screen_touch_list->emplace_back(pos);
return;
}
auto const controlbindings { bindings( simulation::Train->GetLabel( control ) ) };