Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenStarbound/OpenStarbound
/ shiftHeld
Method
shiftHeld
source/windowing/StarGuiContext.cpp:426–428 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
424
}
425
426
bool GuiContext::shiftHeld() const {
427
return m_shiftHeld;
428
}
429
430
void GuiContext::setShiftHeld(bool held) {
431
m_shiftHeld = held;
Callers
4
InventoryPane
Method · 0.80
swapSlot
Method · 0.80
ContainerPane
Method · 0.80
swapSlot
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected