我创建了一个窗口,但它不能被拖动。这是我的代码:
Window.WindowStyle style=new Window.WindowStyle();
style.titleFont=Context.assetMng.get("data/font/chinese.fnt", BitmapFont.class);
style.titleFontColor=Color.WHITE;
style.background=new NinePatchDrawable(new NinePatch(Context.assetMng.get("data/images/surface/window.png",Texture.class)));
bag=new Window("1111", style);
bag.padTop(10);
有人可以告诉我问题吗?