Adding new ndlls for arm7 on android and ios, with ios7 and xcode latest support.

This commit is contained in:
underscorediscovery
2013-10-12 01:01:12 -02:30
parent bc6131804b
commit 60c4b7b2ca
77 changed files with 2945 additions and 2667 deletions

View File

@@ -71,6 +71,17 @@ class Main {
//Called by lime
public function onkeydown(_event:Dynamic) {
// trace(_event);
//49
if(_event.value == 49) {
trace( "selected : " + lib.window.fileDialogOpen('open file!!!',' oenenenfelkes') );
}
if(_event.value == 50) {
trace( "selected : " + lib.window.fileDialogSave('select a save file','saveeeee') );
}
if(_event.value == 51) {
trace( "selected : " + lib.window.fileDialogFolder('Select folder2222','select a folder!!') );
}
}
//Called by lime