Handbook
Glossary
gui-check-icon-pixel ( iconId x y -- bool )
Vocabulary
raygui
Inputs
iconId
an
object
x
an
object
y
an
object
Outputs
bool
an
object
Definition
USING:
alien.c-types
alien.syntax
;
IN:
raygui
LIBRARY:
raygui
FUNCTION-ALIAS:
gui-check-icon-pixel
bool
GuiCheckIconPixel (
int
iconId,
int
x,
int
y )