SpiecsEngine
 
Loading...
Searching...
No Matches

◆ IsHovered()

bool Spices::ImguiSlate::IsHovered ( ) const
inlineinherited

Get is IsHovered.

Returns
Returns true if hovered.

Definition at line 132 of file ImguiUtils.h.

132{ return m_IsHovered; }
bool m_IsHovered
True if Hovered.
Definition ImguiUtils.h:176

References Spices::ImguiSlate::m_IsHovered.