igIsItemHovered() private method

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