Enum InputGenerator.DeviceType
Definition
- Namespace:
- Tizen.NUI.WindowSystem
- Assembly:
- Tizen.NUI.WindowSystem.dll
Enumeration of input device types.
public enum InputGenerator.DeviceType
Fields
| Name | Description |
|---|---|
| All | Keyboard and Touchscreen device. |
| Keyboard | Keyboard device. |
| None | None. |
| Pointer | Pointer device. |
| Touchscreen | Touchscreen device. |