Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ChiyukiGana/Quickinput
/ Key
Function
Key
source/src/func.cpp:5–8 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
3
namespace QiFn
4
{
5
void Key(char key, bool press)
6
{
7
#ifdef Q_DRIVER
8
if (Qi::set.driver && Qi::driver.isInit())
9
{
10
press ? Qi::driver.key_down(key, Qi::key_info) : Qi::driver.key_up(key, Qi::key_info);
11
}
Callers
1
ActionInterpreter
Method · 0.85
Calls
1
State
Enum · 0.50
Tested by
no test coverage detected