XRTabletDeviceType (Compact 2013)
3/28/2014
This enumeration specifies values that describe the type of input devices that the tablet device uses.
Syntax
enum XRTabletDeviceType
{
XRTabletDeviceType_Mouse=0,
XRTabletDeviceType_Stylus=1,
XRTabletDeviceType_Touch=2,
};
Members
- XRTabletDeviceType_Mouse
Indicates the input device is a mouse.
- XRTabletDeviceType_Stylus
Indicates the input device is a stylus.
- XRTabletDeviceType_Touch
Indicates the input device is a touch screen.
Remarks
This enumeration is used as a parameter to IXRStylusInfo. The parameter describes which device to use or which device was used, for example, in an event that was just generated.
.NET Framework Equivalent
System.Windows.Input.TabletDeviceType
Requirements
Header |
XamlRuntime.h |
sysgen |
SYSGEN_XAML_RUNTIME |
See Also
Reference
XAML for Windows Embedded Enumerations
IXRStylusInfo::SetDeviceType
IXRStylusInfo::GetDeviceType