SetRawTouchValue
Description
Allows you to set some custom data to be stored in this event that you can retrieve later. Could be a value or pointer.
Definition
SetRawTouchValue( iIndex, value )
void agk::SetRawTouchValue( UINT iIndex, int value )
Parameters
- iIndex - The index of the event to check, received from GetRawNextTouchEvent or GetRawFirstTouchEvent.
- value - The value to store with this event.