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
}
y
int y
Definition
simple.h:93
x
int x
Definition
simple.h:92
XYMap::has
bool has(u16 x, u16 y) const
Definition
xymap.h:101
XYMap
Generated on Sat Sep 20 2025 20:42:22 for FastLED by
1.13.2