MCPcopy Create free account
hub / github.com/OGRECave/ogre-next / isPlayback

Method isPlayback

Samples/2.0/Common/src/System/Desktop/UnitTesting.cpp:81–81  ·  view source on GitHub ↗

-------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

79 bool UnitTest::Params::isRecording() const { return bRecord && !recordPath.empty(); }
80 //-------------------------------------------------------------------------
81 bool UnitTest::Params::isPlayback() const { return !bRecord && !recordPath.empty(); }
82 //-------------------------------------------------------------------------
83 //-------------------------------------------------------------------------
84 //-------------------------------------------------------------------------

Callers 6

mainAppSingleThreadedMethod · 0.80
keyPressedMethod · 0.80
keyReleasedMethod · 0.80
mouseMovedMethod · 0.80
mousePressedMethod · 0.80
mouseReleasedMethod · 0.80

Calls 1

emptyMethod · 0.45

Tested by

no test coverage detected