Skip to content

Commit

Permalink
avm2: flash.sensors.Accelerometer extends EventDispatcher
Browse files Browse the repository at this point in the history
  • Loading branch information
evilpie committed Jul 27, 2024
1 parent 64c6782 commit 840128d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion core/src/avm2/globals/flash/sensors/Accelerometer.as
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
package flash.sensors {
import flash.events.EventDispatcher;
[API("667")]
public class Accelerometer {
public class Accelerometer extends EventDispatcher {
public static function get isSupported():Boolean {
return false;
}
Expand Down

0 comments on commit 840128d

Please sign in to comment.