movablecanvasstates.as
来自「flex书效果代码」· AS 代码 · 共 21 行
AS
21 行
package com.mh.movable.constants
{
public class MovableCanvasStates
{
public static const DEFAULT_STATE:String = "defaultState";
public static const RESIZING_TOP_LEFT:String = "resizingTopLeft";
public static const RESIZING_TOP_RIGHT:String = "resizingTopRight";
public static const RESIZING_TOP:String = "resizingTop";
public static const RESIZING_LEFT:String = "resizingLeft";
public static const RESIZING_RIGHT:String = "resizingRight";
public static const RESIZING_BOTTOM_LEFT:String = "resizingBottomLeft";
public static const RESIZING_BOTTOM_RIGHT:String = "resizingBottomRight";
public static const RESIZING_BOTTOM:String = "resizingBottom";
public static const MOVING:String = "moving";
}
}
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?