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
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
juce::detail::PointerState Class Reference

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< floatposition
 
float pressure
 
float orientation
 
float rotation
 
float tiltX
 
float tiltY
 

Detailed Description

Definition at line 29 of file juce_PointerState.h.

Member Function Documentation

◆ isOrientationValid()

bool juce::detail::PointerState::isOrientationValid ( ) const
noexcept

Definition at line 58 of file juce_PointerState.h.

◆ isPressureValid()

bool juce::detail::PointerState::isPressureValid ( ) const
noexcept

Definition at line 57 of file juce_PointerState.h.

◆ isRotationValid()

bool juce::detail::PointerState::isRotationValid ( ) const
noexcept

Definition at line 59 of file juce_PointerState.h.

◆ isTiltValid()

bool juce::detail::PointerState::isTiltValid ( bool  isX) const
noexcept

Definition at line 60 of file juce_PointerState.h.

◆ operator!=()

bool juce::detail::PointerState::operator!= ( const PointerState other) const
noexcept

Definition at line 40 of file juce_PointerState.h.

◆ operator==()

bool juce::detail::PointerState::operator== ( const PointerState other) const
noexcept

Definition at line 39 of file juce_PointerState.h.

◆ withOrientation()

PointerState juce::detail::PointerState::withOrientation ( float  x) const
noexcept

Definition at line 45 of file juce_PointerState.h.

◆ withPosition()

PointerState juce::detail::PointerState::withPosition ( Point< float x) const
noexcept

Definition at line 43 of file juce_PointerState.h.

◆ withPositionOffset()

PointerState juce::detail::PointerState::withPositionOffset ( Point< float x) const
noexcept

Definition at line 42 of file juce_PointerState.h.

◆ withPressure()

PointerState juce::detail::PointerState::withPressure ( float  x) const
noexcept

Definition at line 44 of file juce_PointerState.h.

◆ withRotation()

PointerState juce::detail::PointerState::withRotation ( float  x) const
noexcept

Definition at line 46 of file juce_PointerState.h.

◆ withTiltX()

PointerState juce::detail::PointerState::withTiltX ( float  x) const
noexcept

Definition at line 47 of file juce_PointerState.h.

◆ withTiltY()

PointerState juce::detail::PointerState::withTiltY ( float  x) const
noexcept

Definition at line 48 of file juce_PointerState.h.

Member Data Documentation

◆ orientation

float juce::detail::PointerState::orientation

Definition at line 52 of file juce_PointerState.h.

◆ position

Point<float> juce::detail::PointerState::position

Definition at line 50 of file juce_PointerState.h.

◆ pressure

float juce::detail::PointerState::pressure

Definition at line 51 of file juce_PointerState.h.

◆ rotation

float juce::detail::PointerState::rotation

Definition at line 53 of file juce_PointerState.h.

◆ tiltX

float juce::detail::PointerState::tiltX

Definition at line 54 of file juce_PointerState.h.

◆ tiltY

float juce::detail::PointerState::tiltY

Definition at line 55 of file juce_PointerState.h.


The documentation for this class was generated from the following file: