Files
wxWidgets/samples/touchtest/touchtest.bkl
T
734face9c5 Add support for raw touch events
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>
2025-01-08 02:48:31 +01:00

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>