mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-10-15 09:17:51 +00:00
input_common: Pump sdl events from main thread
This commit is contained in:
parent
0e8043fc24
commit
cddbfe5e67
6 changed files with 35 additions and 10 deletions
|
@ -353,6 +353,7 @@ private:
|
|||
void UpdateGPUAccuracyButton();
|
||||
void UpdateStatusButtons();
|
||||
void UpdateUISettings();
|
||||
void UpdateInputDrivers();
|
||||
void HideMouseCursor();
|
||||
void ShowMouseCursor();
|
||||
void CenterMouseCursor();
|
||||
|
@ -404,6 +405,7 @@ private:
|
|||
bool auto_muted = false;
|
||||
QTimer mouse_hide_timer;
|
||||
QTimer mouse_center_timer;
|
||||
QTimer update_input_timer;
|
||||
|
||||
QString startup_icon_theme;
|
||||
bool os_dark_mode = false;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue