public class ScBasicSettings
extends java.lang.Object
implements java.lang.Cloneable
| Modifier and Type | Field and Description | 
|---|---|
| int | mBrightnessBluebrightness of the blue LEDs (0..15) | 
| int | mBrightnessDsplbrightness of the display (0..15) | 
| boolean | mIsDomdominant mode | 
| int | mNullRadiusnull radius before the cap begins to react | 
| int | mRotSensglobal rotation sensitivity | 
| int | mTraSensglobal translation sensitivity | 
| Constructor and Description | 
|---|
| ScBasicSettings() | 
| Modifier and Type | Method and Description | 
|---|---|
| ScBasicSettings | clone() | 
| java.lang.String | convToString() | 
public boolean mIsDom
public int mTraSens
public int mRotSens
public int mNullRadius
public int mBrightnessBlue
public int mBrightnessDspl
public ScBasicSettings clone()
clone in class java.lang.Objectpublic java.lang.String convToString()