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

◆ has() [1/2]

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

Definition at line 105 of file xymap.h.

105 {
106 return (x >= 0) && (y >= 0) && has((u16)x, (u16)y);
107 }
int y
Definition simple.h:93
int x
Definition simple.h:92
bool has(u16 x, u16 y) const
Definition xymap.h:101

References has(), x, and y.

+ Here is the call graph for this function: