Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
exec
Method · 0.85
ActionInterpreter
Method · 0.85
MoveTo
Method · 0.85
MoveClickA
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected