Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
/*
1206
ptr handle
1207
int x
1208
int y
1209
1210
bool return
1211
*/
Callers
nothing calls this directly
Calls
2
toPointer
Method · 0.80
toInteger
Method · 0.80
Tested by
no test coverage detected