MCPcopy 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
426bool GuiContext::shiftHeld() const {
427 return m_shiftHeld;
428}
429
430void GuiContext::setShiftHeld(bool held) {
431 m_shiftHeld = held;

Callers 4

InventoryPaneMethod · 0.80
swapSlotMethod · 0.80
ContainerPaneMethod · 0.80
swapSlotMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected