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