|
ObjectivelyMVC 0.1.0
Object oriented MVC framework for OpenGL, SDL2 and GNU C
|
Actions bind event-driven behavior to Controls. More...
Go to the source code of this file.
Data Structures | |
| struct | Action |
| Actions bind event-driven behavior to Controls. More... | |
Typedefs | |
| typedef void(* | ActionFunction) (Control *control, const SDL_Event *event, ident sender, ident data) |
| The ActionFunction callback. More... | |
Functions | |
| OBJECTIVELYMVC_EXPORT Class * | _Action (void) |
Actions bind event-driven behavior to Controls.
Definition in file Action.h.
| typedef void(* ActionFunction) (Control *control, const SDL_Event *event, ident sender, ident data) |
| OBJECTIVELYMVC_EXPORT Class * _Action | ( | void | ) |
Definition at line 67 of file Action.c.