Button configuration. More...
#include <Button.h>
Data Fields | |
void * | object |
void const * | hwAttrs |
Button configuration.
Each Button_Config represents a single physical button. It contains pointers to the button's Button_HWAttrs and Button_Object. The user must statically allocate all of these structures.
void* Button_Config::object |
Pointer to a Button_Object struct
void const* Button_Config::hwAttrs |
Pointer to a Button_HWAttrs structure