axmol/cocos/scripting/lua-bindings/script/ui/experimentalUIConstants.lua

10 lines
118 B
Lua
Raw Normal View History

ccexp = ccexp or {}
2014-06-27 13:56:39 +08:00
ccexp.VideoPlayerEvent = {
2014-06-27 13:56:39 +08:00
PLAYING = 0,
PAUSED = 1,
STOPPED= 2,
COMPLETED =3,
}