Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SOUI2/soui
/ SHotKeyCtrl
Method
SHotKeyCtrl
SOUI/src/control/SHotKeyCtrl.cpp:8–15 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
6
{
7
8
SHotKeyCtrl::SHotKeyCtrl(void)
9
{
10
m_wInvalidModifier=0;
11
m_wInvalidComb=HKCOMB_NONE;
12
m_bInSetting=FALSE;
13
m_bFocusable=TRUE;
14
m_evtSet.addEvent(EVENTID(EventSetHotKey));
15
}
16
17
SHotKeyCtrl::~SHotKeyCtrl(void)
18
{
Callers
nothing calls this directly
Calls
1
addEvent
Method · 0.45
Tested by
no test coverage detected