6 lines
293 B
Plaintext
6 lines
293 B
Plaintext
C++ Event Sinks Sample
|
|
----------------------
|
|
|
|
This program demonstrates how you can build an application that captures InkCollector events using only C++. This program co-creates an InkCollector object to ink-enable the window. It displays a message box whenever a Stroke event is received.
|
|
|