| V_Sim API - Reference Manual | ||||
|---|---|---|---|---|
#define BUTTON_TYPE_PRESS #define BUTTON_TYPE_RELEASE typedef SimplifiedEvents;
These definitions are used to give a library and plateform independent simplified event handlers.
#define BUTTON_TYPE_PRESS 1
Value that can be put into field buttonType of structure SimplifiedEvents_struct.
#define BUTTON_TYPE_RELEASE 2
Value that can be put into field buttonType of structure SimplifiedEvents_struct.