Class InputMethodDeviceInformation
Definition
- Namespace:
- Tizen.Uix.Input
Method
- Assembly:
- Tizen.Uix.InputMethod.dll
This class gives the device information, like the name, class, and subclass.
public class InputMethodDeviceInformation
- Inheritance
-
objectInput
Method Device Information
Properties
View SourceDeviceClass
Gets the device class of the key event.
Declaration
public DeviceClass DeviceClass { get; }
Property Value
Type | Description |
---|---|
Device |
DeviceSubclass
Gets the device subclass of the key event.
Declaration
public DeviceSubclass DeviceSubclass { get; }
Property Value
Type | Description |
---|---|
Device |
Name
Gets the device name of the key event.
Declaration
public string Name { get; }
Property Value
Type | Description |
---|---|
string |