Quote:
|
If you only want the message to show when you first press the button then you need to save the previous value and compare it to the current value to detect the change of state.
|
#define m_afButtonPressed 246
#define m_afButtonReleased 247
__________________