Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenStarbound/OpenStarbound
/ lockPosition
Method
lockPosition
source/windowing/StarPane.cpp:280–282 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
278
}
279
280
void Pane::lockPosition() {
281
m_lockPosition = true;
282
}
283
284
void Pane::unlockPosition() {
285
m_lockPosition = false;
Callers
6
paneFeatureHandler
Method · 0.80
initMainMenu
Method · 0.80
initCharSelectionMenu
Method · 0.80
initCharCreationMenu
Method · 0.80
initOptionsMenu
Method · 0.80
initModsMenu
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected