absolute mouse coordinate support for single monitor on Linux
This commit is contained in:
parent
b97c902d10
commit
41cc9a3e80
6 changed files with 152 additions and 27 deletions
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue