JUCE  v6.1.6 (6.0.8-1114)
JUCE API
Looking for a senior C++ dev?
I'm looking for work. Hire me!
juce_AnimatedPositionBehaviours.h File Reference
This graph shows which files directly or indirectly include this file:

Classes

struct  juce::AnimatedPositionBehaviours::ContinuousWithMomentum
 A non-snapping behaviour that allows the content to be freely flicked in either direction, with momentum based on the velocity at which it was released, and variable friction to make it come to a halt. More...
 
struct  juce::AnimatedPositionBehaviours::SnapToPageBoundaries
 A behaviour that gravitates an AnimatedPosition object towards the nearest integer position when released. More...
 

Namespaces

 juce
 
 juce::AnimatedPositionBehaviours
 Contains classes for different types of physics behaviours - these classes are used as template parameters for the AnimatedPosition class.