forked from LeenkxTeam/LNXSDK
Update Files
This commit is contained in:
10
Kha/Tools/macos/std/flash/events/DataEvent.hx
Normal file
10
Kha/Tools/macos/std/flash/events/DataEvent.hx
Normal file
@ -0,0 +1,10 @@
|
||||
package flash.events;
|
||||
|
||||
extern class DataEvent extends TextEvent {
|
||||
@:flash.property var data(get,set) : String;
|
||||
function new(type : String, bubbles : Bool = false, cancelable : Bool = false, ?data : String) : Void;
|
||||
private function get_data() : String;
|
||||
private function set_data(value : String) : String;
|
||||
static final DATA : String;
|
||||
static final UPLOAD_COMPLETE_DATA : String;
|
||||
}
|
Reference in New Issue
Block a user