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

Function FoldText

source/src/func.cpp:22–37  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

20#ifdef Q_DRIVER
21 if (Qi::set.driver && Qi::driver.isInit())
22 {
23 Qi::driver.move(x, y, Qi::key_info);
24 }
25 else
26#endif
27 {
28 Input::Move(x, y, Qi::key_info);
29 }
30 }
31 void MoveTo(int x, int y)
32 {
33#ifdef Q_DRIVER
34 if (Qi::set.driver && Qi::driver.isInit())
35 {
36 Qi::driver.move_to(x, y, Qi::key_info);
37 }
38 else
39#endif
40 {

Callers 3

VarEditUpdateMethod · 0.85
TableUpdateMethod · 0.85
customEventMethod · 0.85

Calls 3

replaceMethod · 0.80
sizeMethod · 0.45
removeMethod · 0.45

Tested by

no test coverage detected