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

Method exec

source/src/scriptinterpreter.cpp:1220–1225  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1218 if (!IsWindow(wnd)) return false;
1219 return static_cast<bool>(SetWindowPos(wnd, nullptr, 0, 0, args[1].toInteger(), args[2].toInteger(), SWP_NOMOVE));
1220 }
1221};
1222/*
1223ptr handle
1224str x var name
1225str y var name
1226
1227bool return
1228*/

Callers

nothing calls this directly

Calls 2

toPointerMethod · 0.80
toIntegerMethod · 0.80

Tested by

no test coverage detected