MCPcopy Create free account
hub / github.com/OpenStarbound/OpenStarbound / setShiftHeld

Method setShiftHeld

source/windowing/StarGuiContext.cpp:430–432  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

428}
429
430void GuiContext::setShiftHeld(bool held) {
431 m_shiftHeld = held;
432}
433
434void GuiContext::playAudio(AudioInstancePtr audioInstance) {
435 m_mixer->play(audioInstance);

Callers 1

handleInputEventMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected