IRealTimeStylus2 interface (rtscom.h)
Extends the IRealTimeStylus interface.
Inheritance
The IRealTimeStylus2 interface inherits from the IUnknown interface. IRealTimeStylus2 also has these types of members:
Methods
The IRealTimeStylus2 interface has these methods.
IRealTimeStylus2::get_FlicksEnabled Returns a value indicating whether flick gestures are enabled for the RTS. |
IRealTimeStylus2::put_FlicksEnabled Indicates if flick gesture recognition is enabled. |
Remarks
This interface only exists in the Windows Vista RealTimeStylus. Flick notification is received via a IStylusPlugin::SystemEvent Method plugin notification with event id equal to ISG_Flick. To obtain flick data look at the SYSTEM_EVENT_DATA struct: xPos/yPos contains the flick start location in Tablet coordinates, wKey contains the direction (a value where 90 is down, 180 is left, 270 is up), and dwButtonState contains the same data obtained from the wParam for the WM_TABLET_FLICK Message.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows Vista [desktop apps only] |
Minimum supported server | Windows Server 2008 [desktop apps only] |
Target Platform | Windows |
Header | rtscom.h |