MCPcopy 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
186void UIGadget::SetHotkey(int key) { m_Hotkey = key; }
187
188void UIGadget::SetFlag(int flag) { m_Flags |= flag; }
189

Callers 2

CreateMethod · 0.80
AddButtonMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected