MCPcopy Create free account
hub / github.com/TheForceEngine/TheForceEngine / enableRelativeMode

Function enableRelativeMode

TheForceEngine/TFE_Input/input.cpp:161–164  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

159 }
160
161 void enableRelativeMode(bool enable)
162 {
163 s_relativeMode = enable;
164 }
165
166 // Buffered Input
167 void setBufferedInput(const char* text)

Callers 9

setAppStateFunction · 0.85
mainFunction · 0.85
console_cheatFunction · 0.85
enableConfigMenuFunction · 0.85
menuReturnFunction · 0.85
exitToMenuFunction · 0.85
drawFunction · 0.85
exitLoadSaveMenuFunction · 0.85
exitReplayMenuFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected