| EventType 枚举 | 
[缺少 "T:CPF.Input.EventType" 的 <summary> 文档]
命名空间: CPF.Input
 语法
语法public enum EventType
 成员
成员| 成员名称 | 值 | 说明 | |
|---|---|---|---|
| MouseDown | 0 | ||
| MouseUp | 1 | ||
| MouseEnter | 2 | ||
| MouseLeave | 3 | ||
| MouseMove | 4 | ||
| MouseWheel | 5 | ||
| KeyDown | 6 | ||
| KeyUp | 7 | ||
| TextInput | 8 | ||
| PreviewMouseDown | 9 | ||
| PreviewMouseUp | 10 | ||
| DragEnter | 11 | ||
| DragLeave | 12 | ||
| DragOver | 13 | ||
| Drop | 14 | 
 参见
参见