JUCE
Public Attributes | List of all members
TouchList< Type >::TouchEntry Struct Reference

Holds the current state of a touch, along with the user-data associated with it. More...

Public Attributes

TouchSurface::Touch touch
 
Type value
 

Detailed Description

template<typename Type>
struct TouchList< Type >::TouchEntry

Holds the current state of a touch, along with the user-data associated with it.

Member Data Documentation

◆ touch

template<typename Type >
TouchSurface::Touch TouchList< Type >::TouchEntry::touch

Referenced by TouchList< Type >::find().

◆ value

template<typename Type >
Type TouchList< Type >::TouchEntry::value

The documentation for this struct was generated from the following file: