| Summary: | [PATCH] riscos: Don't reset mouse focus when recreating the window | ||
|---|---|---|---|
| Product: | SDL | Reporter: | Cameron Cawley <ccawley2011> |
| Component: | video | Assignee: | Sam Lantinga <slouken> |
| Status: | RESOLVED FIXED | QA Contact: | Sam Lantinga <slouken> |
| Severity: | normal | ||
| Priority: | P2 | ||
| Version: | HG 1.2 | ||
| Hardware: | ARM | ||
| OS: | RISC OS | ||
| Bug Depends on: | |||
| Bug Blocks: | 4635, 4654 | ||
| Attachments: | riscos: Don't reset mouse focus when recreating the window | ||
Patch added! https://hg.libsdl.org/SDL/rev/5b49f9ec7036 |
Created attachment 3569 [details] riscos: Don't reset mouse focus when recreating the window Previously, the mouse focus would be reset when recreating the window, however if the mouse was still in the resized window, RISC OS wouldn't send a window entered event as the mouse never left the window. I'm not 100% sure this is the best approach, but it's still an improvement nonetheless.