MCPcopy Create free account
hub / github.com/Apress/Ray-Tracing-Gems-II / SetWindowBounds

Method SetWindowBounds

Chapter_07/DXSample.cpp:84–90  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

82}
83
84void DXSample::SetWindowBounds(int left, int top, int right, int bottom)
85{
86 m_windowBounds.left = static_cast<LONG>(left);
87 m_windowBounds.top = static_cast<LONG>(top);
88 m_windowBounds.right = static_cast<LONG>(right);
89 m_windowBounds.bottom = static_cast<LONG>(bottom);
90}

Callers 1

WindowProcMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected