mirror of
https://github.com/cemu-project/Cemu.git
synced 2025-07-12 09:48:30 +12:00
Fix render resolution at different UI scales (#514)
This commit is contained in:
parent
a3476c7b7c
commit
d3721c3f46
18 changed files with 128 additions and 57 deletions
|
@ -26,9 +26,10 @@ private:
|
|||
void OnMouseLeft(wxMouseEvent& event);
|
||||
void OnMouseRight(wxMouseEvent& event);
|
||||
void OnSizeEvent(wxSizeEvent& event);
|
||||
void OnDPIChangedEvent(wxDPIChangedEvent& event);
|
||||
void OnMoveEvent(wxMoveEvent& event);
|
||||
void OnGesturePan(wxPanGestureEvent& event);
|
||||
void OnSetWindowTitle(wxCommandEvent& event);
|
||||
|
||||
wxWindow* m_render_canvas = nullptr;
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue