public class InputBehaviorDetector
extends java.lang.Object
| Constructor and Description |
|---|
InputBehaviorDetector() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getCurrentStrategyName()
Get current strategy name
|
InputBehaviorStrategy |
getStrategy()
Get current strategy (always returns UniversalStrategy)
|
boolean |
isStrategyDetermined()
Whether strategy is determined (always returns true)
|
void |
recordEvent(InputEvent event)
Record input event (retained for debugging)
|
void |
reset()
Reset detector
|
void |
useConservativeStrategy()
Force use of conservative strategy (now equivalent to using UniversalStrategy)
|
public void recordEvent(InputEvent event)
public InputBehaviorStrategy getStrategy()
public void reset()
public boolean isStrategyDetermined()
public void useConservativeStrategy()
public java.lang.String getCurrentStrategyName()