MCPcopy 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

3namespace 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

ActionInterpreterMethod · 0.85

Calls 1

StateEnum · 0.50

Tested by

no test coverage detected