mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-13 11:39:09 +00:00
Qt: Send SizeChanged on DPI changes
This commit is contained in:
parent
d3110b9521
commit
fc53dca7bd
2 changed files with 18 additions and 2 deletions
|
@ -47,6 +47,9 @@ private:
|
|||
static constexpr int MOUSE_HIDE_DELAY = 3000;
|
||||
QTimer* m_mouse_timer;
|
||||
QPoint m_last_mouse{};
|
||||
int m_last_window_width = 0;
|
||||
int m_last_window_height = 0;
|
||||
float m_last_window_scale = 0;
|
||||
bool m_cursor_locked = false;
|
||||
bool m_lock_cursor_on_next_activation = false;
|
||||
bool m_dont_lock_cursor_on_show = false;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue