2025-11-28 00:35:46 +09:00

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.