igSmallButton() private method

private igSmallButton ( string label ) : bool
label string
return bool
Beispiel #1
0
 public static bool SmallButton(string label)
 {
     return(ImGuiNative.igSmallButton(label));
 }
Beispiel #2
0
 public static bool SmallButton(string label)
 => ImGuiNative.igSmallButton(label);