PenAxis

bearlyb.pen.PenAxis
See thePenAxis companion object
enum PenAxis

Attributes

Companion
object
Graph
Supertypes
trait Enum
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Type members

Enum entries

case Distance extends PenAxis

Pen distance to drawing surface. Unidirectional: 0.0 to 1.0

Pen distance to drawing surface. Unidirectional: 0.0 to 1.0

Attributes

case Pressure extends PenAxis

Pen pressure. Unidirectional: 0 to 1.0

Pen pressure. Unidirectional: 0 to 1.0

Attributes

case Rotation extends PenAxis

Pen barrel rotation. Bidirectional: -180 to 179.9 (clockwise, 0 is facing up, -180.0 is facing down).

Pen barrel rotation. Bidirectional: -180 to 179.9 (clockwise, 0 is facing up, -180.0 is facing down).

Attributes

case Slider extends PenAxis

Pen finger wheel or slider (e.g., Airbrush Pen). Unidirectional: 0 to 1.0

Pen finger wheel or slider (e.g., Airbrush Pen). Unidirectional: 0 to 1.0

Attributes

Pressure from squeezing the pen ("barrel pressure").

Pressure from squeezing the pen ("barrel pressure").

Attributes

case XTilt extends PenAxis

Pen horizontal tilt angle. Bidirectional: -90.0 to 90.0 (left-to-right).

Pen horizontal tilt angle. Bidirectional: -90.0 to 90.0 (left-to-right).

Attributes

case YTilt extends PenAxis

Pen vertical tilt angle. Bidirectional: -90.0 to 90.0 (top-to-down).

Pen vertical tilt angle. Bidirectional: -90.0 to 90.0 (top-to-down).

Attributes