Remove legacy pointer tracking outside Windows.
This commit is contained in:
parent
1ca40488f2
commit
255c726c1e
6 changed files with 6 additions and 59 deletions
|
@ -548,7 +548,6 @@ namespace MainWindow
|
|||
mouseButtonDown = true;
|
||||
{
|
||||
std::lock_guard<std::mutex> guard(input_state.lock);
|
||||
input_state.mouse_valid = true;
|
||||
input_state.pointer_down[0] = true;
|
||||
|
||||
input_state.pointer_x[0] = GET_X_LPARAM(lParam) * g_dpi_scale;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue