mirror of https://github.com/axmolengine/axmol.git
10 lines
142 B
Lua
10 lines
142 B
Lua
|
ccexprimental = ccexprimental or {}
|
||
|
|
||
|
|
||
|
ccexprimental.VideoPlayerEvent = {
|
||
|
PLAYING = 0,
|
||
|
PAUSED = 1,
|
||
|
STOPPED= 2,
|
||
|
COMPLETED =3,
|
||
|
}
|