|
JUCE-7.0.12-0-g4f43011b96 JUCE-7.0.12-0-g4f43011b96
JUCE — C++ application framework with suport for VST, VST3, LV2 audio plug-ins
« « « Anklang Documentation |
Go to the source code of 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 | |
| namespace | juce |
| JUCE Namespace. | |
| namespace | juce::AnimatedPositionBehaviours |
| Contains classes for different types of physics behaviours - these classes are used as template parameters for the AnimatedPosition class. | |