Enum Type
Definition
- Assembly:
- Tizen.NUI.dll
An enum of Device Class types.
public enum Type
Fields
| Name | Description |
|---|---|
| GAMEPAD | A gamepad controller or joystick. |
| KEYBOARD | A regular keyboard, numberpad or attached buttons. |
| MOUSE | A mouse, trackball or touchpad relative motion device. |
| NONE | Not a device. |
| PEN | A special pen device. |
| POINTER | A pointing device based on laser, infrared or similar technology. |
| TOUCH | A touchscreen with fingers or stylus. |
| USER | The user/seat (the user themselves). |