JUCE
Public Attributes | List of all members
juce::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 juce::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 juce::TouchList< Type >::TouchEntry::touch

◆ value

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

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