MCPcopy Create free account
hub / github.com/ChiyukiGana/Quickinput / Move

Function Move

source/src/func.cpp:9–12  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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 }
12 else
13#endif
14 {
15 Input::State(key, press, Qi::key_info);

Callers 6

execMethod · 0.85
ActionInterpreterMethod · 0.85
QRectViewMethod · 0.85
ShowMethod · 0.85
QPointViewMethod · 0.85
ShowMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected