|
ObjectivelyMVC
Object oriented MVC framework for SDL3 and GNU C
|
Go to the source code of this file.
Macros | |
| #define | _Class _Input |
Functions | |
| Class * | _Input (void) |
| static void | awakeWithDictionary (View *self, const Dictionary *dictionary) |
| static void | dealloc (Object *self) |
| static View * | init (View *self) |
| static void | initialize (Class *clazz) |
| static Input * | initWithFrame (Input *self, const SDL_Rect *frame) |
| static void | setControl (Input *self, Control *control) |
| static void | setLabel (Input *self, Label *label) |
| static void | setOrientation (Input *self, InputOrientation orientation) |
Variables | |
| const EnumName | InputOrientationNames [] |
| Class * _Input | ( | void | ) |
Definition at line 212 of file Input.c.
|
static |
Definition at line 57 of file Input.c.
|
static |
|
static |
Definition at line 195 of file Input.c.
Definition at line 87 of file Input.c.
Definition at line 113 of file Input.c.
Definition at line 130 of file Input.c.
|
static |
Definition at line 147 of file Input.c.
| const EnumName InputOrientationNames[] |