-
Notifications
You must be signed in to change notification settings - Fork 0
IGUI
Ludovic Petrenko edited this page Mar 31, 2017
·
2 revisions
The IGUI interface is used to manipulate a the GUIs (Graphical User Interface) which constitute the menus and the ingame interface.
The GUI is in fact a set of differents components with a width, a height, and a position in x and y. It can also contains a color, an image, and a text value.
The IGUI provide methods to access those elements only.
Return the number of components in the GUI
Allow the graphic lib to access to the nth element, and modify it (by making it clicked).