Common类库新增摇杆控件。
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
namespace XP.Common.Controls
|
||||
{
|
||||
/// <summary>
|
||||
/// 虚拟摇杆轴模式枚举 | Virtual joystick axis mode enumeration
|
||||
/// </summary>
|
||||
public enum JoystickMode
|
||||
{
|
||||
/// <summary>
|
||||
/// 双轴模式:X + Y 自由移动 | Dual axis mode: free movement in X and Y directions
|
||||
/// </summary>
|
||||
DualAxis,
|
||||
|
||||
/// <summary>
|
||||
/// 单轴 Y 模式:仅上下移动 | Single axis Y mode: vertical movement only
|
||||
/// </summary>
|
||||
SingleAxisY
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user