Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BohemiaInteractive/CWR
/ PrevPos
Method
PrevPos
engine/Poseidon/UI/Controls/UIControls.cpp:1182–1185 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1180
1181
FormatText();
1182
1183
int n = strlen(text);
1184
saturateMin(_blockBegin, n);
1185
saturateMin(_blockEnd, n);
1186
saturateMin(_firstVisible, n);
1187
EnsureVisible(_blockEnd);
1188
}
Callers
nothing calls this directly
Calls
4
PrevTextElementPos
Function · 0.85
GetLangID
Function · 0.85
GetLangID
Method · 0.80
GetText
Function · 0.50
Tested by
no test coverage detected