Added Alert function

This commit is contained in:
Tommy X
2015-09-01 20:17:44 -04:00
parent 81acecfaea
commit a045808950

View File

@@ -269,6 +269,12 @@ class Window {
}
public function alert (count:Int, speed:Int, stopOnForeground:Bool):Void {
backend.alert (count, speed, stopOnForeground);
}
public function toString ():String {