method seekFocus

void seekFocus(bool end);

Argumente

Zurückgegebener Wert

This method is to set the focus to the first or last box. If parameter (aEnd) is true, set the focus to last box.
function onSample()
{
    scene.seekFocus(false);
}