com.blocketpc.components.SoftKeysLight |
Component to show the softkeys. This component sets also the fscommand2 SetSoftKeys and controls the screen position with the fscommand2 GetSoftKeyLocation.
0.4.0
Raul Jimenez
| com. | Component to show the softkeys. |
| Variables | |
| softLeft | |
| softRight | |
| screenPos | |
| Functions | |
| SoftKeysLight | Constructor |
| onResize | |
| setPosition | Sets the softkeys position in screen. |
| setSoftKeys | Set the names for the softkeys. |
private var softLeft: MovieClip
private var softRight: MovieClip
private var screenPos: Number
Constructor
public function SoftKeysLight()
private function onResize():Void
Sets the softkeys position in screen.
public function setPosition( screenPos: Number ):Void
Set the names for the softkeys.
public function setSoftKeys( leftKey: String, rightKey: String ):Void