igGetWindowWidth() private method

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