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

Method exec

source/src/scriptinterpreter.cpp:1203–1208  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1201 if (!IsWindow(wnd)) return false;
1202 return static_cast<bool>(SetWindowPos(wnd, nullptr, args[1].toInteger(), args[2].toInteger(), 0, 0, SWP_NOSIZE));
1203 }
1204};
1205/*
1206ptr handle
1207int x
1208int y
1209
1210bool return
1211*/

Callers

nothing calls this directly

Calls 2

toPointerMethod · 0.80
toIntegerMethod · 0.80

Tested by

no test coverage detected