Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BohemiaInteractive/CWR
/ UpdateInputContext
Method
UpdateInputContext
engine/Poseidon/World/World.cpp:116–119 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
114
s_triViewActive = false;
115
}
116
117
void World::UpdateInputContext()
118
{
119
InputSubsystem::Instance().SetContext(ResolveInputContext());
120
}
121
122
void World::Simulate(float deltaT, bool& enableDraw)
Callers
1
AppServerLoop
Function · 0.80
Calls
1
SetContext
Method · 0.45
Tested by
no test coverage detected