mirror of
https://github.com/wxWidgets/wxWidgets.git
synced 2026-03-23 18:54:01 +08:00
Implement this for wxMSW only for now. Add a sample showing how to handle this event and allowing to test tablet support. Closes #26223.
13 lines
292 B
XML
13 lines
292 B
XML
<?xml version="1.0" ?>
|
|
<makefile>
|
|
|
|
<include file="../../build/bakefiles/common_samples.bkl"/>
|
|
|
|
<exe id="stylus" template="wx_sample" template_append="wx_append">
|
|
<sources>stylus.cpp</sources>
|
|
<wx-lib>core</wx-lib>
|
|
<wx-lib>base</wx-lib>
|
|
</exe>
|
|
|
|
</makefile>
|