igIsAnyItemActive() private method

private igIsAnyItemActive ( ) : bool
return bool
Exemplo n.º 1
0
 public static bool IsAnyItemActive()
 {
     return(ImGuiNative.igIsAnyItemActive());
 }
Exemplo n.º 2
0
 public static bool IsAnyItemActive()
 => ImGuiNative.igIsAnyItemActive();