igBeginMenuBar() private method

private igBeginMenuBar ( ) : bool
return bool
Exemplo n.º 1
0
 public static void BeginMenuBar()
 {
     ImGuiNative.igBeginMenuBar();
 }
Exemplo n.º 2
0
 public static bool BeginMenuBar()
 {
     return(ImGuiNative.igBeginMenuBar());
 }
Exemplo n.º 3
0
 public static bool BeginMenuBar()
 => ImGuiNative.igBeginMenuBar();