Signal and slot system for C projects. More...
Go to the source code of this file.
Enumerations | |
enum | Signal { SIGNAL_BUTTON_HOVERED , SIGNAL_BUTTON_CLICKED , SIGNAL_AREA_COLLISION , SIGNAL_COUNT } |
Represents a signal. More... | |
Signal and slot system for C projects.
This file contains the definitions of various structures used to create and manage signals and slots in a C project.
enum Signal |