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

Method OnMainMove

src/gui/debugger/DumpWindow.cpp:35–43  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

33}
34
35void DumpWindow::OnMainMove(const wxPoint& main_position, const wxSize& main_size)
36{
37 wxSize size(600, 250);
38 this->SetSize(size);
39
40 wxPoint position = main_position;
41 position.y += main_size.GetHeight();
42 this->SetPosition(position);
43}
44
45void DumpWindow::OnGameLoaded()
46{

Callers 1

OnParentMoveMethod · 0.45

Calls 1

SetPositionMethod · 0.45

Tested by

no test coverage detected