mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-09-11 12:05:51 +00:00
RenderWidget: hide cursor
This commit is contained in:
parent
833e38ed56
commit
328333dfb6
2 changed files with 13 additions and 0 deletions
|
@ -22,4 +22,7 @@ signals:
|
|||
void HandleChanged(void* handle);
|
||||
void FocusChanged(bool focus);
|
||||
void StateChanged(bool fullscreen);
|
||||
|
||||
private:
|
||||
void OnHideCursorChanged();
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue