SetNextWindowPos()# SetNextWindowPos(x,y)# 次のウィンドウの位置を指定します。 パラメータ# float x, y 位置を指定します。 戻り値# コメント# サンプル# vrmapi.ImGui().SetNextWindowPos(50,200) vrmapi.ImGui().Begin("win1","Sample Window") #GUIコード vrmapi.ImGui().End()