igSmallButton() private method

private igSmallButton ( string label ) : bool
label string
return bool
示例#1
0
 public static bool SmallButton(string label)
 {
     return(ImGuiNative.igSmallButton(label));
 }
示例#2
0
文件: ImGui.cs 项目: se5a/ImGuiCS
 public static bool SmallButton(string label)
 => ImGuiNative.igSmallButton(label);