FastLED 3.9.15
Loading...
Searching...
No Matches

◆ has() [1/2]

bool fl::XYMap::has ( int x,
int y ) const
inline

Definition at line 106 of file xymap.h.

106 {
107 return (x >= 0) && (y >= 0) && has((u16)x, (u16)y);
108 }
bool has(u16 x, u16 y) const FL_NOEXCEPT
Definition xymap.h:102

References FL_NOEXCEPT, has(), fl::x, and fl::y.

+ Here is the call graph for this function: