forked from LeenkxTeam/LNXSDK
Update Files
This commit is contained in:
8
Kha/Tools/macos/std/flash/events/TimerEvent.hx
Normal file
8
Kha/Tools/macos/std/flash/events/TimerEvent.hx
Normal file
@ -0,0 +1,8 @@
|
||||
package flash.events;
|
||||
|
||||
extern class TimerEvent extends Event {
|
||||
function new(type : String, bubbles : Bool = false, cancelable : Bool = false) : Void;
|
||||
function updateAfterEvent() : Void;
|
||||
static final TIMER : String;
|
||||
static final TIMER_COMPLETE : String;
|
||||
}
|
Reference in New Issue
Block a user