List of all members.
Public Member Functions
Constructor & Destructor Documentation
Constructs an is_null() touch input event object.
Constructs a touch input event object from the given generic input event.
If the given event is itself is_null() or is not a touch input event, the touch object will be is_null().
Constructs a touch input even from the given parameters.
- Parameters:
-
[in] | instance | The instance for which this event occurred. |
[in] | type | A PP_InputEvent_Type identifying the type of input event. |
[in] | time_stamp | A PP_TimeTicks indicating the time when the event occurred. |
[in] | modifiers | A bit field combination of the PP_InputEvent_Modifier flags. |
Member Function Documentation
Adds the touch-point to the specified TouchList.
- Returns:
- The TouchPoint in the given list with the given identifier, or an empty TouchPoint if the list does not contain a TouchPoint with that identifier.
- Returns:
- The TouchPoint at the given index of the given list, or an empty TouchPoint if the index is out of range.
- Returns:
- The number of TouchPoints in this TouchList.
The documentation for this class was generated from the following file: