Skip to content

Latest commit

 

History

History
81 lines (59 loc) · 2.92 KB

nn-rtscom-istylusasyncplugin.md

File metadata and controls

81 lines (59 loc) · 2.92 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NN:rtscom.IStylusAsyncPlugin
IStylusAsyncPlugin (rtscom.h)
Represents an asynchronous plug-in that can be added to the asynchronous plug-in collection of the RealTimeStylus Class object.
IStylusAsyncPlugin
IStylusAsyncPlugin interface [Tablet PC]
IStylusAsyncPlugin interface [Tablet PC]
described
bf961d70-2576-493b-a34d-c7c72b6c0234
rtscom/IStylusAsyncPlugin
tablet.istylusasyncplugin
tablet\istylusasyncplugin.htm
tablet
bf961d70-2576-493b-a34d-c7c72b6c0234
12/05/2018
IStylusAsyncPlugin, IStylusAsyncPlugin interface [Tablet PC], IStylusAsyncPlugin interface [Tablet PC],described, bf961d70-2576-493b-a34d-c7c72b6c0234, rtscom/IStylusAsyncPlugin, tablet.istylusasyncplugin
rtscom.h
Windows
Windows XP Tablet PC Edition [desktop apps only]
None supported
RTSCom.dll
Windows
19H1
IStylusAsyncPlugin
rtscom/IStylusAsyncPlugin
c++
APIRef
kbSyntax
COM
RTSCom.dll
IStylusAsyncPlugin

IStylusAsyncPlugin interface

-description

Represents an asynchronous plug-in that can be added to the asynchronous plug-in collection of the RealTimeStylus Class object.

-remarks

This is the asynchronous version of IStylusPlugin Interface.

This plug-in receives notifications of RealTimeStylus Class events enabling you to do custom processing.

The GestureRecognizer Class is an example of a plug-in that implements the IStylusAsyncPlugin interface in order to respond in a timely fashion to the stylus. In some circumstances, such as when large numbers of gestures are subscribed to, the response time in the gesture recognizer becomes excessively slow. To avoid this problem, the GestureRecognizer Class implements the IStylusAsyncPlugin interface so that it can be called asynchronously.

-see-also

DynamicRenderer Class

GestureRecognizer Class

IStylusPlugin

RealTimeStylus Class

RealTimeStylus Classes and Interfaces