Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
430
void GuiContext::setShiftHeld(bool held) {
431
m_shiftHeld = held;
432
}
433
434
void GuiContext::playAudio(AudioInstancePtr audioInstance) {
435
m_mixer->play(audioInstance);
Callers
1
handleInputEvent
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected