mirror of
https://github.com/cemu-project/Cemu.git
synced 2025-07-05 22:41:18 +12:00
Linux: Add Vulkan support for wayland (#553)
This commit is contained in:
parent
2c81d240a5
commit
fca7f5dfe4
10 changed files with 177 additions and 16 deletions
|
@ -87,6 +87,7 @@ void PadViewFrame::InitializeRenderCanvas()
|
|||
m_render_canvas->Bind(wxEVT_GESTURE_PAN, &PadViewFrame::OnGesturePan, this);
|
||||
|
||||
m_render_canvas->SetFocus();
|
||||
SendSizeEvent();
|
||||
}
|
||||
|
||||
void PadViewFrame::OnSizeEvent(wxSizeEvent& event)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue