📄 overlayhandles.as
字号:
package com.mh.movable.constants
{
public class OverlayHandles
{
public static const TOP_LEFT:String = "topLeft";
public static const TOP_RIGHT:String = "topRight";
public static const TOP:String = "top";
public static const LEFT:String = "left";
public static const RIGHT:String = "right";
public static const BOTTOM_LEFT:String = "bottomLeft";
public static const BOTTOM_RIGHT:String = "bottomRight";
public static const BOTTOM:String = "bottom";
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -