зеркало из https://github.com/mozilla/shumway.git
Adds AS2 button support; specifies button as a container
This commit is contained in:
Родитель
8b5ae71c80
Коммит
5a5260911d
Двоичный файл не отображается.
Двоичный файл не отображается.
|
@ -27,6 +27,15 @@ const SimpleButtonDefinition = (function () {
|
|||
this._upState = val;
|
||||
},
|
||||
|
||||
get _isContainer() {
|
||||
return true;
|
||||
},
|
||||
_getAS2Object: function () {
|
||||
if (!this.$as2Object) {
|
||||
new AS2Button().$attachNativeObject(this);
|
||||
}
|
||||
return this.$as2Object;
|
||||
},
|
||||
initialize: function () {
|
||||
this._downState = null;
|
||||
this._hitArea = null;
|
||||
|
|
Загрузка…
Ссылка в новой задаче