igIsItemHovered() private méthode

private igIsItemHovered ( ) : bool
Résultat bool
Exemple #1
0
 public static bool IsItemHovered(HoveredFlags flags)
 {
     return(ImGuiNative.igIsItemHovered(flags));
 }
Exemple #2
0
 public static bool IsLastItemHovered()
 {
     return(ImGuiNative.igIsItemHovered());
 }
Exemple #3
0
 public static bool IsLastItemHovered()
 => ImGuiNative.igIsItemHovered();