File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
imgui-binding/src/main/java/imgui Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -68,15 +68,15 @@ public void destroy() {
68
68
*/
69
69
70
70
/**
71
- * Hint for the platform back-end. If non-zero, the platform back-end can create a parent<> child relationship between the platform windows.
71
+ * Hint for the platform back-end. If non-zero, the platform back-end can create a parent{@code <>} child relationship between the platform windows.
72
72
* Not conforming back-ends are free to e.g. parent every viewport to the main viewport or not.
73
73
*/
74
74
public native int getParentViewportId (); /*
75
75
return IMGUI_WINDOW_CLASS->ParentViewportId;
76
76
*/
77
77
78
78
/**
79
- * Hint for the platform back-end. If non-zero, the platform back-end can create a parent<> child relationship between the platform windows.
79
+ * Hint for the platform back-end. If non-zero, the platform back-end can create a parent{@code <>} child relationship between the platform windows.
80
80
* Not conforming back-ends are free to e.g. parent every viewport to the main viewport or not.
81
81
*/
82
82
public native void setParentViewportId (int parentViewportId ); /*
You can’t perform that action at this time.
0 commit comments