<group id="AUTORUN_GROUP" left="0" right="0" top="0" bottom="0" visible="false"> <panel skin="AppMainSkin" left="0" right="0" top="0" bottom="0"/> <group id="AUTORUN" width="600" top="70" bottom="33"> <sprite id="appIcon" skin="kbookMenuIcon" left="0" width="70" top="-70" height="70" u="44" v="1" active="false" canFocus="false"/> <label id="appTitle" skin="title" left="70" right="0" top="-70" height="70" align="left" text="Sudoku"/> <code> <function id="doDigit" params="part"> this.drawDigit(part.key) </function> <function id="doMenu"> this.doMenuF(); </function> <function id="doCenter"> this.doCenterF(); </function> <function id="doMark"> this.doCenterF(); </function> <function id="doLeft"> this.moveCursor("left"); </function> <function id="doPrevious"> this.moveCursor("left"); </function> <function id="doRight"> this.moveCursor("right"); </function> <function id="doNext"> this.moveCursor("right"); </function> <function id="doUp"> this.moveCursor("up"); </function> <function id="doDown"> this.moveCursor("down"); </function> </code>