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