mirror of
https://github.com/wxWidgets/wxWidgets.git
synced 2026-08-18 01:19:45 +08:00
Add new API and implement for GTK, MSW and OSX ports. Add a new sample. See #649. Closes #17077. Closes #24610. Co-Authored-By: Alex Shvartzkop <dudesuchamazing@gmail.com> Co-Authored-By: Vadim Zeitlin <vadim@wxwidgets.org>
13 lines
298 B
XML
13 lines
298 B
XML
<?xml version="1.0" ?>
|
|
<makefile>
|
|
|
|
<include file="../../build/bakefiles/common_samples.bkl"/>
|
|
|
|
<exe id="touchtest" template="wx_sample" template_append="wx_append">
|
|
<sources>touchtest.cpp</sources>
|
|
<wx-lib>core</wx-lib>
|
|
<wx-lib>base</wx-lib>
|
|
</exe>
|
|
|
|
</makefile>
|