MCPcopy 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
280void Pane::lockPosition() {
281 m_lockPosition = true;
282}
283
284void Pane::unlockPosition() {
285 m_lockPosition = false;

Callers 6

paneFeatureHandlerMethod · 0.80
initMainMenuMethod · 0.80
initCharSelectionMenuMethod · 0.80
initCharCreationMenuMethod · 0.80
initOptionsMenuMethod · 0.80
initModsMenuMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected