Changes between Version 2 and Version 3 of Ticket #6649, comment 13


Ignore:
Timestamp:
Mar 27, 2023, 1:37:16 AM (13 months ago)
Author:
Vladislav Belov

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #6649, comment 13

    v2 v3  
    55I've superficially checked SDL code and it seems it doesn't specify the confinement region if we don't call `SDL_SetWindowMouseRect` (nullptr for `confine_pointer` region). So the WM should calculate the region by itself which doesn't happen properly.
    66
    7 Also might be not reproducible on VM (at least with default settings). As the mouse capturing might be denied.
     7Also the bug might be not reproducible on a VM (at least with default settings). As the mouse capturing might be denied by its host.
    88
    99Refs #545