InputSensitivityOptions class

Constructors

InputSensitivityOptions.new({double touchSensitivity = 0.001, double touchScaleSensitivity = 2.0, double mouseSensitivity = 0.001, double mousePanSensitivity = 0.01, double scrollWheelSensitivity = 0.01, double keySensitivity = 0.1})
const

Properties

hashCode int
The hash code for this object.
no setterinherited
keySensitivity double
final
mousePanSensitivity double
final
mouseSensitivity double
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
scrollWheelSensitivity double
final
touchScaleSensitivity double
final
touchSensitivity double
final

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