Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
setAppState
Function · 0.85
main
Function · 0.85
console_cheat
Function · 0.85
enableConfigMenu
Function · 0.85
menuReturn
Function · 0.85
exitToMenu
Function · 0.85
draw
Function · 0.85
exitLoadSaveMenu
Function · 0.85
exitReplayMenu
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected