|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| net.silentlycrashing.* |
|---|
| net.silentlycrashing.gestures.GestureAnalyzer | ||
|---|---|---|
public static final String |
DOWN |
"D" |
public static final int |
KEY_SIZE |
10 |
public static final String |
LEFT |
"L" |
public static final String |
RIGHT |
"R" |
public static final String |
UP |
"U" |
| net.silentlycrashing.gestures.WiimoteGestureAnalyzer | ||
|---|---|---|
public static final int |
A_BUTTON |
1 |
public static final int |
B_BUTTON |
2 |
public static final int |
MAX_SIZE |
15 |
| net.silentlycrashing.gestures.preset.CCWTwirl | ||
|---|---|---|
public static final String |
CCW_PATTERN |
"^(?:ULDR(?:ULDR)*(?:ULD|UL|U)?|LDRU(?:LDRU)*(?:LDR|LD|L)?|DRUL(?:DRUL)*(?:DRU|DR|D)?|RULD(?:RULD)*(?:RUL|RU|R)?)$" |
| net.silentlycrashing.gestures.preset.CWTwirl | ||
|---|---|---|
public static final String |
CW_PATTERN |
"^(?:RDLU(?:RDLU)*(?:RDL|RD|R)?|DLUR(?:DLUR)*(?:DLU|DL|D)?|LURD(?:LURD)*(?:LUR|LU|L)?|ULDR(?:ULDR)*(?:ULD|UL|U)?)$" |
| net.silentlycrashing.gestures.preset.HShake | ||
|---|---|---|
public static final String |
HS_PATTERN |
"^(?:L?(?:RL)+R?|R?(?:LR)+L?)$" |
| net.silentlycrashing.gestures.preset.VShake | ||
|---|---|---|
public static final String |
VS_PATTERN |
"^(?:U?(?:DU)+D?|D?(?:UD)+U?)$" |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||