MCPcopy Create free account
hub / github.com/cemu-project/Cemu / Initialize

Method Initialize

src/gui/PadViewFrame.cpp:60–69  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

58}
59
60bool PadViewFrame::Initialize()
61{
62 const wxSize client_size = GetClientSize();
63 g_window_info.pad_width = client_size.GetWidth();
64 g_window_info.pad_height = client_size.GetHeight();
65 g_window_info.phys_pad_width = ToPhys(client_size.GetWidth());
66 g_window_info.phys_pad_height = ToPhys(client_size.GetHeight());
67
68 return true;
69}
70
71void PadViewFrame::InitializeRenderCanvas()
72{

Callers 1

TogglePadViewMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected