avm2: flash.sensors.Accelerometer extends EventDispatcher

This commit is contained in:
Tom Schuster 2024-07-27 13:27:47 +02:00
parent 64c6782249
commit 840128d81a
1 changed files with 2 additions and 1 deletions

View File

@ -1,6 +1,7 @@
package flash.sensors { package flash.sensors {
import flash.events.EventDispatcher;
[API("667")] [API("667")]
public class Accelerometer { public class Accelerometer extends EventDispatcher {
public static function get isSupported():Boolean { public static function get isSupported():Boolean {
return false; return false;
} }