INPUT_TRANSFORM class base struct

Defines the matrix that represents a transform on a message consumer. This matrix can be used to transform pointer input data from client coordinates to screen coordinates, while the inverse can be used to transform pointer input data from screen coordinates to client coordinates.

Inheritance
Implemented types
Available extensions

Constructors

INPUT_TRANSFORM.new()

Properties

address Pointer<T>

Available on T, provided by the StructAddress extension

The memory address of the underlying data.
no setter
Anonymous ↔ _INPUT_TRANSFORM__Anonymous_e__Union
getter/setter pair
Anonymous ↔ _INPUT_TRANSFORM__Anonymous_e__Union__Anonymous_e__Struct

Available on INPUT_TRANSFORM, provided by the INPUT_TRANSFORM_Extension extension

getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
m Array<Float>

Available on INPUT_TRANSFORM, provided by the INPUT_TRANSFORM_Extension extension

getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
x11 double

Available on INPUT_TRANSFORM, provided by the INPUT_TRANSFORM__Anonymous_e__Union_Extension extension

getter/setter pair
x12 double

Available on INPUT_TRANSFORM, provided by the INPUT_TRANSFORM__Anonymous_e__Union_Extension extension

getter/setter pair
x13 double

Available on INPUT_TRANSFORM, provided by the INPUT_TRANSFORM__Anonymous_e__Union_Extension extension

getter/setter pair
x14 double

Available on INPUT_TRANSFORM, provided by the INPUT_TRANSFORM__Anonymous_e__Union_Extension extension

getter/setter pair
x21 double

Available on INPUT_TRANSFORM, provided by the INPUT_TRANSFORM__Anonymous_e__Union_Extension extension

getter/setter pair
x22 double

Available on INPUT_TRANSFORM, provided by the INPUT_TRANSFORM__Anonymous_e__Union_Extension extension

getter/setter pair
x23 double

Available on INPUT_TRANSFORM, provided by the INPUT_TRANSFORM__Anonymous_e__Union_Extension extension

getter/setter pair
x24 double

Available on INPUT_TRANSFORM, provided by the INPUT_TRANSFORM__Anonymous_e__Union_Extension extension

getter/setter pair
x31 double

Available on INPUT_TRANSFORM, provided by the INPUT_TRANSFORM__Anonymous_e__Union_Extension extension

getter/setter pair
x32 double

Available on INPUT_TRANSFORM, provided by the INPUT_TRANSFORM__Anonymous_e__Union_Extension extension

getter/setter pair
x33 double

Available on INPUT_TRANSFORM, provided by the INPUT_TRANSFORM__Anonymous_e__Union_Extension extension

getter/setter pair
x34 double

Available on INPUT_TRANSFORM, provided by the INPUT_TRANSFORM__Anonymous_e__Union_Extension extension

getter/setter pair
x41 double

Available on INPUT_TRANSFORM, provided by the INPUT_TRANSFORM__Anonymous_e__Union_Extension extension

getter/setter pair
x42 double

Available on INPUT_TRANSFORM, provided by the INPUT_TRANSFORM__Anonymous_e__Union_Extension extension

getter/setter pair
x43 double

Available on INPUT_TRANSFORM, provided by the INPUT_TRANSFORM__Anonymous_e__Union_Extension extension

getter/setter pair
x44 double

Available on INPUT_TRANSFORM, provided by the INPUT_TRANSFORM__Anonymous_e__Union_Extension extension

getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited