|
openshot-audio
0.1.7
|
#include <juce_gui_basics.h>
Public Attributes | |
| float | deltaX |
| float | deltaY |
| bool | isReversed |
| bool | isSmooth |
| bool | isInertial |
Contains status information about a mouse wheel event.
| float juce::MouseWheelDetails::deltaX |
The amount that the wheel has been moved in the X axis.
If isReversed is true, then a negative deltaX means that the wheel has been pushed physically to the left. If isReversed is false, then a negative deltaX means that the wheel has been pushed physically to the right.
| float juce::MouseWheelDetails::deltaY |
The amount that the wheel has been moved in the Y axis.
If isReversed is true, then a negative deltaY means that the wheel has been pushed physically upwards. If isReversed is false, then a negative deltaY means that the wheel has been pushed physically downwards.
| bool juce::MouseWheelDetails::isInertial |
If true, then this event is part of the intertial momentum phase that follows the wheel being released.
| bool juce::MouseWheelDetails::isReversed |
Indicates whether the user has reversed the direction of the wheel. See deltaX and deltaY for an explanation of the effects of this value.
| bool juce::MouseWheelDetails::isSmooth |
If true, then the wheel has continuous, un-stepped motion.
1.8.13