Enum Type

Definition

Namespace:
Tizen.NUI
Assembly:
Tizen.NUI.dll
API Level:
3

An enum of Device Class types.

C#
Copy
public enum Type
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).