igSmallButton() private method

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