Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Skycoder42/QHotkey
/ keyCode
Method
keyCode
QHotkey/qhotkey.cpp:73–76 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
71
}
72
73
Qt::Key QHotkey::keyCode() const
74
{
75
return _keyCode;
76
}
77
78
Qt::KeyboardModifiers QHotkey::modifiers() const
79
{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected