MCPcopy Create free account
hub / github.com/carbonengine/trinity / RequiresDeviceReset

Method RequiresDeviceReset

trinity/UI/Tr2MainWindow.cpp:172–175  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

170}
171
172bool Tr2MainWindowState::State::RequiresDeviceReset( const State& other ) const
173{
174 return windowMode != other.windowMode || adapter != other.adapter || width != other.width || height != other.height || presentInterval != other.presentInterval;
175}
176
177ALResult Tr2MainWindowState::State::PopulatePresentParameters( Tr2PresentParametersAL& presentParams ) const
178{

Callers 1

SetStateMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected