igGetWindowWidth() private method

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