igGetWindowWidth() private method

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