absolute mouse coordinate support for single monitor on Linux

This commit is contained in:
loki 2021-05-11 18:01:56 +02:00
commit 41cc9a3e80
6 changed files with 152 additions and 27 deletions

View file

@ -902,7 +902,7 @@ void join(session_t &session) {
session.controlEnd.view();
//Reset input on session stop to avoid stuck repeated keys
BOOST_LOG(debug) << "Resetting Input..."sv;
input::reset();
input::reset(session.input);
BOOST_LOG(debug) << "Session ended"sv;
}