igGetWindowWidth() private method

private igGetWindowWidth ( ) : float
return float
Example #1
0
 public static float GetWindowWidth()
 {
     return(ImGuiNative.igGetWindowWidth());
 }
Example #2
0
 public static float GetWindowWidth()
 => ImGuiNative.igGetWindowWidth();