Reply to thread

I think this piece of code explains it all


[code]

Action ac = new Action(Action.ActionType.ACTION_MOVE_UP,0,0);

GUIGraphicsContext.OnAction(ac);

[/code]


Top Bottom