|
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 |
Public Member Functions | |
| bool | operator== (const PointerState &other) const noexcept |
| bool | operator!= (const PointerState &other) const noexcept |
| PointerState | withPositionOffset (Point< float > x) const noexcept |
| PointerState | withPosition (Point< float > x) const noexcept |
| PointerState | withPressure (float x) const noexcept |
| PointerState | withOrientation (float x) const noexcept |
| PointerState | withRotation (float x) const noexcept |
| PointerState | withTiltX (float x) const noexcept |
| PointerState | withTiltY (float x) const noexcept |
| bool | isPressureValid () const noexcept |
| bool | isOrientationValid () const noexcept |
| bool | isRotationValid () const noexcept |
| bool | isTiltValid (bool isX) const noexcept |
Public Attributes | |
| Point< float > | position |
| float | pressure |
| float | orientation |
| float | rotation |
| float | tiltX |
| float | tiltY |
Definition at line 29 of file juce_PointerState.h.
|
noexcept |
Definition at line 58 of file juce_PointerState.h.
|
noexcept |
Definition at line 57 of file juce_PointerState.h.
|
noexcept |
Definition at line 59 of file juce_PointerState.h.
Definition at line 60 of file juce_PointerState.h.
|
noexcept |
Definition at line 40 of file juce_PointerState.h.
|
noexcept |
Definition at line 39 of file juce_PointerState.h.
|
noexcept |
Definition at line 45 of file juce_PointerState.h.
|
noexcept |
Definition at line 43 of file juce_PointerState.h.
|
noexcept |
Definition at line 42 of file juce_PointerState.h.
|
noexcept |
Definition at line 44 of file juce_PointerState.h.
|
noexcept |
Definition at line 46 of file juce_PointerState.h.
|
noexcept |
Definition at line 47 of file juce_PointerState.h.
|
noexcept |
Definition at line 48 of file juce_PointerState.h.
| float juce::detail::PointerState::orientation |
Definition at line 52 of file juce_PointerState.h.
Definition at line 50 of file juce_PointerState.h.
| float juce::detail::PointerState::pressure |
Definition at line 51 of file juce_PointerState.h.
| float juce::detail::PointerState::rotation |
Definition at line 53 of file juce_PointerState.h.
| float juce::detail::PointerState::tiltX |
Definition at line 54 of file juce_PointerState.h.
| float juce::detail::PointerState::tiltY |
Definition at line 55 of file juce_PointerState.h.