Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/SpaiR/imgui-java
/ nSetNextWindowPos
Method
nSetNextWindowPos
imgui-binding/src/generated/java/imgui/ImGui.java:1148–1148 ·
view source on GitHub ↗
(float posX, float posY)
Source
from the content-addressed store, hash-verified
1146
}
1147
1148
private
static
native
void
nSetNextWindowPos(float posX, float posY); /*MANUAL
1149
ImVec2 pos = ImVec2(posX, posY);
1150
ImGui::SetNextWindowPos(pos);
1151
*/
Callers
1
setNextWindowPos
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected