mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 14:19:46 -06:00
Qt: Send SizeChanged on DPI changes
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user