igSmallButton() приватный Метод

private igSmallButton ( string label ) : bool
label string
Результат bool
Пример #1
0
 public static bool SmallButton(string label)
 {
     return(ImGuiNative.igSmallButton(label));
 }
Пример #2
0
 public static bool SmallButton(string label)
 => ImGuiNative.igSmallButton(label);