MCPcopy 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

runMethod · 0.85

Calls 2

ParseWindowFunction · 0.85
PopupMethod · 0.80

Tested by

no test coverage detected