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

Function MoveToA

source/src/func.cpp:17–20  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

15 Input::State(key, press, Qi::key_info);
16 }
17 }
18 void Move(int x, int y)
19 {
20#ifdef Q_DRIVER
21 if (Qi::set.driver && Qi::driver.isInit())
22 {
23 Qi::driver.move(x, y, Qi::key_info);

Callers 4

execMethod · 0.85
ActionInterpreterMethod · 0.85
MoveToMethod · 0.85
MoveClickAMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected