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);