Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ChiyukiGana/Quickinput
/ WindowPop
Function
WindowPop
source/src/func.cpp:50–54 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
48
{
49
POINT pt = QiCvt::SP_AtR({ x, y });
50
Qi::driver.move_to(pt.x, pt.y, Qi::key_info);
51
}
52
else
53
#endif
54
{
55
Input::MoveToA(x * 6.5535f, y * 6.5535f, Qi::key_info);
56
}
57
}
Callers
1
run
Method · 0.85
Calls
2
ParseWindow
Function · 0.85
Popup
Method · 0.80
Tested by
no test coverage detected