Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DescentDevelopers/Descent3
/ SetHotkey
Method
SetHotkey
ui/UIGadget.cpp:186–186 ·
view source on GitHub ↗
sets hotkey for gadget
Source
from the content-addressed store, hash-verified
184
185
// sets hotkey for gadget
186
void UIGadget::SetHotkey(int key) { m_Hotkey = key; }
187
188
void UIGadget::SetFlag(int flag) { m_Flags |= flag; }
189
Callers
2
Create
Method · 0.80
AddButton
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected