public static interface BaseOnScreenControl.IOnScreenControlListener
| Modifier and Type | Method and Description |
|---|---|
void |
onControlChange(BaseOnScreenControl pBaseOnScreenControl,
float pValueX,
float pValueY) |
void onControlChange(BaseOnScreenControl pBaseOnScreenControl, float pValueX, float pValueY)
pBaseOnScreenControl - pValueX - between -1 (left) to 1 (right).pValueY - between -1 (up) to 1 (down).