igSmallButton() 개인적인 메소드

private igSmallButton ( string label ) : bool
label string
리턴 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);