mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-27 04:36:18 +00:00
Merge pull request #2224 from gerikkub/AutoFocus
Pause the emulator based on mouse focus
This commit is contained in:
commit
7d800b6180
7 changed files with 52 additions and 7 deletions
|
@ -334,6 +334,8 @@ private:
|
|||
|
||||
void OnMouse(wxMouseEvent& event); // Mouse
|
||||
|
||||
void OnFocusChange(wxFocusEvent& event);
|
||||
|
||||
void OnHostMessage(wxCommandEvent& event);
|
||||
|
||||
void OnMemcard(wxCommandEvent& event); // Misc
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue