MouseButton 枚举 |
[缺少 "T:CPF.Input.MouseButton" 的 <summary> 文档]
命名空间: CPF.Input
public enum MouseButton
成员名称 | 值 | 说明 | |
---|---|---|---|
None | 0 | ||
Left | 1 | The left mouse button. | |
Middle | 2 | The middle mouse button. | |
Right | 3 | The right mouse button. | |
XButton1 | 4 | The fourth mouse button. | |
XButton2 | 5 | The fifth mouse button. |