MCPcopy Create free account
hub / github.com/OneLoneCoder/olcPixelGameEngine / SetMode

Method SetMode

examples/TEST_Camera2D.cpp:89–92  ·  view source on GitHub ↗

Set the operational mode of this camera

Source from the content-addressed store, hash-verified

87
88 // Set the operational mode of this camera
89 inline void SetMode(const Mode t)
90 {
91 m_nMode = t;
92 }
93
94 // Get the operational mode of this camera
95 inline Mode GetMode() const

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected