mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-24 14:49:42 -06:00
RenderWidget: hide cursor
This commit is contained in:
@ -22,4 +22,7 @@ signals:
|
||||
void HandleChanged(void* handle);
|
||||
void FocusChanged(bool focus);
|
||||
void StateChanged(bool fullscreen);
|
||||
|
||||
private:
|
||||
void OnHideCursorChanged();
|
||||
};
|
||||
|
Reference in New Issue
Block a user