JUCE  v5.4.1-191-g0ab5e696f
JUCE API
Looking for a senior C++ dev?
I'm looking for work. Hire me!
juce::TouchList< Type >::TouchEntry Struct Reference

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

#include <juce_TouchList.h>

Collaboration diagram for juce::TouchList< Type >::TouchEntry:

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: