OBSOLETE 1.39+
| 438 | static inline bool IsClipped(const ImVec2& size) { return !IsRectVisible(size); } // OBSOLETE 1.38+ |
| 439 | static inline bool IsRectClipped(const ImVec2& size) { return !IsRectVisible(size); } // OBSOLETE 1.39+ |
| 440 | static inline bool IsMouseHoveringBox(const ImVec2& rect_min, const ImVec2& rect_max) { return IsMouseHoveringRect(rect_min, rect_max); } // OBSOLETE 1.36+ |
| 441 | static inline void SetScrollPosHere() { SetScrollHere(); } // OBSOLETE 1.42+ |
| 442 | #endif |
| 443 |
nothing calls this directly
no outgoing calls
no test coverage detected