igIsItemActive() private method

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