JUCE  v6.1.6 (6.0.8-1114)
JUCE API
Looking for a senior C++ dev?
I'm looking for work. Hire me!
juce::PenDetails Struct Referencefinal

Contains status information about a pen event. More...

#include <juce_MouseEvent.h>

Collaboration diagram for juce::PenDetails:

Public Attributes

float rotation
 The rotation of the pen device in radians. More...
 
float tiltX
 Indicates the angle of tilt of the pointer in a range of -1.0 to 1.0 along the x-axis where a positive value indicates a tilt to the right. More...
 
float tiltY
 Indicates the angle of tilt of the pointer in a range of -1.0 to 1.0 along the y-axis where a positive value indicates a tilt toward the user. More...
 

Detailed Description

Contains status information about a pen event.

See also
MouseListener, MouseEvent

@tags{GUI}

Member Data Documentation

◆ rotation

float juce::PenDetails::rotation

The rotation of the pen device in radians.

Indicates the clockwise rotation, or twist, of the pen. The default is 0.

◆ tiltX

float juce::PenDetails::tiltX

Indicates the angle of tilt of the pointer in a range of -1.0 to 1.0 along the x-axis where a positive value indicates a tilt to the right.

The default is 0.

◆ tiltY

float juce::PenDetails::tiltY

Indicates the angle of tilt of the pointer in a range of -1.0 to 1.0 along the y-axis where a positive value indicates a tilt toward the user.

The default is 0.


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