C
void RdiaMsgDefault( WORD translatedMsg, void * pObj, GOL_MSG * pMsg );
Overview
This function performs the actual state change based on the translated message given. The following state changes are supported:
Translated Message |
Input Source |
Set/Clear State Bit |
Description |
RD_MSG_CLOCKWISE |
Touch Screen |
Set RDIA_ROT_CW, Set RDIA_DRAW |
Dial will be redrawn with clockwise update. |
RD_MSG_CTR_CLOCKWISE |
Touch Screen |
Set RDIA_ROT_CCW, Set RDIA_DRAW |
Dial will be redrawn with counter clockwise update. |
Input Parameters
Input Parameters |
Description |
WORD translatedMsg |
The translated message |
GOL_MSG * pMsg |
The pointer to the GOL message |
pDia |
The pointer to the object whose state will be modified |
Returns
none
Preconditions
none
Side Effects
none
Example
See RdiaTranslateMsg() example.